start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 351G 484G 43% / + export ANT_HOME=/usr/local/src/apache-ant-1.9.5 + ANT_HOME=/usr/local/src/apache-ant-1.9.5 + export JAVA_HOME=/usr/lib/jvm/java-25-openjdk + JAVA_HOME=/usr/lib/jvm/java-25-openjdk + export GRADLE_HOME=/usr/local/src/gradle-2.9 + GRADLE_HOME=/usr/local/src/gradle-2.9 + export PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ date + echo -e '\n\nTue May 19 06:35:05 PM EDT 2026: now start nightly benchmarks' Tue May 19 06:35:05 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 ff110e83c79..1ca725763e9 main -> origin/main Updating ff110e83c79..1ca725763e9 Fast-forward gradle/validation/ast-grep/rules/java-patterns.yml | 14 + gradle/validation/ast-grep/tests/java-patterns.yml | 10 + lucene/CHANGES.txt | 18 +- .../lucene/codecs/hnsw/FlatFieldVectorsWriter.java | 23 ++ .../codecs/lucene99/Lucene99HnswVectorsWriter.java | 20 +- .../document/SortedNumericDocValuesRangeQuery.java | 94 ++--- .../org/apache/lucene/search/LRUQueryCache.java | 23 +- .../org/apache/lucene/util/RoaringDocIdSet.java | 132 ++++++- .../apache/lucene/search/TestDocValuesQueries.java | 43 ++- .../apache/lucene/search/TestLRUQueryCache.java | 30 ++ .../apache/lucene/util/TestRoaringDocIdSet.java | 117 ++++++ .../apache/lucene/misc/search/DocValuesStats.java | 130 ++++++- .../misc/search/DocValuesStatsCollector.java | 5 + .../search/DocValuesStatsCollectorManager.java | 69 ++++ .../misc/search/TestDocValuesStatsCollector.java | 404 +++++++++++---------- .../search/LargeNumHitsTopDocsCollector.java | 13 +- .../search/TestLargeNumHitsTopDocsCollector.java | 23 +- 17 files changed, 872 insertions(+), 296 deletions(-) create mode 100644 lucene/misc/src/java/org/apache/lucene/misc/search/DocValuesStatsCollectorManager.java + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:clean UP-TO-DATE > Task :lucene:analysis.tests:clean > Task :lucene:demo:clean > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:classification:clean > Task :lucene:core.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:benchmark:clean > Task :lucene:codecs:clean > Task :lucene:expressions:clean > Task :lucene:grouping:clean > Task :lucene:memory:clean > Task :lucene:misc:clean > Task :lucene:join:clean > Task :lucene:monitor:clean > Task :lucene:backward-codecs:clean > Task :lucene:replicator:clean > Task :lucene:highlighter:clean > Task :lucene:facet:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:analysis:icu:clean > Task :lucene:spatial3d:clean > Task :lucene:spatial-extras:clean > Task :lucene:suggest:clean > Task :lucene:queryparser:clean > Task :lucene:luke:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:queries:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:nori:clean > Task :lucene:analysis:stempel:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 6s 46 actionable tasks: 38 executed, 8 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.0/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 63c1b2b..9747626 main -> origin/main Updating 63c1b2b..9747626 Fast-forward src/main/knn/KnnGraphTester.java | 38 ++++++- .../knn/QuantizedVectorSimilarityValuesSource.java | 124 +++++++++++++++++++++ src/python/constants.py | 2 +- src/python/knnPerfTest.py | 49 ++++++++ 4 files changed, 208 insertions(+), 5 deletions(-) create mode 100644 src/main/knn/QuantizedVectorSimilarityValuesSource.java + 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.19.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.19.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: 301 open, 3966 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-19 18:39:09.681681] start [2026-05-19 18:39:09.681805] log dir /l/logs.nightly/2026.05.19.18.39.09 Java version (see also /l/logs.nightly/2026.05.19.18.39.09/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.19.18.39.09/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.19.18.39.09/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 = 1023410176 {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.19.18.39.09/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.19.18.39.09/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 53: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 53 CPUs which need to have their frequency coordinated by software: 53 energy performance preference: performance hardware limits: 554 MHz - 4.38 GHz available cpufreq governors: performance powersave current policy: frequency should be within 1.74 GHz and 4.38 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency: 4.35 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes amd-pstate limits: Highest Performance: 166. Maximum Frequency: 4.38 GHz. Nominal Performance: 110. Nominal Frequency: 2.90 GHz. Lowest Non-linear Performance: 66. Lowest Non-linear Frequency: 1.74 GHz. Lowest Performance: 21. Lowest Frequency: 550 MHz. Preferred Core Support: 1. Preferred Core Ranking: 166. CPU specifics (see also /l/logs.nightly/2026.05.19.18.39.09/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.19.18.39.09/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.19.18.39.09/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.19.18.39.09/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.19.18.39.09/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.19.18.39.09/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.19.18.39.09/pacman.txt): cmd='pacman -Q' 7zip 26.00-1 abseil-cpp 20250814.1-1 acl 2.3.2-1 acpica 20250404-1 adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2 adwaita-cursors 49.0-1 adwaita-fonts 49.0-2 adwaita-icon-theme 49.0-1 adwaita-icon-theme-legacy 46.2-3 alsa-lib 1.2.15.3-2 alsa-topology-conf 1.2.5.1-4 alsa-ucm-conf 1.2.15.3-1 amd-ucode 20260110-1 aom 3.13.1-2 apparmor 4.1.6-1 apr 1.7.6-1 apr-util 1.6.3-2 archlinux-keyring 20260206-1 argon2 20190702-6 at-spi2-core 2.58.3-1 atop 2.12.1-1 attr 2.5.2-1 audit 4.1.2-2 autoconf 2.72-1 automake 1.18.1-1 avahi 1:0.9rc3-1 base 3-3 bash 5.3.9-1 bash-completion 2.17.0-3 bcc 0.36.1-1 bcc-libbpf-tools 0.36.1-1 binutils 2.46-1 bison 3.8.2-8 boost-libs 1.89.0-4 bridge-utils 1.7.1-2 brotli 1.2.0-1 btop 1.4.6-1 bubblewrap 0.11.0-1 bzip2 1.0.8-6 ca-certificates 20240618-1 ca-certificates-mozilla 3.120.1-1 ca-certificates-utils 20240618-1 cairo 1.18.4-1 cantarell-fonts 1:0.311-1 celt 0.11.3-4 clang 21.1.8-1 cmake 4.2.3-1 colord 1.4.8-1 compiler-rt 21.1.8-1 containerd 2.2.1-1 coreutils 9.10-1 cppdap 1.58.0-2 cpupower 6.19-2 cracklib 2.10.3-1 cryptsetup 2.8.4-1 curl 8.18.0-3 cython 3.2.4-3 dav1d 1.5.3-1 db 6.2.32-4 db5.3 5.3.28-7 dbus 1.16.2-1 dbus-broker 37-3 dbus-broker-units 37-3 dconf 0.49.0-1 debugedit 5.2-1 default-cursors 3-1 desktop-file-utils 0.28-1 device-mapper 2.03.38-1 diffutils 3.12-2 ding-libs 0.6.2-2 dkms 3.3.0-1 dmidecode 3.7-1 dnssec-anchors 20250524-1 docker 1:29.2.1-1 docker-compose 5.0.2-1 double-conversion 3.4.0-1 downgrade 11.8.0-1 duktape 2.7.0-7 e2fsprogs 1.47.3-2 elfutils 0.194-1 emacs 30.2-1 emacs-python-mode 6.3.1-1 ethtool 1:6.19-1 exiv2 0.28.7-1 expat 2.7.4-1 fakeroot 1.37.2-1 ffmpeg 2:8.0.1-7 fftw 3.3.10-8 file 5.46-5 filesystem 2025.10.12-1 findutils 4.10.0-3 flac 1.5.0-1 flex 2.6.4-5 fontconfig 2:2.17.1-1 freeglut 3.8.0-1 freetype2 2.14.1-2 fribidi 1.0.16-2 fzf 0.68.0-1 gawk 5.3.2-1 gc 8.2.12-1 gcc 15.2.1+r604+g0b99615a8aef-1 gcc-libs 15.2.1+r604+g0b99615a8aef-1 gd 2.3.3-9 gdb 17.1-2 gdb-common 17.1-2 gdbm 1.26-2 gdk-pixbuf2 2.44.4-1 geoip 1.6.12-3 geoip-database 20260204-1 gettext 1.0-2 ghostscript 10.06.0-1 giflib 5.2.2-2 git 2.53.0-1 glib-networking 1:2.80.1-1 glib2 2.86.4-1 glibc 2.43+r5+g856c426a7534-1 glslang 1:1.4.341.0-1 glu 9.0.3-3 glycin 2.0.8-1 gmp 6.3.0-3 gnu-netcat 0.7.1-10 gnulib-l10n 20241231-1 gnupg 2.4.9-1 gnuplot 6.0.4-1 gnutls 3.8.12-2 gobject-introspection-runtime 1.86.0-2 google-chrome 113.0.5672.63-1 gpac 1:2.4.0-1 gperftools 2.17.2-1 gpgme 2.0.1-1 gpm 1.20.7.r38.ge82d1a6-6 gradle 9.3.1-1 graphene 1.10.8-2 graphite 1:1.3.14-6 graphviz 14.1.2-1 grep 3.12-2 groff 1.23.0-8 grub 2:2.14-1 gsettings-desktop-schemas 49.1-1 gsettings-system-schemas 49.1-1 gsfonts 20200910-6 gsm 1.0.23-1 gssdp 1.6.4-1 gssproxy 0.9.2-2 gst-plugins-bad-libs 1.28.0-2 gst-plugins-base-libs 1.28.0-2 gstreamer 1.28.0-2 gtest 1.17.0-2 gtk-update-icon-cache 1:4.20.3-1 gtk3 1:3.24.51-1 gts 0.7.6.121130-5 guile 3.0.11-1 gupnp 1:1.6.9-1 gupnp-igd 1.6.0-2 gzip 1.14-2 harfbuzz 12.3.2-1 hddtemp 0.3.beta15.54-5 hdf5 2.0.0-4 hicolor-icon-theme 0.18-1 hidapi 0.15.0-1 highway 1.3.0-2 htop 3.4.1-1 http-parser 2.9.4-2 hwdata 0.404-1 hwloc 2.13.0-1 i2c-tools 4.4-4 iana-etc 20260203-1 icu 78.2-2 ijs 0.35-6 imath 3.2.2-3 imlib2 1.12.6-1 inetutils 2.7-2 iotop 0.6-13 iproute2 6.19.0-2 iptables 1:1.8.11-2 iputils 20250605-1 iso-codes 4.20.1-1 jack2 1.9.22-2 jansson 2.15.0-1 java-environment-common 3-6 java-openjdk-bin 20.u36-1 java-runtime-common 3-6 jbig2dec 0.20-1 jbigkit 2.1-8 jc 1.25.6-2 jdk-openjdk 25.0.2.u10-1 jdk17-openjdk 17.0.18.u8-1 jdk21-openjdk 21.0.10.u7-1 jemalloc 1:5.3.0-5 jitterentropy 3.6.3-1 js60 60.9.0-2 js78 78.15.0-4 json-c 0.18-2 json-glib 1.10.8-1 jsoncpp 1.9.6-3 judy 1.0.5-9 kbd 2.9.0-1 keyutils 1.6.3-3 kmod 34.2-1 krb5 1.21.3-2 l-smash 2.14.5-4 lame 3.101.r6531-1 lcms2 2.18-1 ldns 1.9.0-1 leancrypto 1.6.0-1 less 1:692-1 libaec 1.1.5-1 libaio 0.3.113-3 libarchive 3.8.5-1 libasan 15.2.1+r604+g0b99615a8aef-1 libass 0.17.4-1 libassuan 3.0.0-1 libasyncns 1:0.8+r3+g68cd5af-3 libatasmart 0.19-7 libatomic 15.2.1+r604+g0b99615a8aef-1 libavc1394 0.5.4-7 libavif 1.3.0-5 libb2 0.98.1-3 libblockdev 3.4.0-2 libblockdev-crypto 3.4.0-2 libblockdev-fs 3.4.0-2 libblockdev-loop 3.4.0-2 libblockdev-mdraid 3.4.0-2 libblockdev-nvme 3.4.0-2 libblockdev-part 3.4.0-2 libblockdev-smart 3.4.0-2 libblockdev-swap 3.4.0-2 libbluray 1.4.0-2 libbpf 1.6.2-1 libbs2b 3.1.0-10 libbsd 0.12.2-2 libbytesize 2.12-3 libcaca 0.99.beta20-6 libcanberra 1:0.30+r2+gc0620e4-6 libcap 2.77-1 libcap-ng 0.9-1 libcerf 1:3.3-1 libcloudproviders 0.4.0-1 libcolord 1.4.8-1 libcroco 0.6.13-2 libcups 2:2.4.16-2 libdaemon 0.14-6 libdatrie 0.2.14-1 libde265 1.0.16-2 libdeflate 1.25-1 libdovi 3.3.2-1 libdrm 2.4.131-1 libdvdnav 7.0.0-1 libdvdread 7.0.1-1 libedit 20250104_3.1-1 libei 1.5.0-1 libelf 0.194-1 libepoxy 1.5.10-3 libevdev 1.13.6-1 libevent 2.1.12-5 libfabric 2.4.0-1 libffi 3.5.2-1 libgcc 15.2.1+r604+g0b99615a8aef-1 libgccjit 15.2.1+r604+g0b99615a8aef-1 libgcrypt 1.12.1-1 libgexiv2 0.14.6-2 libgfortran 15.2.1+r604+g0b99615a8aef-1 libgirepository 1.86.0-2 libgit2 1:1.9.2-3 libglvnd 1.7.0-3 libgomp 15.2.1+r604+g0b99615a8aef-1 libgpg-error 1.59-1 libgudev 238-3 libgusb 0.4.9-2 libheif 1.21.2-2 libibus 1.5.33-3 libice 1.1.2-1 libid3tag 0.16.3-2 libidn 1.43-1 libidn2 2.3.8-1 libiec61883 1.2.0-9 libimagequant 4.4.1-1 libinih 61-1 libinput 1.30.1-1 libisl 0.27-1 libjpeg-turbo 3.1.3-1 libjxl 0.11.2-2 libksba 1.6.7-2 libldap 2.6.12-1 liblqr 0.4.3-1 liblsan 15.2.1+r604+g0b99615a8aef-1 libmagick6 6.9.11.38-1 libmakepkg-dropins 20-1 libmd 1.1.0-2 libmfx 23.2.2-6 libmicrohttpd 1.0.2-1 libmnl 1.0.5-2 libmodplug 0.8.9.0-6 libmpc 1.3.1-2 libmspack 1:1.11-1 libnet 2:1.3-1 libnetfilter_conntrack 1.0.9-2 libnfnetlink 1.0.2-2 libnftnl 1.3.1-1 libnghttp2 1.68.0-1 libnghttp3 1.15.0-1 libngtcp2 1.20.0-1 libnice 0.1.23-1 libnl 3.12.0-1 libnotify 0.8.8-1 libnsl 2.0.1-1 libnvme 1.16.1-3 libobjc 15.2.1+r604+g0b99615a8aef-1 libogg 1.3.6-1 libomxil-bellagio 0.9.3-5 libopenmpt 0.8.4-1 libotf 0.9.16-6 libp11 0.4.16-1 libp11-kit 0.26.2-1 libpaper 2.2.7-1 libpcap 1.10.6-1 libpciaccess 0.18.1-2 libpfm 4.13.0+r83+g91970fe-1 libpgm 5.3.128-3 libpipeline 1.5.8-1 libplacebo 7.360.0-1 libpng 1.6.55-1 libproxy 0.5.12-1 libpsl 0.21.5-2 libpulse 17.0+r98+gb096704c0-1 libquadmath 15.2.1+r604+g0b99615a8aef-1 libraqm 0.10.4-1 libraw1394 2.1.2-4 librsvg 2:2.61.4-1 libsamplerate 0.2.2-3 libsasl 2.1.28-5 libseccomp 2.6.0-1 libsecret 0.21.7-1 libsm 1.2.6-1 libsndfile 1.2.2-4 libsodium 1.0.20-1 libsoup 2.74.3-4 libsoup3 3.6.6-1 libsoxr 0.1.3-4 libssh 0.12.0-1 libssh2 1.11.1-1 libstdc++ 15.2.1+r604+g0b99615a8aef-1 libstemmer 3.0.1-1 libsysprof-capture 49.0-2 libtasn1 4.21.0-1 libthai 0.1.30-1 libtheora 1.2.0-1 libtiff 4.7.1-1 libtirpc 1.3.7-1 libtool 2.6.0-4 libtraceevent 1:1.8.7-1 libtsan 15.2.1+r604+g0b99615a8aef-1 libubsan 15.2.1+r604+g0b99615a8aef-1 libunibreak 6.1-1 libunistring 1.4.1-1 libunwind 1.8.2-1 liburing 2.14-1 libusb 1.0.29-1 libutempter 1.2.3-1 libutf8proc 2.11.3-1 libuv 1.52.0-1 libva 2.22.0-1 libvdpau 1.5-4 libverto 0.3.2-5 libvorbis 1.3.7-4 libvpl 2.16.0-2 libvpx 1.15.2-3 libwacom 2.18.0-2 libwebp 1.6.0-2 libx11 1.8.13-1 libxau 1.0.12-1 libxaw 1.0.16-1 libxcb 1.17.0-1 libxcomposite 0.4.7-1 libxcrypt 4.5.2-1 libxcursor 1.2.3-1 libxdamage 1.1.7-1 libxdmcp 1.1.5-1 libxext 1.3.7-1 libxfixes 6.0.2-1 libxft 2.3.9-1 libxi 1.8.2-1 libxinerama 1.1.6-1 libxkbcommon 1.13.1-1 libxkbcommon-x11 1.13.1-1 libxml2 2.15.1-5 libxmu 1.3.1-1 libxpm 3.5.18-1 libxrandr 1.5.5-1 libxrender 0.9.12-1 libxshmfence 1.3.3-1 libxss 1.2.5-1 libxt 1.3.1-1 libxtst 1.2.5-1 libxv 1.0.13-1 libxxf86vm 1.1.7-1 libyaml 0.2.5-3 libyuv r2426+464c51a03-1 licenses 20240728-1 linux 6.18.9.arch1-2 linux-api-headers 6.19-1 linux-firmware 20260110-1 linux-firmware-amdgpu 20260110-1 linux-firmware-atheros 20260110-1 linux-firmware-broadcom 20260110-1 linux-firmware-cirrus 20260110-1 linux-firmware-intel 20260110-1 linux-firmware-mediatek 20260110-1 linux-firmware-nvidia 20260110-1 linux-firmware-other 20260110-1 linux-firmware-radeon 20260110-1 linux-firmware-realtek 20260110-1 linux-firmware-whence 20260110-1 linux-lts 6.12.74-1 lksctp-tools 1.0.21-1 llhttp 9.3.1-1 llvm 21.1.8-1 llvm-libs 21.1.8-1 lm_sensors 1:3.6.2-1 lmdb 0.9.33-1 lsb-release 2.0.r55.a25a4fc-1 lshw B.02.20-3 lsof 4.99.5-2 lua 5.4.8-2 luajit 2.1.1767980792+707c12b-2 lynis 3.1.6-1 lz4 1:1.10.0-2 lzo 2.10-5 m17n-db 1.8.10-1 m17n-lib 1.8.6-1 m4 1.4.21-1 mailcap 2.1.54-2 make 4.4.1-2 man-db 2.13.1-1 man-pages 6.17-1 mariadb 12.2.2-2 mariadb-clients 12.2.2-2 mariadb-libs 12.2.2-2 mbedtls2 2.28.10-1 md4c 0.5.2-1 mdadm 4.4-2 memtest86+ 7.20-2 memtest86+-efi 7.20-2 mesa 1:25.3.5-1 meson 1.10.1-1 mkinitcpio 40-4 mkinitcpio-busybox 1.36.1-1 mosh 1.4.0-28 mpdecimal 4.0.1-1 mpfr 4.2.2-1 mpg123 1.33.4-1 msr-tools 1.3-4 mtdev 1.1.7-1 ncurses 6.6-1 net-tools 2.10-3 netctl 1.29-2 netpbm 10.86.48-1 nettle 3.10.2-1 nfs-utils 2.8.5-2 nfsidmap 2.8.5-2 nftables 1:1.1.6-2 nginx 1.28.2-1 ninja 1.13.2-3 nload 0.7.4-9 npth 1.8-1 nspr 4.38.2-1 nss 3.120.1-1 ntp 4.2.8.p18-6 numactl 2.0.19-1 nvme-cli 2.16-2 ocl-icd 2.3.4-1 opencore-amr 0.1.6-2 openexr 3.4.5-1 openh264 2.6.0-2 openjpeg2 2.5.4-1 openmpi 5.0.9-4 openpmix 5.0.10-1 openresolv 3.17.4-1 openssh 10.2p1-2 openssl 3.6.1-1 openucx 1.20.0-3 opus 1.6.1-1 orc 0.4.42-1 p11-kit 0.26.2-1 pacman 7.1.0.r9.g54d9411-1 pacman-contrib 1.13.1-1 pacman-mirrorlist 20260213-1 pam 1.7.2-2 pambase 20250719-1 pango 1:1.57.0-2 parted 3.6-2 patch 2.8-1 pciutils 3.14.0-1 pcre 8.45-4 pcre2 10.47-1 perf 6.19-2 perl 5.42.0-1 perl-dbd-sqlite 1.78-1 perl-dbi 1.647-2 perl-error 0.17030-3 perl-io-tty 1.20-3 perl-mailtools 2.22-3 perl-timedate 2.33-9 pinentry 1.3.2-2 pixman 0.46.4-1 pkgconf 2.5.1-1 pkgfile 25-2 polkit 127-3 poppler-data 0.4.12-2 popt 1.19-2 portaudio 1:19.7.0-3 postgresql-libs 18.2-1 powertop 2.15-2 procps-ng 4.0.6-1 protobuf 33.1-4 prrte 3.0.13-1 psmisc 23.7-1 pv 1.10.3-1 python 3.14.3-1 python-absl 2.4.0-1 python-annotated-types 0.7.0-3 python-appdirs 1.4.4-12 python-asn1crypto 1.5.1-6 python-attrs 25.4.0-3 python-autocommand 2.2.2-9 python-bcc 0.36.1-1 python-bcrypt 5.0.0-2 python-cachecontrol 1:0.14.4-3 python-cached-property 1.5.2-7 python-cffi 2.0.0-2 python-chardet 5.2.0-7 python-charset-normalizer 3.4.4-2 python-click 8.3.1-1 python-colorama 0.4.6-6 python-contextlib2 21.6.0-2 python-cryptography 46.0.5-2 python-dateutil 2.9.0-8 python-deprecated 1.2.18-2 python-distlib 0.4.0-2 python-distro 1.9.0-4 python-dnslib 0.9.26-3 python-docker 7.1.0-4 python-docker-pycreds 0.4.0-10 python-dockerpty 0.4.1-11 python-docopt 0.6.2-15 python-dotenv 1.2.1-2 python-fastjsonschema 2.21.2-2 python-filelock 3.24.0-1 python-fluidity 0.2.1-8 python-github3py 4.0.1-5 python-gobject 3.54.5-2 python-html5lib 1.1-17 python-idna 3.11-2 python-importlib-metadata 8.7.1-3 python-inflect 7.5.0-2 python-invoke 2.2.1-2 python-jaraco.collections 5.1.0-3 python-jaraco.context 6.0.1-3 python-jaraco.functools 4.1.0-3 python-jaraco.text 4.0.0-4 python-jsonschema 4.26.0-1 python-jsonschema-specifications 2025.9.1-2 python-jwcrypto 1.5.6-6 python-legacy-cgi 2.6.4-2 python-lexicon 3.0.0-2 python-more-itertools 10.8.0-2 python-msgpack 1.1.2-2 python-mysqlclient 2.2.8-2 python-nspektr 0.5.0-3 python-ordered-set 4.1.0-8 python-packaging 26.0-1 python-paramiko 4.0.0-2 python-pep517 0.13.0-1 python-pillow 12.1.1-1 python-pip 26.0.1-1 python-pkg_resources 81.0.0-1 python-platformdirs 4.9.2-1 python-ply 3.11-16 python-progress 1.6-5 python-psutil 7.2.2-1 python-pycparser 2.23-2 python-pydantic 2.12.5-4 python-pydantic-core 3:2.41.5-3 python-pygments 2.19.2-3 python-pyjwt 2.11.0-1 python-pynacl 1.6.2-1 python-pyopenssl 25.3.0-2 python-pyparsing 3.3.2-1 python-pyrsistent 0.19.3-4 python-pytoml 0.1.21-8 python-referencing 0.37.0-3 python-requests 2.32.5-3 python-resolvelib 1.2.1-2 python-retrying 1.3.4-5 python-rpds-py 0.30.0-3 python-ruamel-yaml 0.18.10-2 python-ruamel.yaml.clib 0.2.15-2 python-setuptools 1:82.0.0-1 python-six 1.17.0-2 python-texttable 1.7.0-4 python-toml 0.10.2-13 python-tomli 2.4.0-1 python-tqdm 4.67.3-1 python-trove-classifiers 2026.1.14.14-1 python-typeguard 4.4.4-2 python-typing-inspection 0.4.2-2 python-typing_extensions 4.15.0-3 python-uritemplate 4.2.0-2 python-urllib3 2.6.3-1 python-urwid 3.0.5-1 python-validate-pyproject 0.25-1 python-wcwidth 0.6.0-1 python-webencodings 0.5.1-13 python-websocket-client 1.9.0-3 python-wheel 0.46.3-1 python-wrapt 1.17.3-2 python-xmltodict 1.0.4-1 python-yaml 6.0.3-2 python-zipp 3.21.0-4 python2 2.7.18-5 qt5-base 5.15.18+kde+r109-2 qt5-svg 5.15.18+kde+r5-1 qt5-translations 5.15.18-1 qt6-5compat 6.10.2-1 qt6-base 6.10.2-1 qt6-shadertools 6.10.2-1 qt6-svg 6.10.2-1 qt6-translations 6.10.2-1 rasdaemon 0.8.2-1 rasdaemon-debug 0.8.2-1 rav1e 0.8.1-2 readline 8.3.003-1 rhash 1.4.6-1 rng-tools 6.17-3 rpcbind 1.2.8-1 rsync 3.4.1-2 rtl-sdr 1:2.0.2-1 rubberband 4.0.0-1 run-parts 5.23.2-1 runc 1.4.0-1 s-tui 1.3.0-1 sdl2-compat 2.32.64-1 sdl3 3.4.2-1 sed 4.9-3 serf 1.3.10-2 shaderc 2026.1-1 shadow 4.18.0-1 shared-mime-info 2.4-3 slang 2.3.3-4 smartmontools 7.5-1 snappy 1.2.2-3 sndio 1.10.0-1 sound-theme-freedesktop 0.8-6 source-highlight 3.1.9-16 speex 1.2.1-2 speexdsp 1.2.1-2 spirv-tools 1:1.4.341.0-1 sqlite 3.51.2-1 squid 7.4-1 srt 1.5.4-1 strace 6.19-1 stress 1.0.7-3 stress-ng 0.20.01-1 subversion 1.14.5-5 sudo 1.9.17.p2-2 svt-av1 4.0.1-1 sysbench 1.0.20-2 sysfsutils 2.1.1-2 sysstat 12.7.9-1 systemd 259.1-1 systemd-libs 259.1-1 systemd-sysvcompat 259.1-1 tar 1.35-2 tdb 1.4.15-1 texinfo 7.2-1 tinysparql 3.10.1-2 tmux 3.6_a-1 tpm2-tss 4.1.3-1 traceroute 2.1.6-1 tree-sitter 0.25.10-3 tslib 1.24-1 ttf-liberation 2.1.5-2 turbostat 6.19-2 tzdata 2025c-1 udisks2 2.11.0-1 unzip 6.0-23 usbutils 019-1 util-linux 2.41.3-2 util-linux-libs 2.41.3-2 v4l-utils 1.32.0-1 vapoursynth 73-2 vid.stab 1.1.1-2 vim 9.2.0038-1 vim-runtime 9.2.0038-1 vmaf 3.0.0-2 volume_key 0.3.12-12 vsftpd 3.0.5-1 vulkan-headers 1:1.4.341.0-1 vulkan-icd-loader 1.4.341.0-1 wayland 1.24.0-1 wayland-protocols 1.47-1 wget 1.25.0-3 which 2.23-1 wxwidgets-common 3.2.9-4 wxwidgets-gtk3 3.2.9-4 x264 3:0.165.r3222.b35605a-2 x265 4.1-1 xcb-proto 1.17.0-4 xcb-util 0.4.1-2 xcb-util-cursor 0.1.6-1 xcb-util-image 0.4.1-3 xcb-util-keysyms 0.4.1-5 xcb-util-renderutil 0.3.10-2 xcb-util-wm 0.4.2-2 xdg-utils 1.2.1-2 xkeyboard-config 2.46-1 xorg-xprop 1.2.8-1 xorg-xset 1.2.5-2 xorgproto 2025.1-1 xvidcore 1.3.7-3 xxhash 0.8.3-1 xz 5.8.2-1 youtube-dl 2021.12.17-2 zeromq 4.3.5-3 zimg 3.0.6-1 zip 3.0-11 zita-alsa-pcmi 0.6.1-3 zita-resampler 1.11.2-2 zlib 1:1.3.2-2 zlib-ng 2.3.3-1 zstd 1.5.7-3 luceneutil rev is 97476263c4ead7244649e56d1e8ed200e47c6d16 LUCENE rev is 1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be last successful Lucene rev ff110e83c79fc1519b68b5e1735c32456112c99a, luceneutil rev 63c1b2b252f377e272313c1ac0f182be79ad78b6 run ['git', 'log', 'ff110e83c79fc1519b68b5e1735c32456112c99a^..1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be'] No commit message asking for regold of results files [2026-05-19 18:39:09.889100] 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-19 18:39:10.123312] 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-19 18:39:10.123409] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.19.18.39.09/clean-lucene.log 2>&1 [2026-05-19 18:39:14.338170] took 4.2 sec [2026-05-19 18:39:14.338213] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.19.18.39.09/jar-lucene.log 2>&1 [2026-05-19 18:39:28.463524] 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-19 18:39:31.161651] 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: 152413.00 stored_field_size_mb: 624.38 retrieved_time_msec: 169.45 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: 355109.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1345.71 Done: took 1039.77 seconds, saved to /l/logs.nightly/2026.05.19.18.39.09/geonames-stored-fields-benchmark-results.pk [2026-05-19 18:56:51.422166] done run stored fields benchmark [2026-05-19 18:56:51.422188] 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 19, 2026 6:56:52 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: 1561.5957043666665 ms Total time creating SSDVFacetCounts: 3055.1558823666664 ms Total time taken to get all dims for taxonomy: 0.09814950000000001 ms Total time taken to get all dims for SSDV: 0.06965616666666666 ms Total time to get top dims for taxonomy: 0.036020033333333326 ms Total time to get top dims for SSDV: 0.03189936666666667 ms Total time to get top "address.taxonomy/TX" children: 0.11512596666666665 ms Total time to get top "address.sortedset/TX" children: 0.19357520000000003 ms Total time to get all "address.taxonomy/TX" children: 0.14564003333333325 ms Total time to get all "address.sortedset/TX" children: 0.5911529333333334 ms Done: took 3527.29 seconds, saved to /l/logs.nightly/2026.05.19.18.39.09/nad-facet-benchmark.pk [2026-05-19 19:55:38.716069] done run NAD facets benchmark [2026-05-19 19:55:39.354038] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be dirty?=False luceneutil HEAD git revision at /l/util.nightly: 97476263c4ead7244649e56d1e8ed200e47c6d16 dirty?=False compile Lucene jars at /l/trunk.nightly Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :errorProneSkipped SKIPPED > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:highlighter:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:queries:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:spatial3d: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:spatial-extras:processResources NO-SOURCE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:distribution.tests:processResources NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:distribution.tests:classes UP-TO-DATE > Task :lucene:suggest:processResources UP-TO-DATE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:analysis:morfologik:processResources UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :build-tools:missing-doclet:compileJava UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :build-tools:missing-doclet:classes 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:missing-doclet: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:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:join:jar 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:spatial3d:jar UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:backward-codecs:jar UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene:analysis:phonetic:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:classes UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:benchmark:jar UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE BUILD SUCCESSFUL in 6s 101 actionable tasks: 101 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.0/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 6s 1 actionable task: 1 executed Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html CPU Information: model: AMD Ryzen Threadripper 3990X 64-Core Processor logical cores: 128 physical cores per socket: 64 microcode: 0x830107d flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es vmx flags: none bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso ibpb_no_ret spectre_v2_user vmscape Memory Information: total RAM: 251.72 GB free RAM: 33.00 GB available RAM: 243.35 GB used RAM: 8.37 GB dirty RAM: 4.57 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%) 3.1s smell: 200/2000 ( 10%) 3.1s smell: 300/2000 ( 15%) 3.1s smell: 400/2000 ( 20%) 3.1s smell: 500/2000 ( 25%) 3.1s smell: 600/2000 ( 30%) 3.1s smell: 700/2000 ( 35%) 3.1s smell: 800/2000 ( 40%) 3.1s smell: 900/2000 ( 45%) 3.1s smell: 1000/2000 ( 50%) 3.1s smell: 1100/2000 ( 55%) 3.1s smell: 1200/2000 ( 60%) 3.1s smell: 1300/2000 ( 65%) 3.1s smell: 1400/2000 ( 70%) 3.1s smell: 1500/2000 ( 75%) 3.1s smell: 1600/2000 ( 80%) 3.1s smell: 1700/2000 ( 85%) 3.1s smell: 1800/2000 ( 90%) 3.1s smell: 1900/2000 ( 95%) 3.2s smell: 2000/2000 (100%) 3.3s smell: isotropy=0.178 full-cov, 0.791 diag-only (effective rank ~182.3/1024 full, ~810.1/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.178 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 3 degenerate dim(s) found in 15.0s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▁▆▇█▆▁ ] dim 0585 μ= -0.032 σ= 0.049 zeros= 0% [ ▁▂▃▇██████▇▄▁ ] -> OUTLIER_SPREAD: this_std=0.0488, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▂▃██▆▄ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▂▃▅███████▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0479, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▂▆█▆▃ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▁▂▅▇██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0484, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▃█▆ ] dim 0000 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▄█▆ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▂▆█▆ ] dim 0002 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▅█████▃▁ ] [ ▂█▆ ] dim 0003 μ= +0.023 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▇▁ ] dim 0004 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▅████▃▁ ] [ ▂▇█▅ ] dim 0005 μ= -0.007 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ █▄ ] dim 0006 μ= +0.000 σ= 0.019 zeros= 0% [ ▂███▄▁ ] [ ██ ] dim 0007 μ= -0.031 σ= 0.020 zeros= 0% [ ▁▆███▁ ] [ █▄ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▂██▃ ] dim 0009 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▆█▇ ] dim 0010 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▄████▇▃ ] [ ▂▇█▄ ] dim 0011 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▅█ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▆█ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▄█▇▄ ] dim 0014 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▂█▄ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄█▄ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅███▇▃▁ ] [ ▅█▅ ] dim 0017 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂▇█▅▁ ] dim 0018 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▄█▇▄ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▆████▆▁ ] [ ▅█▃ ] dim 0020 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ ▆█ ] dim 0021 μ= +0.008 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ ▁▆█▆▂ ] dim 0022 μ= +0.002 σ= 0.036 zeros= 0% [ ▁▄█████▅▃▁ ] [ ▂▇▄█▆▂ ] dim 0023 μ= -0.007 σ= 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.023 zeros= 0% [ ▂████▃ ] [ ▆█▃ ] dim 0027 μ= -0.007 σ= 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.030 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▁▆█▃ ] dim 0033 μ= +0.030 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▄ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▇▃ ] dim 0035 μ= +0.008 σ= 0.033 zeros= 0% [ ▂▆████▇▂▁ ] [ █▅ ] dim 0036 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▇█▂ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▂████▅▁ ] [ ▁█▃ ] dim 0038 μ= -0.001 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▅█▅ ] dim 0039 μ= +0.034 σ= 0.028 zeros= 0% [ ▂▆███▅▃ ] [ ▁▅█▄ ] dim 0040 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▃▅█████▃▁ ] [ █▇ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▁▅██▅ ] [ ▂█▅ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▅█▄ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▄█▄ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ ▃█▃ ] dim 0045 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▄█ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▃██▁ ] dim 0047 μ= +0.004 σ= 0.030 zeros= 0% [ ▂▅████▅▁ ] [ ▃▇█▅ ] dim 0048 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▄▆█████▄▂▁ ] [ ▄██▁ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▃ ] dim 0050 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▂████▆▁ ] [ ▄█▅ ] dim 0051 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ █▇ ] dim 0052 μ= +0.005 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▂█▂ ] dim 0053 μ= -0.004 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▄█▂ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▅ ] dim 0055 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▇ ] dim 0056 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂▆█▅ ] dim 0057 μ= +0.013 σ= 0.033 zeros= 0% [ ▂▄█████▃▁ ] [ ▃▇█▅ ] dim 0058 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▇█▃ ] dim 0059 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▅█ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▂█▆ ] dim 0061 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▄▇█▃ ] dim 0062 μ= -0.031 σ= 0.036 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▄█▄ ] dim 0063 μ= +0.016 σ= 0.024 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.023 zeros= 0% [ ▂▆███▃ ] [ ▃█ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▆█▂ ] dim 0070 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▁██▃ ] dim 0071 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▄█▂ ] dim 0072 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ██ ] dim 0073 μ= +0.007 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▃██▂ ] dim 0074 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▂▅████▅▂▁ ] [ ▅█▄ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▅ ] dim 0076 μ= -0.001 σ= 0.020 zeros= 0% [ ▃███▄ ] [ ▄▇█▄▁ ] dim 0077 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂ ] [ ▃█▄ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ ▁▇█▃ ] dim 0079 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▇█ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▄██▃ ] [ ▆█▃ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▂▆█▅▁ ] dim 0082 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▆█▄ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▁▆█▅ ] dim 0084 μ= +0.012 σ= 0.032 zeros= 0% [ ▂▄████▇▃▁ ] [ ▄█▄ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▅▂ ] dim 0086 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ██▃ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▁▇█▂ ] dim 0088 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅▇█▄ ] dim 0089 μ= +0.022 σ= 0.032 zeros= 0% [ ▁▃█████▅▂ ] [ ▅██▄ ] dim 0090 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▄█▂ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▁▅█▆ ] dim 0092 μ= +0.035 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▁▇█▄ ] dim 0093 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▁▅█████▄▁ ] [ ▃█▄ ] dim 0094 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ ▆█ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▃█▆▂ ] dim 0096 μ= +0.005 σ= 0.031 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.003 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▃█▃ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▃███▄▁ ] [ ▇█▂ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▇█ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▅█▄ ] dim 0104 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▆███▅▂ ] [ ▁▅█▂ ] dim 0105 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▃ ] dim 0106 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▄████▄▂ ] [ ▁█▃ ] dim 0107 μ= -0.002 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▃█▇▂ ] dim 0108 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▇█▁ ] dim 0109 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▆█ ] dim 0110 μ= +0.008 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ █▇ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▂▇██▆▁ ] [ ▁▇█▁ ] dim 0112 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ █▇ ] dim 0113 μ= -0.015 σ= 0.017 zeros= 0% [ ▆██▄ ] [ ▃███▂ ] dim 0114 μ= -0.006 σ= 0.039 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.013 σ= 0.033 zeros= 0% [ ▁▂▇████▅▂▁ ] [ ▁██▃ ] dim 0119 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▄██▅ ] dim 0120 μ= -0.032 σ= 0.038 zeros= 0% [ ▂▄██████▃▁ ] [ ▄█▄ ] dim 0121 μ= +0.014 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▁█▂ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▁█▄ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ █▆ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▁███▆▁ ] [ ▃▆█▅▃ ] dim 0125 μ= -0.005 σ= 0.046 zeros= 0% [ ▁▂▄██████▆▄▂▁ ] [ █▅ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▁█▅ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▄███▅▁ ] [ ▄█▆ ] dim 0128 μ= -0.019 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▃▆█▆▂ ] dim 0129 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▆█▁ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▄█▆ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▂▇███▇▃▁ ] [ ▁█▅ ] dim 0132 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▆█ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▃██▄ ] [ █▆ ] dim 0134 μ= +0.024 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▅█▆▁ ] dim 0135 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▇▆ ] dim 0136 μ= +0.008 σ= 0.038 zeros= 0% [ ▁▁▃▆█████▄▁ ] [ ▆█▅ ] dim 0137 μ= -0.024 σ= 0.028 zeros= 0% [ ▃▇███▇▂ ] [ ▅█▅ ] dim 0138 μ= +0.034 σ= 0.027 zeros= 0% [ ▂▇███▆▁ ] [ ▁██▂ ] dim 0139 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▇█ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▇█ ] dim 0141 μ= +0.007 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▅█ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▃█▇ ] dim 0143 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▂▁ ] [ ▃▇█▂ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▄ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▁▆█▆ ] dim 0146 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▇▂ ] dim 0147 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ █▁ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▇█ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▃▆█▄ ] dim 0150 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▃▆████▇▂▁ ] [ ▂▇█▅▁ ] dim 0151 μ= +0.011 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ █▆ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▁▇█▃ ] dim 0153 μ= -0.028 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▁▆█▄ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂▄█████▄▁ ] [ ▅█ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▅█▆▁ ] dim 0156 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▆█▂ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▃ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▁▅█▇▁ ] dim 0159 μ= -0.003 σ= 0.035 zeros= 0% [ ▁▁▄█████▅▂ ] [ ▅█▅ ] dim 0160 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▁▆█▅ ] dim 0161 μ= -0.006 σ= 0.034 zeros= 0% [ ▂▄█████▃▁ ] [ ▅█▄ ] dim 0162 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▆ ] dim 0163 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▅████▃ ] [ ▁▆█▅ ] dim 0164 μ= +0.033 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂██▂ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▁██▅ ] dim 0166 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▁▄████▇▃▁ ] [ ▃█ ] dim 0167 μ= -0.007 σ= 0.015 zeros= 0% [ ▂██▆▁ ] [ █▅ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▆█▆ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▇████▃▁ ] [ ▅█▇▁ ] dim 0170 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂█▇▄ ] dim 0171 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▅█▁ ] dim 0172 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▂█ ] dim 0173 μ= -0.006 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▄█▇ ] dim 0174 μ= -0.020 σ= 0.027 zeros= 0% [ ▂▅███▇▂ ] [ ▃██▂ ] dim 0175 μ= -0.013 σ= 0.031 zeros= 0% [ ▂▅████▄▂ ] [ ▁█▄ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▁▇█▄ ] dim 0177 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▆ ] dim 0178 μ= +0.023 σ= 0.023 zeros= 0% [ ▃███▆▂ ] [ ▇█▆ ] dim 0179 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▂ ] dim 0180 μ= +0.009 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▄█▅ ] dim 0181 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▇▂▁ ] [ ▂▇█▄ ] dim 0182 μ= -0.029 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▂▅█▄▁ ] dim 0183 μ= -0.003 σ= 0.044 zeros= 0% [ ▁▃▆█████▇▃▁▁ ] [ ▅▇█▅ ] dim 0184 μ= +0.006 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▅█▇▁ ] dim 0185 μ= -0.018 σ= 0.030 zeros= 0% [ ▁▂▇████▃▁ ] [ ▃█ ] dim 0186 μ= -0.006 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁█▇ ] dim 0187 μ= +0.005 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▂█▂ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▃▆█▆▂ ] dim 0189 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ ▄▇█▄ ] dim 0190 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▃▅████▇▄▁ ] [ ▃▇█▆▂ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▁▆█████▅▂ ] [ ▄█▅ ] dim 0192 μ= -0.021 σ= 0.029 zeros= 0% [ ▂▇████▂ ] [ ▅█▇▁ ] dim 0193 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▆█▂ ] dim 0194 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▁██▂ ] dim 0195 μ= +0.027 σ= 0.025 zeros= 0% [ ▄████▄▁ ] [ ▁██ ] dim 0196 μ= +0.025 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ██ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▂█▆ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▃███▇▁ ] [ ▄█▅ ] dim 0199 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▃▆████▃▁ ] [ ▄█▅▁ ] dim 0200 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▄█ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂█▅ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▁▆█▄ ] dim 0203 μ= +0.030 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▆█▅▂ ] dim 0204 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█▄ ] dim 0205 μ= +0.015 σ= 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.024 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.002 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█▇ ] dim 0215 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▆███▇▂ ] [ ▅█▅ ] dim 0216 μ= -0.006 σ= 0.027 zeros= 0% [ ▃████▆▁ ] [ ▄█▇▂ ] dim 0217 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▂▆████▅▂ ] [ █▂ ] dim 0218 μ= -0.001 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▃██▃ ] dim 0219 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▅████▆▂ ] [ ▃██▃ ] dim 0220 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█▂ ] dim 0221 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▄█▄ ] dim 0222 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▅███▅▂ ] [ █▇▁ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▅█▇▁ ] dim 0224 μ= +0.019 σ= 0.030 zeros= 0% [ ▂█████▃▁ ] [ ▇█▄ ] dim 0225 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▇ ] dim 0226 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▅██▄ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▂▆█▇▄ ] dim 0228 μ= +0.039 σ= 0.038 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ █▇ ] dim 0229 μ= +0.005 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▇█ ] dim 0230 μ= +0.007 σ= 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.039 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁█▆ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▂▆▇█▄ ] dim 0236 μ= +0.020 σ= 0.039 zeros= 0% [ ▁▂▅██████▃▁ ] [ ▆█▁ ] dim 0237 μ= -0.010 σ= 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.029 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂ ] [ ▄██▁ ] dim 0242 μ= +0.004 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▄█▁ ] dim 0243 μ= -0.007 σ= 0.019 zeros= 0% [ ▁▄███▂ ] [ ▁▅█▃ ] dim 0244 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▄▇█▃ ] dim 0245 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▆████▅▂ ] [ █▄ ] dim 0246 μ= -0.017 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▁▇█▇▂ ] dim 0247 μ= -0.038 σ= 0.035 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▂▇█▄ ] dim 0248 μ= +0.011 σ= 0.034 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▇ ] dim 0249 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█▅ ] dim 0250 μ= +0.001 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ █▅ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▆██▂ ] [ ▅█▂ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▁██ ] dim 0253 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▃███▇▂ ] [ ▂█▆ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▇▅ ] dim 0255 μ= -0.012 σ= 0.038 zeros= 0% [ ▁▄▇█████▃▁ ] [ ▄█▇▆▁ ] dim 0256 μ= -0.012 σ= 0.046 zeros= 0% [ ▁▃▅██████▆▂▁ ] [ ▄█▆ ] dim 0257 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▅ ] dim 0258 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ █▆ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▁▅█▆▁ ] dim 0260 μ= -0.003 σ= 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.017 zeros= 0% [ ▄██▆▁ ] [ ▂█▇▁ ] dim 0264 μ= -0.014 σ= 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.004 σ= 0.029 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.022 zeros= 0% [ ▁▅███▂ ] [ ▁█▆▁ ] dim 0277 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▆█ ] dim 0278 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▃█▄▁ ] dim 0279 μ= +0.020 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▇█ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▁▂███▇▂ ] [ ▁█▇ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ██ ] dim 0282 μ= +0.005 σ= 0.018 zeros= 0% [ ▁▆██▅▁ ] [ ▅█▄ ] dim 0283 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▂█▆▂ ] dim 0284 μ= -0.051 σ= 0.032 zeros= 0% [ ▂▅████▄▂ ] [ ▂▇█▄ ] dim 0285 μ= +0.008 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▂▇█▄ ] dim 0286 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ █▅ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▄▆█▃▁ ] dim 0288 μ= -0.011 σ= 0.043 zeros= 0% [ ▁▂▄██████▅▃▁ ] [ ▇█▃ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▁▇█▆▁ ] dim 0290 μ= +0.015 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ █▆ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▃█▆▂ ] dim 0292 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂▁ ] [ █▄ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▂███▄▁ ] [ ▄█▃ ] dim 0294 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ █ ] dim 0295 μ= -0.000 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▃█▇ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▁█▁ ] dim 0297 μ= -0.004 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▆█▂ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▃▇███▃▁ ] [ ▂█▅ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▅████▂ ] [ ▆█▄ ] dim 0300 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁▇█ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▃████▄▁ ] [ ▅▇█▃ ] dim 0302 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▂▆████▆▃▁ ] [ █▄ ] dim 0303 μ= -0.018 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▅██▁ ] dim 0304 μ= +0.000 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▄▇█▃ ] dim 0305 μ= +0.023 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▁██▅ ] dim 0306 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▅█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▂▇█▅▁ ] dim 0308 μ= +0.029 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▃█▇▁ ] dim 0309 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▃█▄ ] [ █▇ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▅█▇▁ ] dim 0312 μ= +0.017 σ= 0.036 zeros= 0% [ ▁▂▄█████▅▁▁ ] [ █▆ ] dim 0313 μ= +0.003 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▁▅██▄ ] dim 0314 μ= +0.003 σ= 0.044 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.030 zeros= 0% [ ▁▄████▆▂ ] [ ▂▇█▁ ] dim 0320 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▄████▃ ] [ ▃█ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▁▆█▃ ] dim 0322 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▁▇█▄▁ ] dim 0323 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▂█▂ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▂▆█▄ ] dim 0325 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▂▆█████▃▂ ] [ ▆█▃ ] dim 0326 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▂ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▂███▂ ] [ █▃ ] dim 0328 μ= +0.004 σ= 0.010 zeros= 0% [ ▁██ ] [ ▃█▇▂ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▂▆█▅▃ ] dim 0330 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▃▇█████▅▃▁ ] [ ▂▅█▄▂ ] dim 0331 μ= -0.003 σ= 0.039 zeros= 0% [ ▂▆█████▅▂▁ ] [ █▆ ] dim 0332 μ= +0.023 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▄█▅ ] dim 0333 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ █ ] dim 0334 μ= +0.017 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▁█▆ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▄█▆▁ ] dim 0336 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▄▇████▄▁ ] [ ▃█▇▁ ] dim 0337 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▄ ] dim 0338 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▇▁ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▆█▆▂ ] dim 0340 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▃▇████▄▂ ] [ ▁█▃ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ▂█▆ ] dim 0342 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▄███▇▂▁ ] [ █▂ ] dim 0343 μ= +0.001 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▆█▃ ] dim 0344 μ= +0.014 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▅█▄ ] dim 0345 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ █ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ██▅ ] dim 0347 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▃██▆ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▅█████▃▁ ] [ ▂▅█▄ ] dim 0349 μ= -0.028 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▁ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▅█▆ ] dim 0351 μ= +0.019 σ= 0.028 zeros= 0% [ ▂▆████▂▁ ] [ ▁▇█▂ ] dim 0352 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▄████▄▂ ] [ ▃██ ] dim 0353 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▂▅█▅ ] dim 0354 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁ ] [ ██ ] dim 0355 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▂▇█▆ ] dim 0356 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▂▄█████▃▁ ] [ ▄█▄ ] dim 0357 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ █ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▆█▇▁ ] [ ▁▇█▁ ] dim 0359 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▁▆█▄ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▁▇██▄ ] dim 0361 μ= -0.015 σ= 0.037 zeros= 0% [ ▂▄█████▇▃▁ ] [ ▂█ ] dim 0362 μ= -0.025 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▅█▆▂ ] dim 0363 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▂▆█▃ ] dim 0364 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▁▇█▅ ] dim 0365 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▄ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ █▅ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▅██▃ ] [ ▅█▂ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▂ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▂█▃ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▃███▃▁ ] [ ▄▆█▄ ] dim 0371 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▂▇████▆▄▁ ] [ ▅██▃ ] dim 0372 μ= +0.021 σ= 0.034 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▄█▆ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▁█▅ ] dim 0374 μ= -0.018 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▆█▄ ] dim 0375 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▆█ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▅█▅ ] dim 0377 μ= -0.004 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▆ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▂▅███▇▂ ] [ ▁█▆ ] dim 0379 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▃ ] dim 0380 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ █▃ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▁▇█▃ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▇▄ ] dim 0383 μ= +0.025 σ= 0.035 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▁▆█▄ ] dim 0384 μ= +0.009 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▆ ] dim 0385 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▅████▂▁ ] [ ▆█▂ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▇███▄▁ ] [ ▃█ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ▃█▆▄▁ ] dim 0388 μ= +0.011 σ= 0.045 zeros= 0% [ ▁▂▄██████▅▃▁▁ ] [ ▂██▂ ] dim 0389 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▇▁ ] dim 0390 μ= +0.025 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▇▁ ] dim 0391 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▂▇████▃▁ ] [ ▂█▆ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▁▃█▇▅▁ ] dim 0393 μ= -0.010 σ= 0.041 zeros= 0% [ ▁▄██████▅▂▁ ] [ ▁█▂ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▁▆█▆▂ ] dim 0395 μ= -0.002 σ= 0.035 zeros= 0% [ ▁▄█████▅▂ ] [ ▁█▆ ] dim 0396 μ= -0.015 σ= 0.024 zeros= 0% [ ▄████▂ ] [ █▅ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▇██▄ ] [ ▁▅█▇▃ ] dim 0398 μ= +0.001 σ= 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.025 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▄ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▆███▆▁ ] [ ▁█▆ ] dim 0404 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▃███▆▂ ] [ ▄█▅ ] dim 0405 μ= +0.016 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃ ] [ ▃█▁ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▄█ ] dim 0407 μ= +0.013 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▁█▆ ] dim 0408 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▁▆█▂ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▆ ] dim 0410 μ= -0.018 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▃█▇ ] dim 0411 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▆████▃▁ ] [ ▆██▅ ] dim 0412 μ= +0.003 σ= 0.037 zeros= 0% [ ▂▄█████▇▃▁ ] [ ▅█▃ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▃ ] dim 0414 μ= -0.008 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▁ ] dim 0415 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▁▅█▅▂ ] dim 0416 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▃▄█████▅▂▁ ] [ ▁██▃ ] dim 0417 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▄████▆▁ ] [ █▆ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ █ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▆▇█▄ ] dim 0420 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▃█▅ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▅████▂▁ ] [ ▇█▂ ] dim 0422 μ= +0.012 σ= 0.027 zeros= 0% [ ▃▇███▅▁ ] [ ▄█▄ ] dim 0423 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▄ ] dim 0424 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ ▄▇█▄ ] dim 0425 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▄▆████▇▃▁ ] [ █ ] dim 0426 μ= +0.019 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▅▆█▂ ] dim 0427 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▄█▇▂ ] dim 0428 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▄█████▅▂ ] [ ▄█ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▆█▁ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▂▇███▃▁ ] [ ▅█▄ ] dim 0431 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂ ] [ ▇█▂ ] dim 0432 μ= +0.011 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▃▇█▂ ] dim 0433 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▂█▇ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ █▇ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▅██▅ ] [ ▂██▅▁ ] dim 0436 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▄█████▃▁ ] [ ▂██▄ ] dim 0437 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▅████▇▂ ] [ ▃█▅ ] dim 0438 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▆ ] dim 0439 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▆████▄▁ ] [ ▂██▁ ] dim 0440 μ= +0.004 σ= 0.028 zeros= 0% [ ▂▄████▃▁ ] [ ▅█▆▂ ] dim 0441 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▁▄█████▅▂ ] [ ▄█ ] dim 0442 μ= +0.012 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▆█ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▅██▇▄ ] dim 0444 μ= +0.017 σ= 0.044 zeros= 0% [ ▂▄▇██████▄▂▁ ] [ ██ ] dim 0445 μ= +0.006 σ= 0.022 zeros= 0% [ ▂████▁ ] [ ▃█▄ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▂▆████▃ ] [ ▂█▅ ] dim 0447 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▃█▇▄ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▂▅████▅▂ ] [ ▃█▁ ] dim 0449 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ █▆ ] dim 0450 μ= -0.017 σ= 0.020 zeros= 0% [ ▂▇██▄ ] [ ▆█ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▂█▇▁ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▅█ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▁ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▄█▇▆▂ ] dim 0455 μ= +0.011 σ= 0.043 zeros= 0% [ ▁▂▄██████▅▃▁ ] [ ▄█▇▁ ] dim 0456 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ █▇▄ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▃████▆▂▁ ] [ ▆█▆▁ ] dim 0458 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█ ] dim 0459 μ= -0.010 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▅█▃ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ██▄ ] [ █▆ ] dim 0462 μ= -0.014 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▅█▇▄ ] dim 0463 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▄▇████▆▂▁ ] [ ▃▆█▇▃ ] dim 0464 μ= -0.020 σ= 0.043 zeros= 0% [ ▁▃▆█████▇▃▂▁ ] [ ▅█▃ ] dim 0465 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▁▆█▅▂ ] dim 0466 μ= -0.005 σ= 0.039 zeros= 0% [ ▁▃▅█████▅▂▁ ] [ ▁█▅ ] dim 0467 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁██ ] dim 0468 μ= +0.005 σ= 0.021 zeros= 0% [ ▁███▇▁ ] [ ▄█▅ ] dim 0469 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▆███▇▂▁ ] [ █▆ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ █▃ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▁▇██▂ ] [ ▄█▄ ] dim 0472 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▅███▇▂ ] [ █▄ ] dim 0473 μ= -0.016 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▄█▄ ] dim 0474 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▁▄█▆▂ ] dim 0475 μ= -0.000 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▅█ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▃█▁ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▄█▂ ] dim 0478 μ= -0.025 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▃█▇▁ ] dim 0479 μ= +0.005 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ ▁▆█▄ ] dim 0480 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▁█▅ ] dim 0481 μ= +0.021 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▁▆█▂ ] dim 0482 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂▇█▄ ] dim 0483 μ= -0.011 σ= 0.030 zeros= 0% [ ▂▄████▆▂ ] [ ▄█▇▂ ] dim 0484 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃▇████▆▃▁ ] [ █ ] dim 0485 μ= +0.015 σ= 0.014 zeros= 0% [ ▁██▇▁ ] [ ▁█▇▁ ] dim 0486 μ= +0.026 σ= 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.025 zeros= 0% [ ▁▆███▄▁ ] [ ▃▇█▃ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ █▃ ] dim 0491 μ= +0.020 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▁▆█▂ ] dim 0492 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▁ ] dim 0493 μ= +0.013 σ= 0.019 zeros= 0% [ ▄███▂ ] [ █▄ ] dim 0494 μ= +0.021 σ= 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.016 σ= 0.040 zeros= 0% [ ▁▃▆█████▆▂▁ ] [ ▁▇█▃ ] dim 0499 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▅██▅ ] dim 0500 μ= +0.021 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▁█ ] dim 0501 μ= -0.007 σ= 0.013 zeros= 0% [ ▁██▅ ] [ ▁█▅ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▃█▅ ] dim 0503 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▂▅████▄▁ ] [ █ ] dim 0504 μ= -0.003 σ= 0.011 zeros= 0% [ ▅█▅ ] [ ▄█▅ ] dim 0505 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▁▆█▂ ] dim 0506 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▂ ] dim 0507 μ= -0.010 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▁▇█▆▁ ] dim 0508 μ= -0.004 σ= 0.034 zeros= 0% [ ▂▄█████▄▁ ] [ ▄█▆ ] dim 0509 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▄ ] dim 0510 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▃▆█▄ ] dim 0511 μ= +0.008 σ= 0.037 zeros= 0% [ ▁▁▃▇█████▃▁ ] [ ▂█▆ ] dim 0512 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ █▆ ] dim 0513 μ= +0.023 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▂██▆ ] dim 0514 μ= +0.011 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▇█▃ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▇█ ] dim 0516 μ= +0.025 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▂▇█▅▁ ] dim 0517 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▄▅█████▅▂▁ ] [ ▁██ ] dim 0518 μ= +0.024 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▅█▇ ] dim 0519 μ= -0.038 σ= 0.028 zeros= 0% [ ▂▆████▃▁ ] [ ▁█▇▄ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▄████▆▃▁ ] [ ▃█▆▁ ] dim 0521 μ= +0.022 σ= 0.033 zeros= 0% [ ▁▂▅████▅▂ ] [ ▅█▂ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █▂ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▅█▄ ] dim 0524 μ= +0.014 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ █ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ██▄ ] [ ▂█▆ ] dim 0526 μ= -0.018 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▂ ] dim 0527 μ= +0.012 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▆ ] dim 0528 μ= -0.038 σ= 0.028 zeros= 0% [ ▁▅███▇▂▁ ] [ ▇█▆ ] dim 0529 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▃████▇▂ ] [ ▃▇█▁ ] dim 0530 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▁█▇ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▁█▇▇▁ ] dim 0532 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▅█████▃▁ ] [ ▁█▃ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▃▁ ] [ ▇█▇▃ ] dim 0534 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▆▃ ] dim 0535 μ= -0.016 σ= 0.039 zeros= 0% [ ▁▁▄█████▇▃▁ ] [ ▂█▂ ] dim 0536 μ= +0.017 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▅▂ ] dim 0537 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▂▅████▄▁ ] [ ▁▇█▃ ] dim 0538 μ= +0.029 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▄█▇▄ ] dim 0539 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▂██▄ ] dim 0540 μ= -0.005 σ= 0.035 zeros= 0% [ ▂▄█████▄▂ ] [ ▃█▆ ] dim 0541 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▇▁ ] [ ▆█▅ ] dim 0542 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃▇███▆▃▁ ] [ ▂▆██▅ ] dim 0543 μ= +0.019 σ= 0.038 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.013 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▁█▅ ] dim 0548 μ= -0.034 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▅█▃ ] dim 0549 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▃██▆▂ ] dim 0550 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▆█ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▄██▅▁ ] [ ▇█▅ ] dim 0552 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▂▇███▆▂ ] [ ▅█▄ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▆███▅▂ ] [ █▁ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▁▇█▆ ] dim 0555 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▆▂ ] dim 0556 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▃▆████▆▂ ] [ ▄█▃ ] dim 0557 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▄███▄ ] [ ▅█▁ ] dim 0558 μ= +0.010 σ= 0.025 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.008 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▅ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▇█▅ ] dim 0568 μ= +0.015 σ= 0.026 zeros= 0% [ ▂▆███▆▁ ] [ ▃█▇▁ ] dim 0569 μ= -0.016 σ= 0.028 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▄ ] dim 0570 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▆███▆▁ ] [ ▄██▁ ] dim 0571 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▃▆████▃▂ ] [ ▆█ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▂█▃ ] dim 0573 μ= -0.003 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▇█ ] dim 0574 μ= -0.012 σ= 0.015 zeros= 0% [ ▄██▅ ] [ ▅█▆▄ ] dim 0575 μ= +0.005 σ= 0.042 zeros= 0% [ ▁▂▅█████▇▄▂▁ ] [ ▅█▄ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▆███▆▁ ] [ ▃█▅ ] dim 0577 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▃██▃ ] dim 0578 μ= -0.011 σ= 0.032 zeros= 0% [ ▂▅████▆▃ ] [ ▆█▂ ] dim 0579 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ ▄█▅ ] dim 0580 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▂▇████▃▁ ] [ ▂█▇ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ██ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▁█ ] dim 0583 μ= -0.007 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▃██▁ ] dim 0584 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▁▆▇█▆▁ ] dim 0585 μ= -0.032 σ= 0.049 zeros= 0% [ ▁▂▃▇██████▇▄▁ ] -> OUTLIER_SPREAD: this_std=0.0488, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▁█▅ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▄█ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▄██▃ ] dim 0588 μ= -0.012 σ= 0.033 zeros= 0% [ ▂▆████▆▃▁ ] [ █▁ ] dim 0589 μ= -0.001 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▅▆█▅ ] dim 0590 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▃▇████▇▃▁ ] [ █▃ ] dim 0591 μ= -0.020 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▄█▃ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▃ ] dim 0593 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▃█████▄▁▁ ] [ ▆█▆▁ ] dim 0594 μ= +0.000 σ= 0.034 zeros= 0% [ ▁▄█████▄▂▁ ] [ ▇█▂ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃▇███▄▁ ] [ ▂██ ] dim 0596 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▅█▄ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▃█▆▂ ] dim 0598 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▅ ] dim 0599 μ= +0.023 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▄█▇▃ ] dim 0600 μ= -0.017 σ= 0.038 zeros= 0% [ ▂▅█████▇▃▁ ] [ ▄█▂ ] dim 0601 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ █▆ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▅█▅ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▆███▆▁ ] [ ▅█▇▁ ] dim 0604 μ= +0.001 σ= 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.009 σ= 0.030 zeros= 0% [ ▁▄████▅▁▁ ] [ ▂█▃ ] dim 0610 μ= +0.018 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▃█▅ ] dim 0611 μ= -0.000 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▄██▄▂ ] dim 0612 μ= +0.011 σ= 0.039 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.005 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▂██▂ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂▅████▅▂ ] [ ▁█▅▁ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▅█ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▅█▅ ] dim 0620 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▆███▅▂ ] [ ▂█▅ ] dim 0621 μ= -0.039 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▂▆█▄ ] dim 0622 μ= -0.009 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▇█ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▅█▃ ] dim 0624 μ= -0.006 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▃█▅ ] dim 0625 μ= -0.019 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▆█▇▅ ] dim 0626 μ= -0.014 σ= 0.039 zeros= 0% [ ▁▁▄██████▃▂▁ ] [ ▃█▅ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▆███▆▂ ] [ ▅█▇▃ ] dim 0628 μ= -0.019 σ= 0.035 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ ▂█▇▄ ] dim 0629 μ= -0.012 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▆ ] dim 0630 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▇▁ ] dim 0631 μ= +0.000 σ= 0.028 zeros= 0% [ ▁▂▆████▃ ] [ ▁██ ] dim 0632 μ= -0.013 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▂█▆ ] dim 0633 μ= -0.016 σ= 0.023 zeros= 0% [ ▃███▆▂ ] [ ▅█ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▄███▁ ] [ ▁▆█▆▂ ] dim 0635 μ= -0.019 σ= 0.039 zeros= 0% [ ▁▆█████▆▃▁ ] [ ▃█▃ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▆█▄ ] dim 0637 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▂█▃ ] dim 0638 μ= -0.021 σ= 0.021 zeros= 0% [ ▁▃███▄▁ ] [ ▁▇█▇▁ ] dim 0639 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ █▆ ] dim 0640 μ= +0.003 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▂▆█▄ ] dim 0641 μ= -0.010 σ= 0.041 zeros= 0% [ ▂▄▇████▇▅▂ ] [ ▃█▆ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▄█ ] dim 0643 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▄██▁ ] dim 0644 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▅ ] dim 0645 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂██▃ ] dim 0646 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▄████▆▂▁ ] [ ▆█▄ ] dim 0647 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇▂ ] dim 0648 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▃▇█▄ ] dim 0649 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▃▇█████▃▁ ] [ ▁▆█▃ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂█▆▂ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▅████▆▂ ] [ ▁▆█▃ ] dim 0652 μ= +0.030 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄▇█▃ ] dim 0653 μ= -0.013 σ= 0.030 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▂ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▂█▆ ] dim 0655 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▅ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁▇█▅ ] dim 0657 μ= +0.013 σ= 0.034 zeros= 0% [ ▂▅████▇▄▁ ] [ █▄ ] dim 0658 μ= -0.000 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▄█▅▁ ] dim 0659 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▃█▇▃ ] dim 0660 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▄█▃ ] dim 0661 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ █▁ ] dim 0662 μ= +0.000 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▄▇█▅▁ ] dim 0663 μ= -0.009 σ= 0.038 zeros= 0% [ ▁▃▇█████▄▂▁ ] [ ▄█▆ ] dim 0664 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▅███▇▄▁ ] [ ▃██▄ ] dim 0665 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▂▆█████▄▁ ] [ █▆ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▃███▆▁ ] [ ▂█▇▅ ] dim 0667 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▁▃▇█████▄▁ ] [ ▆█ ] dim 0668 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▅█▅ ] dim 0669 μ= -0.020 σ= 0.028 zeros= 0% [ ▂▅███▇▂▁ ] [ ▆█▁ ] dim 0670 μ= +0.009 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▅█▂ ] dim 0671 μ= +0.030 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ █▇▂ ] dim 0672 μ= +0.007 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▇█ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▂▆███▃ ] [ ▅██ ] dim 0674 μ= +0.019 σ= 0.026 zeros= 0% [ ▁▆████▂ ] [ ▃█▅ ] dim 0675 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ ▂█▆ ] dim 0676 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▇ ] dim 0677 μ= +0.018 σ= 0.036 zeros= 0% [ ▂▄█████▅▃▁ ] [ ▆█▂ ] dim 0678 μ= -0.028 σ= 0.023 zeros= 0% [ ▂▆███▃ ] [ ▆█▅ ] dim 0679 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▇█ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▂█▅ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▁▄███▇▁ ] [ █▇ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁███▇▂ ] [ ▄█▇▂ ] dim 0683 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ █▃ ] dim 0684 μ= +0.020 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▆█▃ ] dim 0685 μ= +0.012 σ= 0.026 zeros= 0% [ ▃▇███▅▁ ] [ ▂▇█▆▂ ] dim 0686 μ= -0.022 σ= 0.042 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ ▄█▃ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▄█▇▂ ] dim 0688 μ= -0.014 σ= 0.036 zeros= 0% [ ▁▄▇████▇▃▁ ] [ ▇█ ] dim 0689 μ= -0.012 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▅█ ] dim 0690 μ= +0.010 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▄█▆ ] dim 0691 μ= +0.017 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▄ ] dim 0692 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▄█▇▃ ] dim 0693 μ= -0.015 σ= 0.033 zeros= 0% [ ▁▂█████▅▂ ] [ ▆█▂ ] dim 0694 μ= +0.011 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▄▇█▁ ] dim 0695 μ= -0.017 σ= 0.027 zeros= 0% [ ▂▄████▃ ] [ ▆█▂ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▁▇███▃▁ ] [ ▅█▇▁ ] dim 0697 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▄█████▅▁ ] [ ▁█▁ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▃█▅ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▅█▅ ] dim 0700 μ= -0.005 σ= 0.028 zeros= 0% [ ▃▇███▆▂ ] [ ▄▇█▆ ] dim 0701 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▅████▇▄▁ ] [ ▅█▆ ] dim 0702 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▆███▅▂ ] [ ▁█▆ ] dim 0703 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ █ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▁█▇▄ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ██ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▃██▃ ] [ █▃ ] dim 0707 μ= -0.018 σ= 0.017 zeros= 0% [ ▁███▃ ] [ ▂▇█▆ ] dim 0708 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▂█▅ ] dim 0709 μ= +0.019 σ= 0.022 zeros= 0% [ ▁▃███▅▁ ] [ ▁▅█▅▃ ] dim 0710 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ ▄██▅▂ ] dim 0711 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▁▁ ] [ ▃██ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▅█▄ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▂▇█▄ ] dim 0714 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▂ ] [ ▁█▄ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▃███▄▁ ] [ ▂█▁ ] dim 0716 μ= +0.014 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▅█▃ ] dim 0717 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃█ ] dim 0718 μ= -0.026 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▄██▄ ] dim 0719 μ= +0.042 σ= 0.036 zeros= 0% [ ▂▃▇████▇▂▁ ] [ ▅█▆▂ ] dim 0720 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▃█████▄▂ ] [ ▁█▆ ] dim 0721 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▂█▁ ] dim 0722 μ= -0.004 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▅█▆▁ ] dim 0723 μ= -0.020 σ= 0.032 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.010 σ= 0.024 zeros= 0% [ ▂████▄▁ ] [ █▄ ] dim 0728 μ= -0.019 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▅█▂ ] dim 0729 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▂████▃▁ ] [ ▂██ ] dim 0730 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▃██▃ ] dim 0731 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▆████▄▂ ] [ ▁██▃ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ██▁ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▇█▁ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ██ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▄█▁ ] dim 0736 μ= -0.025 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▅█▆ ] dim 0737 μ= -0.020 σ= 0.030 zeros= 0% [ ▂█████▃▁ ] [ ▁▅█▇▄ ] dim 0738 μ= +0.023 σ= 0.043 zeros= 0% [ ▁▃▅██████▄▂ ] [ █▅ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▂▅█▆▁ ] dim 0740 μ= +0.014 σ= 0.037 zeros= 0% [ ▂▆█████▄▂ ] [ ▇█▃ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▂████▄ ] [ ▃█▇▃ ] dim 0742 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▂▅████▅▁ ] [ █▃ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▃██▃ ] dim 0744 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ ▂█▃ ] dim 0745 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▃█ ] dim 0746 μ= -0.006 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▁▆█▅ ] dim 0747 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃████▇▂ ] [ ▅█▆▁ ] dim 0748 μ= -0.020 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ █▇▁ ] dim 0749 μ= -0.012 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▂▇█▆▃ ] dim 0750 μ= -0.003 σ= 0.038 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▄▇█▁ ] dim 0751 μ= +0.001 σ= 0.031 zeros= 0% [ ▃▆████▄▁ ] [ ▃█▆ ] dim 0752 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▅████▂▁ ] [ ▃█▂ ] dim 0753 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▆█ ] dim 0754 μ= -0.012 σ= 0.010 zeros= 0% [ ▁██▁ ] [ ▄█ ] dim 0755 μ= -0.007 σ= 0.017 zeros= 0% [ ▃███▁ ] [ ▄█▄ ] dim 0756 μ= +0.015 σ= 0.026 zeros= 0% [ ▂▆███▆▂ ] [ ▂█▇ ] dim 0757 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▅████▂ ] [ ▂▆█▄ ] dim 0758 μ= -0.008 σ= 0.034 zeros= 0% [ ▂▆█████▃▁ ] [ ▅█▇▂ ] dim 0759 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▄▇████▅▂ ] [ ▂█ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ██▂ ] [ ▃▅█▆▁ ] dim 0761 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▁▆█▅ ] dim 0762 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▄████▅▁▁ ] [ ▅█▅ ] dim 0763 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▃████▆▂▁ ] [ ▆█▁ ] dim 0764 μ= +0.010 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▄█ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▂█▇▄ ] dim 0766 μ= -0.011 σ= 0.032 zeros= 0% [ ▂▅████▅▃ ] [ ▆█▆▁ ] dim 0767 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█ ] dim 0768 μ= -0.010 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▇█▇ ] dim 0769 μ= -0.003 σ= 0.029 zeros= 0% [ ▃████▇▃▁ ] [ ▅█▄ ] dim 0770 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▂████▇▂ ] [ ██▁ ] dim 0771 μ= -0.011 σ= 0.023 zeros= 0% [ ▁████▃ ] [ ▃█ ] dim 0772 μ= +0.013 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▁█▇▃ ] dim 0773 μ= -0.012 σ= 0.029 zeros= 0% [ ▂▄████▅▁ ] [ ▃█▇▆▁ ] dim 0774 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▃█▃ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▄▇█▄ ] dim 0776 μ= +0.006 σ= 0.034 zeros= 0% [ ▃▇████▆▂▁ ] [ ▄█▇▂ ] dim 0777 μ= -0.016 σ= 0.031 zeros= 0% [ ▂▆████▄▂ ] [ ▄█▂ ] dim 0778 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▄███▄ ] [ ▅█▄ ] dim 0779 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▅█▅ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▆█ ] dim 0781 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▇█ ] dim 0782 μ= +0.027 σ= 0.016 zeros= 0% [ ▄██▆ ] [ ▃█▅ ] dim 0783 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▄ ] dim 0784 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▃ ] dim 0785 μ= -0.004 σ= 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.025 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▅ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▂██▆ ] dim 0790 μ= -0.026 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▅█ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▅█▅ ] dim 0792 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▃ ] dim 0793 μ= -0.006 σ= 0.025 zeros= 0% [ ▂▅███▄▁ ] [ ▃█▅ ] dim 0794 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▄ ] dim 0795 μ= -0.006 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▄ ] dim 0796 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▆█▁ ] dim 0797 μ= -0.029 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▃█▆ ] dim 0798 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▅███▇▃ ] [ ▃█▅ ] dim 0799 μ= -0.042 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▃▆█▅ ] dim 0800 μ= +0.029 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▁▁ ] [ ▃█ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▄█▂ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▆█ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▆█▆▂ ] dim 0804 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▂▄▇████▄▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▃█▃ ] [ ▅█▄ ] dim 0806 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▂██▆▁ ] dim 0807 μ= +0.015 σ= 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.030 zeros= 0% [ ▁▅████▅▁ ] [ ▁▆█▅ ] dim 0811 μ= +0.012 σ= 0.034 zeros= 0% [ ▁▅████▇▃▁ ] [ ▃▇█▁ ] dim 0812 μ= +0.003 σ= 0.032 zeros= 0% [ ▃▆████▄▂ ] [ ▇█▁ ] dim 0813 μ= +0.028 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▄█▂ ] dim 0814 μ= +0.012 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▄█▅ ] dim 0815 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▆███▆▂ ] [ ▁█▆ ] dim 0816 μ= +0.041 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▁█ ] dim 0817 μ= +0.035 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▃█▇▂ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▅████▄▂▁ ] [ ▁▅█▅▁ ] dim 0819 μ= +0.034 σ= 0.035 zeros= 0% [ ▁▅█████▄▂ ] [ ▃█▆▂ ] dim 0820 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▁█▆ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▄█▁ ] dim 0822 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃██▅ ] dim 0823 μ= -0.011 σ= 0.034 zeros= 0% [ ▂▆█████▃▁ ] [ ▆█▄ ] dim 0824 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▄█▅ ] dim 0825 μ= +0.000 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▄ ] dim 0826 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ██ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▇█▅ ] dim 0828 μ= -0.025 σ= 0.029 zeros= 0% [ ▁▄▇███▇▂▁ ] [ ▂▇█▅▁ ] dim 0829 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▁▆██▂ ] dim 0830 μ= +0.001 σ= 0.037 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ █▁ ] dim 0831 μ= -0.000 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▁██▁ ] dim 0832 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▅█▆ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▂▇████▂▁ ] [ ▅▇█▃ ] dim 0834 μ= +0.000 σ= 0.034 zeros= 0% [ ▁▃█████▅▁ ] [ ▅█▅ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▂████▆▂ ] [ ▁█▅ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁▇█▃ ] dim 0837 μ= +0.028 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▂ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▆█▂ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▄ ] dim 0840 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▁ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▂████▄▁ ] [ ▅█▆ ] dim 0842 μ= -0.021 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▃█ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▁██▁ ] dim 0844 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▂██▄ ] dim 0845 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▅████▅▂ ] [ ▄█▄ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▅███▅▂ ] [ ▃██▃ ] dim 0847 μ= +0.024 σ= 0.032 zeros= 0% [ ▁▂▇████▆▂ ] [ ▅██▁ ] dim 0848 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▂▇████▄▁ ] [ ▄█▄ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▄ ] dim 0850 μ= +0.017 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▂██▁ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▂▇█▅▁ ] dim 0852 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ ▃█▃ ] dim 0853 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▆█▂ ] dim 0854 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ █▄ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▅█▂ ] dim 0856 μ= +0.009 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▁▆█▂ ] dim 0857 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▅█▄ ] dim 0858 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▃████▇▂ ] [ ▂█▅ ] dim 0859 μ= +0.001 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃▇█▂ ] dim 0860 μ= -0.017 σ= 0.032 zeros= 0% [ ▁▃▆████▄▁ ] [ █▅ ] dim 0861 μ= +0.002 σ= 0.019 zeros= 0% [ ▁███▅ ] [ ▂▆█▅▁ ] dim 0862 μ= -0.024 σ= 0.037 zeros= 0% [ ▂▅█████▄▂▁ ] [ ▆█▃ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▂██▃ ] dim 0864 μ= +0.008 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▃█▄ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▄█▄ ] dim 0866 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ██▂ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▃██ ] dim 0868 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ █▃ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▆█▅ ] dim 0870 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▅█▅▃ ] dim 0871 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▂█████▆▃▁ ] [ ▄██▄ ] dim 0872 μ= -0.013 σ= 0.036 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▇█▃ ] dim 0873 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▂▆█▅ ] dim 0874 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▁█ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▃█ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▃█▃ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▄ ] [ ▂█ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▂██▆▁ ] [ ▄▇█▆▁ ] dim 0879 μ= -0.009 σ= 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.014 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▆ ] dim 0884 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▃▇███▇▃ ] [ █▇ ] dim 0885 μ= -0.015 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ ▁█▆ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ █▆ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ██ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ ▄██▃ ] dim 0889 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▄█▄ ] dim 0890 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▇▁ ] dim 0891 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▆████▄▁ ] [ ▇█▁ ] dim 0892 μ= +0.011 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▁█▇▅ ] dim 0893 μ= -0.006 σ= 0.034 zeros= 0% [ ▂▄█████▃▁ ] [ ▆█▃ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▂████▆▂ ] [ ▃▆██▄▁ ] dim 0895 μ= +0.000 σ= 0.045 zeros= 0% [ ▁▂▄▇██████▅▂▁ ] [ ▅██▂ ] dim 0896 μ= +0.037 σ= 0.033 zeros= 0% [ ▁▄█████▄▂ ] [ ▅█▁ ] dim 0897 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▂█▇ ] dim 0898 μ= -0.033 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ █▁ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▃▇█▂ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂▅█▄ ] dim 0901 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▃████▇▃ ] [ ▄▇█▁ ] dim 0902 μ= +0.020 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▂▆█▇ ] dim 0903 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▄█████▄▁ ] [ ▁██ ] dim 0904 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▁▅█▇▃ ] dim 0905 μ= +0.020 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▄██▁ ] dim 0906 μ= +0.021 σ= 0.028 zeros= 0% [ ▂▅████▂▁ ] [ ▇█ ] dim 0907 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▅██▅▁ ] [ ▅█▃ ] dim 0908 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▄██ ] dim 0909 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▂▃██▆▄ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▂▃▅███████▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0479, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▃█▅ ] dim 0911 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▆ ] dim 0912 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█▃ ] dim 0913 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▃ ] dim 0914 μ= +0.013 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▇▁ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0916 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▅█ ] dim 0917 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▇███▃ ] [ ▅█▄ ] dim 0918 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▅█████▄▁ ] [ ▂█▇▁ ] dim 0919 μ= +0.004 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▇█ ] dim 0920 μ= -0.030 σ= 0.019 zeros= 0% [ ▁▆██▇▁ ] [ ▁▇█▅▁ ] dim 0921 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▂▄█████▃▁ ] [ ▆█▃ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▁ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▁█▇ ] dim 0924 μ= -0.014 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▃█▆▄ ] dim 0925 μ= -0.032 σ= 0.032 zeros= 0% [ ▂▆████▅▂▁ ] [ ▆█▅ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▂▇███▇▂ ] [ ▅█▁ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▁▇█▇▃ ] dim 0928 μ= -0.020 σ= 0.037 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▅█▅ ] dim 0929 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▁ ] dim 0930 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▄▆█▅ ] dim 0931 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▃▇█████▃▁▁ ] [ █▇ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▆█ ] dim 0933 μ= -0.012 σ= 0.012 zeros= 0% [ ▂██▂ ] [ ▁▅█▇▂ ] dim 0934 μ= -0.020 σ= 0.035 zeros= 0% [ ▂▃█████▅▂ ] [ ▆█▃ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █▆ ] dim 0936 μ= +0.004 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▃█▅ ] dim 0937 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▄███▄ ] [ ▃██▃ ] dim 0938 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃█▇▁ ] dim 0939 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▄ ] dim 0940 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▂▇███▆▂ ] [ ▄█▅ ] dim 0941 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄███▇▃▁ ] [ ▂▆█▇▁ ] dim 0942 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▁▃▅█████▆▃▁ ] [ ▆█ ] dim 0943 μ= -0.010 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▄█▄ ] dim 0944 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁█▂ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█▄ ] dim 0946 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▁█▇▁ ] dim 0947 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▃ ] dim 0948 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▅███▄ ] [ ▄▇█▅ ] dim 0949 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▆████▆▂ ] [ █▆ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▇█ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▅█▆ ] dim 0952 μ= +0.019 σ= 0.031 zeros= 0% [ ▃▇████▄▁ ] [ ▆█▄ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▇█▄ ] dim 0954 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂ ] [ ▁▅█▅ ] dim 0955 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█ ] dim 0956 μ= -0.008 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ █▃ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ██▁ ] dim 0958 μ= +0.007 σ= 0.023 zeros= 0% [ ▂████▃ ] [ ▅█▇▁ ] dim 0959 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▅ ] dim 0960 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▂ ] dim 0961 μ= -0.005 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃█ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁██ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▃███▇▃ ] [ ▅██▃ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▇████▆▂▁ ] [ ▅█▆▄ ] dim 0965 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▅██▇▃ ] dim 0966 μ= +0.013 σ= 0.042 zeros= 0% [ ▁▁▄██████▇▂▁ ] [ █▇ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ ▇█ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▄██▆ ] [ ▃█▅ ] dim 0969 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▃▆█▄ ] dim 0970 μ= +0.009 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▂▆█▆▃ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▁▂▅▇██████▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0484, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma [ ▃▇█▅ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ ▂█▄ ] dim 0973 μ= -0.001 σ= 0.019 zeros= 0% [ ▂███▄ ] [ █ ] dim 0974 μ= -0.022 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▃█▁ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▆█▃ ] dim 0976 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▂████▄▁ ] [ ▁▇█▅ ] dim 0977 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▄█████▂▁ ] [ ▆██▃ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▆████▄▁ ] [ ▃█▄ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▃███▄ ] [ ▇█▂ ] dim 0980 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▂████▄▁ ] [ ▄█▄ ] dim 0981 μ= +0.016 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▃█▅ ] dim 0982 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▂█▄ ] dim 0983 μ= +0.017 σ= 0.021 zeros= 0% [ ▃███▃▁ ] [ █▂ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▅█▃ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄▇█▄ ] dim 0986 μ= +0.021 σ= 0.038 zeros= 0% [ ▁▂▄█████▇▂▁ ] [ ▅█▇▂ ] dim 0987 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▄ ] dim 0988 μ= +0.002 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▅██ ] dim 0989 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▁▆█▄ ] dim 0990 μ= -0.023 σ= 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.036 zeros= 0% [ ▁▃▇████▇▄▁ ] [ ▆█▇▁ ] dim 0994 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▆▄ ] dim 0995 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂▁ ] [ █▆ ] dim 0996 μ= -0.016 σ= 0.020 zeros= 0% [ ▂▇██▄▁ ] [ ▇█▁ ] dim 0997 μ= -0.010 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▄█▃ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▄ ] dim 0999 μ= +0.018 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▆▂ ] dim 1000 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█▆▂ ] dim 1001 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▃█████▆▁▁ ] [ ▁█▄ ] dim 1002 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ █▅ ] dim 1003 μ= +0.020 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▄█▃ ] dim 1004 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ █▇▃ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▁██▃ ] dim 1006 μ= +0.011 σ= 0.028 zeros= 0% [ ▃████▆▂ ] [ ▁█▇▂ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▃█▄ ] dim 1008 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▇█▂ ] dim 1009 μ= +0.008 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▇██▂ ] dim 1010 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▃█████▅▁ ] [ ▆█▇ ] dim 1011 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█▅ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▁█▃ ] dim 1013 μ= -0.000 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▆█▆ ] dim 1014 μ= -0.002 σ= 0.029 zeros= 0% [ ▂▇████▃▁ ] [ █ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▄█▆ ] [ ▃█▃ ] dim 1016 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▆█ ] dim 1017 μ= -0.009 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▂█▆▁ ] dim 1018 μ= -0.014 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂▆█▃ ] dim 1019 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄█▃ ] dim 1020 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▇█▅ ] dim 1021 μ= +0.032 σ= 0.028 zeros= 0% [ ▃▇███▆▂ ] [ ▃█▆▂ ] dim 1022 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃▅████▅▂▁ ] [ ▄██▃ ] dim 1023 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] smell vectors from /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec smell: sampling 2000 of 1778739 vectors for per-dim distribution... smell: 100/2000 ( 5%) 0.3s smell: 200/2000 ( 10%) 0.5s smell: 300/2000 ( 15%) 0.8s smell: 400/2000 ( 20%) 1.0s smell: 500/2000 ( 25%) 1.3s smell: 600/2000 ( 30%) 1.6s smell: 700/2000 ( 35%) 1.9s smell: 800/2000 ( 40%) 2.2s smell: 900/2000 ( 45%) 2.6s smell: 1000/2000 ( 50%) 2.9s smell: 1100/2000 ( 55%) 3.1s smell: 1200/2000 ( 60%) 3.3s smell: 1300/2000 ( 65%) 3.5s smell: 1400/2000 ( 70%) 4.2s smell: 1500/2000 ( 75%) 4.2s smell: 1600/2000 ( 80%) 4.5s smell: 1700/2000 ( 85%) 4.5s smell: 1800/2000 ( 90%) 4.8s smell: 1900/2000 ( 95%) 5.2s smell: 2000/2000 (100%) 5.2s smell: isotropy=0.178 full-cov, 0.789 diag-only (effective rank ~182.7/1024 full, ~807.7/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.178 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 16.9s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▅▇█▅▂ ] dim 0585 μ= -0.033 σ= 0.049 zeros= 0% [ ▁▁▃▆██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0495, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▁▆█▆▁ ] dim 0971 μ= +0.017 σ= 0.049 zeros= 0% [ ▁▂▄▇█████▇▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0492, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▂█▄ ] dim 0000 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▂█▄ ] dim 0001 μ= +0.018 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▃██▄ ] dim 0002 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▃█▆ ] dim 0003 μ= +0.021 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▇ ] dim 0004 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▅███▇▃▁ ] [ ▂▆█▄ ] dim 0005 μ= -0.008 σ= 0.034 zeros= 0% [ ▂▅████▇▃▁ ] [ ▁█▃ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ██ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▁▇██▇▂ ] [ █▄ ] dim 0008 μ= -0.018 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▂█▇▂ ] dim 0009 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▆█▄ ] dim 0010 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂██▄ ] dim 0011 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▃▅████▆▃ ] [ ▆█ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▇█ ] dim 0013 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅██▇▂ ] [ ▃██▃ ] dim 0014 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▂█▃ ] dim 0015 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▅ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅███▆▃▁ ] [ ▆█▅ ] dim 0017 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃████▇▂ ] [ ▃▇█▆▂ ] dim 0018 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▃█▇▂ ] dim 0019 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▁ ] dim 0020 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▇█ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▆█▇▁ ] dim 0022 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▂▄▇█▇▂ ] dim 0023 μ= -0.007 σ= 0.047 zeros= 0% [ ▁▂▆██████▇▃▂▁ ] [ ▁▆█▅ ] dim 0024 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▅ ] dim 0025 μ= +0.017 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ █▅ ] dim 0026 μ= +0.026 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ ▇█▂ ] dim 0027 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▇▁ ] dim 0028 μ= +0.026 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▅ ] dim 0029 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▅███▆▃▁ ] [ ▆█▂ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ █▇ ] dim 0031 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▅██▅ ] [ ▄▇█▅ ] dim 0032 μ= +0.028 σ= 0.036 zeros= 0% [ ▁▂▇████▇▂▁ ] [ ▂██▂ ] dim 0033 μ= +0.029 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▃ ] dim 0034 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▃▇█▂ ] dim 0035 μ= +0.007 σ= 0.033 zeros= 0% [ ▂▆████▅▂▁ ] [ █▄ ] dim 0036 μ= +0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▇█▃ ] dim 0037 μ= -0.028 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▂█▃ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▅█▃ ] dim 0039 μ= +0.034 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▂▆█▄ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▃▅████▇▃▁ ] [ █▅ ] dim 0041 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▃█▇ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▃ ] dim 0043 μ= +0.014 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▄ ] dim 0044 μ= -0.023 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃█▃ ] dim 0045 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅█ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▁▄███▁ ] [ ▃█▇▁ ] dim 0047 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▂▅████▄▁ ] [ ▅▇█▄ ] dim 0048 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▄▇█████▄▂ ] [ ▄█▆ ] dim 0049 μ= +0.021 σ= 0.028 zeros= 0% [ ▁▅███▆▂▁ ] [ ▅█▃ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▂▇███▅▂ ] [ ▄█▅ ] dim 0051 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▆███▇▂▁ ] [ █▅ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▃█▂ ] dim 0053 μ= -0.004 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█▃ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▃ ] dim 0055 μ= +0.018 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▄█▄ ] dim 0056 μ= +0.019 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▁▇█▄ ] dim 0057 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▄████▆▃ ] [ ▁██▄ ] dim 0058 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▄████▅▂▁ ] [ ▁██▃ ] dim 0059 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ██ ] dim 0060 μ= +0.008 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▃█▆ ] dim 0061 μ= -0.016 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▃▆█▂ ] dim 0062 μ= -0.032 σ= 0.035 zeros= 0% [ ▃▅████▆▂▁ ] [ ▄█▃ ] dim 0063 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇▂ ] dim 0064 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▃▇█ ] dim 0065 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ██ ] dim 0066 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▁▇█▆▁ ] dim 0067 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▇█▂ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▂█ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ██▂ ] dim 0070 μ= -0.008 σ= 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.013 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▄█▁ ] dim 0075 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▂█▂ ] dim 0076 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▅▇█▆ ] dim 0077 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▂ ] [ ▄█▂ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▁▇█▃ ] dim 0079 μ= +0.011 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ █▇ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▇█▁ ] dim 0081 μ= +0.012 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▂██▆ ] dim 0082 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▆█▂ ] dim 0083 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▂▇█▄ ] dim 0084 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▄████▇▂ ] [ ▂█▃ ] dim 0085 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▅ ] dim 0086 μ= -0.017 σ= 0.030 zeros= 0% [ ▂▅███▇▃▁ ] [ ██ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▇███▃▁ ] [ ▁▇█▃ ] dim 0088 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▆▁ ] dim 0089 μ= +0.023 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▇▂ ] dim 0090 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂ ] [ ▅█ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▁▆█▆ ] dim 0092 μ= +0.035 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▂▇█▆▁ ] dim 0093 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▁▅█████▃▁ ] [ ▄█▆ ] dim 0094 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▇█ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▂█▇▁ ] dim 0096 μ= +0.006 σ= 0.032 zeros= 0% [ ▂▆████▅▁ ] [ ▅█▄ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▂█▆ ] dim 0098 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▄█ ] dim 0099 μ= -0.006 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▂█▅ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃█▃ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▇█▁ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▂▅███▃ ] [ ██ ] dim 0103 μ= +0.006 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▆█▃ ] dim 0104 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▇ ] dim 0105 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▁▆█▂ ] dim 0106 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▁ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▄█▅▁ ] dim 0108 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▂▇████▅▂ ] [ █▇ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ █▇ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ █▅ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▁▇██▃ ] [ ▁▇█ ] dim 0112 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ █▅ ] dim 0113 μ= -0.015 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▃▆█▆ ] dim 0114 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▄██▄ ] dim 0115 μ= -0.015 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ██ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▆██▅ ] [ ▃█ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▂██▂ ] dim 0118 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▂▅████▅▂ ] [ ▁█▇▁ ] dim 0119 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▇▂ ] dim 0120 μ= -0.032 σ= 0.038 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▇█▃ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █ ] dim 0122 μ= -0.002 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▁█▄ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ █▆ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▆▆█▆▃ ] dim 0125 μ= -0.005 σ= 0.047 zeros= 0% [ ▂▅▇█████▇▃▂▁ ] [ █▄ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▂█▅ ] dim 0127 μ= -0.019 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▂█▅ ] dim 0128 μ= -0.019 σ= 0.029 zeros= 0% [ ▁▆███▇▃ ] [ ▃██▅▁ ] dim 0129 μ= -0.005 σ= 0.039 zeros= 0% [ ▁▃▅█████▄▁▁ ] [ ▆█ ] dim 0130 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▄█▄ ] dim 0131 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ ▂█▆ ] dim 0132 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▇█ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▁█▅ ] dim 0134 μ= +0.024 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▅█▇ ] dim 0135 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▄▇████▂ ] [ ▃██▄ ] dim 0136 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▅█▄ ] dim 0137 μ= -0.023 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▇█▄ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▂█▇▁ ] dim 0139 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ █▆ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▁███▆▂ ] [ █▅ ] dim 0141 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▆█ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃█▄ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▅██▅ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▃█████▆▂ ] [ █▃ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▅█▄ ] dim 0146 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▄████▇▃ ] [ ▃▇█ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▅████▂▁ ] [ ▁█ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▁█▇ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▃█▆▄ ] dim 0150 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▂▅█▄ ] dim 0151 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▂▆████▇▃▁ ] [ █▅ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▅█▃ ] dim 0153 μ= -0.028 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▂██▆ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▄█▅ ] dim 0156 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▇█▂ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▁ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▁▇█▅▁ ] dim 0159 μ= -0.003 σ= 0.035 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.031 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▂█▇▁ ] dim 0165 μ= -0.014 σ= 0.026 zeros= 0% [ ▄████▃ ] [ ▁▆█▅ ] dim 0166 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▅████▆▃▁ ] [ ▃█ ] dim 0167 μ= -0.006 σ= 0.016 zeros= 0% [ ▂██▆ ] [ █▂ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▅█▅ ] dim 0169 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▅█▇ ] dim 0170 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▇█▂ ] dim 0171 μ= -0.008 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▅█ ] dim 0172 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▃█ ] dim 0173 μ= -0.006 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂█▄ ] dim 0174 μ= -0.020 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▇▂ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▅████▅▁ ] [ █▄ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▁▇█▂ ] dim 0177 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▅ ] dim 0178 μ= +0.022 σ= 0.022 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.030 σ= 0.027 zeros= 0% [ ▃████▅▁ ] [ ▄▇█▆▁ ] dim 0183 μ= -0.003 σ= 0.044 zeros= 0% [ ▁▃▇█████▆▄▁ ] [ ▄▇█▃ ] dim 0184 μ= +0.006 σ= 0.034 zeros= 0% [ ▃▆████▆▂▁ ] [ ▅█▆▂ ] dim 0185 μ= -0.017 σ= 0.031 zeros= 0% [ ▁▇████▄▁ ] [ ▄█ ] dim 0186 μ= -0.005 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▂█▆ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ ▄█▁ ] dim 0188 μ= +0.034 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ▂██▇▃ ] dim 0189 μ= +0.017 σ= 0.042 zeros= 0% [ ▁▃▇█████▆▃▁ ] [ ▂▇█▄ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▂▇█▆ ] dim 0191 μ= -0.005 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▄█▄ ] dim 0192 μ= -0.022 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▅█▄▁ ] dim 0193 μ= +0.002 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁▇█▂ ] dim 0194 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▂██▁ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▁█▇ ] dim 0196 μ= +0.025 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ █▇ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▁█▆ ] dim 0198 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▆█▆ ] dim 0199 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▇▁ ] dim 0200 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆████▄ ] [ ▅█ ] dim 0201 μ= -0.010 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▃█▅ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▂██▂ ] dim 0203 μ= +0.028 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▆ ] dim 0204 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▆█▂ ] dim 0205 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ █▆ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ ▁▅█▃ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▄█ ] dim 0208 μ= -0.028 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▃█▂ ] dim 0209 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▅█ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▆█▅▁ ] dim 0211 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▄ ] dim 0212 μ= +0.017 σ= 0.032 zeros= 0% [ ▁▃▇███▆▃▁ ] [ ▅█▄ ] dim 0213 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▄ ] dim 0214 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▅█▅ ] dim 0215 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ ▆█▃ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▇▁ ] dim 0217 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ █ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▃█▇▃ ] dim 0219 μ= +0.008 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▅█▆ ] dim 0220 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▄█▁ ] dim 0221 μ= -0.007 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▄█▃ ] dim 0222 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▅███▅▁ ] [ █▇ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▅█▅ ] dim 0224 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▂ ] dim 0225 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ▄█▄ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▄██▃ ] dim 0227 μ= -0.032 σ= 0.031 zeros= 0% [ ▁▅████▅▁ ] [ ▂▆█▅▁ ] dim 0228 μ= +0.037 σ= 0.039 zeros= 0% [ ▁▂▄█████▅▂ ] [ ▂██ ] dim 0229 μ= +0.005 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ██ ] dim 0230 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▁█▅ ] dim 0231 μ= -0.017 σ= 0.025 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.020 zeros= 0% [ ▂███▄ ] [ ▂▅██▃ ] dim 0236 μ= +0.021 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▇█▁ ] dim 0237 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▆█▁ ] dim 0238 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▆ ] dim 0239 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▃ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▄██▄ ] dim 0241 μ= +0.029 σ= 0.040 zeros= 0% [ ▁▄██████▄▁ ] [ ▂█▆ ] dim 0242 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▅█ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁██▄ ] dim 0244 μ= -0.008 σ= 0.035 zeros= 0% [ ▂▆█████▄▁ ] [ ▄█▆ ] dim 0245 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ █▄ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▅█▆▁ ] dim 0247 μ= -0.038 σ= 0.035 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▃██▆ ] dim 0248 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▆████▇▃▁ ] [ ▅█▆ ] dim 0249 μ= -0.020 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▄ ] dim 0250 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ █▂ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▄█▂ ] dim 0252 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▁█▆ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▄█▆ ] dim 0254 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▅████▂▁ ] [ ▃█▆▃ ] dim 0255 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▁▅██▅▁ ] dim 0256 μ= -0.013 σ= 0.046 zeros= 0% [ ▂▂▅██████▆▂▁ ] [ ▆█▆ ] dim 0257 μ= -0.002 σ= 0.029 zeros= 0% [ ▂████▇▃ ] [ ▅█▆ ] dim 0258 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄███▇▂▁ ] [ █▄ ] dim 0259 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▆█▆ ] dim 0260 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ █▁ ] dim 0261 μ= -0.020 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ █▇ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▆█ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▄▇█▃ ] dim 0264 μ= -0.013 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▁ ] dim 0265 μ= -0.010 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▁█▆ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▇█ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▆██▂ ] dim 0268 μ= +0.023 σ= 0.039 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▃█▆ ] dim 0269 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▆█▆▁ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂█████▃▁ ] [ ▅█▁ ] dim 0271 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▂▇███▄▁ ] [ ▆█ ] dim 0272 μ= -0.010 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▃██▄▁ ] dim 0273 μ= +0.013 σ= 0.036 zeros= 0% [ ▂▅█████▄▁ ] [ ▄█▇▃ ] dim 0274 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▃█▅ ] dim 0275 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▇█▁ ] dim 0276 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▂█▇ ] dim 0277 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▇█ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▆███▁ ] [ ▅█▆▁ ] dim 0279 μ= +0.019 σ= 0.034 zeros= 0% [ ▁▄▇████▃▁ ] [ █▆ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▂█▆ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▃███▇▁ ] [ █▆ ] dim 0282 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▅██▄ ] [ ▁▇█▅ ] dim 0283 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▂████▆▁ ] [ ▃█▇▂ ] dim 0284 μ= -0.051 σ= 0.032 zeros= 0% [ ▁▄████▅▂▁ ] [ ▃▇█▃ ] dim 0285 μ= +0.007 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▁▇█▅ ] dim 0286 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▅████▇▂▁ ] [ █▅ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▁▆██▇▁ ] dim 0288 μ= -0.013 σ= 0.044 zeros= 0% [ ▁▃▆██████▅▂▁ ] [ ▇█▁ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▁▇█▄ ] dim 0290 μ= +0.013 σ= 0.036 zeros= 0% [ ▂▄████▇▃▁ ] [ █▄ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▃█▆ ] dim 0292 μ= +0.004 σ= 0.033 zeros= 0% [ ▂▇████▄▂ ] [ █▂ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▆█▄ ] dim 0294 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▅█▆ ] [ ▂█▅ ] dim 0296 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▂█ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▇█ ] dim 0298 μ= -0.010 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▃█▅ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▆ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▂█████▃▁ ] [ ▂██▁ ] dim 0301 μ= +0.007 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▅▇█▃ ] dim 0302 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▃ ] dim 0303 μ= -0.018 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▅█▇ ] dim 0304 μ= +0.001 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▄██▂ ] dim 0305 μ= +0.025 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂ ] [ ▂██▄ ] dim 0306 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▆█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▄▇█▅ ] dim 0308 μ= +0.029 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▃█▆ ] dim 0309 μ= +0.003 σ= 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.004 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▃▆██▄ ] dim 0314 μ= +0.002 σ= 0.045 zeros= 0% [ ▁▃▅█████▇▅▂▁ ] [ ▂█▃ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▆█▂ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▇▁ ] dim 0317 μ= -0.014 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▆█ ] dim 0318 μ= -0.010 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▃██▃ ] dim 0319 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▁█▇ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▂█ ] dim 0321 μ= -0.025 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▂█▇▅ ] dim 0322 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▃▅█████▃▁ ] [ ▇█▆ ] dim 0323 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▁█ ] dim 0324 μ= -0.023 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▄█▇▃ ] dim 0325 μ= +0.009 σ= 0.036 zeros= 0% [ ▁▂▅████▆▃▁ ] [ ▅█▃ ] dim 0326 μ= -0.006 σ= 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.016 σ= 0.040 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▂▆██▃ ] dim 0331 μ= -0.001 σ= 0.041 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ █▄ ] dim 0332 μ= +0.022 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▄█▄ ] dim 0333 μ= -0.002 σ= 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.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█▇ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▂▆█▂ ] dim 0338 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▇▂ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▆ ] dim 0340 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▂▆████▃▁ ] [ ▄█▂ ] dim 0341 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ▂█▅ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ █ ] dim 0343 μ= +0.001 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▆█▂ ] dim 0344 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▇███▄▁ ] [ ▅█▂ ] dim 0345 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █ ] dim 0346 μ= -0.003 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▆█▄ ] dim 0347 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▂▇█▄ ] dim 0348 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▆█▄ ] dim 0349 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂ ] [ ▄█ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█▅ ] dim 0351 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▇███▅▂ ] [ ▃█▇▄ ] dim 0352 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▂▅████▄▁ ] [ ▂█▇ ] dim 0353 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▂▇█▅ ] dim 0354 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▆█ ] dim 0355 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▁▆█▅ ] dim 0356 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▅████▆▃▁ ] [ ▃█▃ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▂▅███▅▂ ] [ █ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▆█▆ ] [ █▇▁ ] dim 0359 μ= -0.011 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▆█▂ ] dim 0360 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▇▂ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂ ] [ ▃█ ] dim 0362 μ= -0.025 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▅█▆ ] dim 0363 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂▆█▃ ] dim 0364 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▁▆█▁ ] dim 0365 μ= +0.032 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▃ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ █▃ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▇█▁ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▄█ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▄██▇▁ ] [ ▂█▃ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▄█▆▄ ] dim 0371 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▄██▁ ] dim 0372 μ= +0.021 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▄ ] dim 0373 μ= -0.000 σ= 0.032 zeros= 0% [ ▂▇███▇▃▁ ] [ ▁█▄ ] dim 0374 μ= -0.019 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▁▆█▂ ] dim 0375 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▇█ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▅██▆▁ ] [ ▅█▄ ] dim 0377 μ= -0.004 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▄ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▇ ] dim 0379 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▂ ] dim 0380 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ █▃ ] dim 0381 μ= +0.001 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▁▇█▂ ] dim 0382 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▄█▆▂ ] dim 0383 μ= +0.023 σ= 0.035 zeros= 0% [ ▁▃▇████▄▂ ] [ ▁▇█▃ ] dim 0384 μ= +0.011 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▄█▆ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▇█▁ ] dim 0386 μ= +0.009 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▄█ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▆██▇▁ ] dim 0388 μ= +0.011 σ= 0.044 zeros= 0% [ ▁▂▅██████▆▂▁ ] [ ▁██▁ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁██▁ ] dim 0390 μ= +0.027 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▄█▆▁ ] dim 0391 μ= +0.002 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▅ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▃██▄▁ ] dim 0393 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▇█████▄▂ ] [ █ ] dim 0394 μ= +0.018 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▆█▆ ] dim 0395 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ █▆ ] dim 0396 μ= -0.014 σ= 0.025 zeros= 0% [ ▃████▂ ] [ █▂ ] dim 0397 μ= +0.002 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▄█▅▂ ] dim 0398 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▃█████▅▂▁ ] [ ██ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▃▇█▆▁ ] dim 0400 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▂▆█████▅▂ ] [ ▄█▇▁ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▅ ] dim 0402 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▃ ] dim 0403 μ= -0.004 σ= 0.027 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.013 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▃█▅ ] dim 0408 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▇█ ] dim 0409 μ= -0.012 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▄█▆ ] dim 0410 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▆ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▇▃ ] dim 0412 μ= +0.002 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▂ ] [ ▆█▂ ] dim 0413 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▇█▂ ] dim 0414 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▅█▁ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄▇██▂ ] dim 0416 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▂██▁ ] dim 0417 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ █▄ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ █ ] dim 0419 μ= -0.004 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▄█▅▁ ] dim 0420 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▄█▇ ] dim 0421 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▇█▂ ] dim 0422 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ▅█▃ ] dim 0423 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▁ ] dim 0424 μ= +0.017 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅▇█▄ ] dim 0425 μ= -0.012 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ █ ] dim 0426 μ= +0.018 σ= 0.012 zeros= 0% [ ▅█▆ ] [ ▆█▇▃ ] dim 0427 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▄█▄▁ ] dim 0428 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▄▇████▄▁ ] [ ▅█ ] dim 0429 μ= +0.010 σ= 0.016 zeros= 0% [ ▃██▄ ] [ █▇ ] dim 0430 μ= +0.008 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▆█▄ ] dim 0431 μ= +0.016 σ= 0.028 zeros= 0% [ ▂▇███▆▁ ] [ ▇█ ] dim 0432 μ= +0.010 σ= 0.020 zeros= 0% [ ▁▆███▁ ] [ ▄▇█▂ ] dim 0433 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▆ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ █▆ ] dim 0435 μ= +0.005 σ= 0.017 zeros= 0% [ ▁▅██▃ ] [ ▃▇█▆ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▁██▄ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▂█▄ ] dim 0438 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▄█▆ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▅███▇▃▁ ] [ ▂█▆▁ ] dim 0440 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ ▁▄█▆▁ ] dim 0441 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▅█ ] dim 0442 μ= +0.012 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▆█ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▄█▇▆▄ ] dim 0444 μ= +0.017 σ= 0.043 zeros= 0% [ ▁▃▇█████▆▃▁ ] [ █▇ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▁███▆▁ ] [ ▄█▅ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▂▆███▆▂ ] [ ▂█▅ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▃█▇▂ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▆█▁ ] dim 0449 μ= +0.014 σ= 0.020 zeros= 0% [ ▁▃███▂ ] [ █▅ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▇█ ] dim 0451 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▇██▇▂ ] [ ▂█▇▂ ] dim 0452 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▆█ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▃███▁ ] [ █ ] dim 0454 μ= -0.001 σ= 0.014 zeros= 0% [ ▇██▁ ] [ ▁▆▇█▅▂ ] dim 0455 μ= +0.009 σ= 0.043 zeros= 0% [ ▁▂▄██████▅▂ ] [ ▄█▇▁ ] dim 0456 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▆█▃ ] dim 0457 μ= +0.013 σ= 0.029 zeros= 0% [ ▃████▅▂ ] [ ▆█▆ ] dim 0458 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▇█▁ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▅█▁ ] dim 0460 μ= -0.008 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▁█ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▁██▄ ] [ █▇ ] dim 0462 μ= -0.014 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▆██▃ ] dim 0463 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▂▄█▇▂ ] dim 0464 μ= -0.019 σ= 0.042 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▅█▄ ] dim 0465 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▂▇███▄▁ ] [ ▂▇█▇▂ ] dim 0466 μ= -0.005 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▂█▆ ] dim 0467 μ= +0.003 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ █▆ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▅█▆ ] dim 0469 μ= -0.002 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ █▄ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ █▁ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▄█▃ ] dim 0472 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ █▄ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▄█▁ ] dim 0474 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▂▆█▇▁ ] dim 0475 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ ██ ] dim 0476 μ= -0.010 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▃█▁ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▅█▄ ] dim 0478 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▃█▇▁ ] dim 0479 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▂ ] dim 0480 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ █▃ ] dim 0481 μ= +0.022 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▁▇█▂ ] dim 0482 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂██▄ ] dim 0483 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▆▄ ] dim 0484 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▇████▅▂ ] [ █ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▃██ ] dim 0486 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▂█▃ ] dim 0487 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▁▅▇█▆▁ ] dim 0488 μ= +0.026 σ= 0.045 zeros= 0% [ ▁▃▆██████▅▂▁ ] [ ▄█▂ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▁▇█▃ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ █ ] dim 0491 μ= +0.020 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▁█▇▃ ] dim 0492 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▄█ ] dim 0493 μ= +0.014 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ █▃ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▃█▆ ] dim 0495 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄███▇▃ ] [ █▆ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▄██▂ ] [ █▆ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▇██▅ ] [ ▁▇█▇▁ ] dim 0498 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▂▆█████▄▂▁ ] [ ▁██▁ ] dim 0499 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁▄██▄ ] dim 0500 μ= +0.022 σ= 0.041 zeros= 0% [ ▁▂▄█████▅▃▁ ] [ ▁█ ] dim 0501 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▁█▃ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃██▁ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ █ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▅█▄ ] [ ▄█▄ ] dim 0505 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ██▁ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▇█▁ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▁████▂ ] [ ▆█▆ ] dim 0508 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▅ ] dim 0509 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▃ ] dim 0510 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄▆█▄ ] dim 0511 μ= +0.009 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▂█▇ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ █▂ ] dim 0513 μ= +0.023 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▁▆█▃ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▇█▂ ] dim 0515 μ= -0.029 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ █▆ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▁▇██▄▁ ] [ ▁▇█▆▁ ] dim 0517 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ █▆ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▄█▆ ] dim 0519 μ= -0.039 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▂▇█▃ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▆█▇▁ ] dim 0521 μ= +0.021 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ ▆█▃ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ █▁ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▇█▄ ] dim 0524 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ █ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ██▃ ] [ ▂█▇ ] dim 0526 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▂ ] dim 0527 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▅ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▅███▆▂▁ ] [ ▅█▃ ] dim 0529 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▅ ] dim 0530 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃████▂▁ ] [ █▆ ] dim 0531 μ= -0.014 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▆█▅ ] dim 0532 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▄▇███▇▃▁ ] [ ▂█▃ ] dim 0533 μ= -0.001 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▆█▅▁ ] dim 0534 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▇▄ ] dim 0535 μ= -0.016 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▃█▁ ] dim 0536 μ= +0.017 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█▇▂ ] dim 0537 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▇████▄▁ ] [ ▁▆█▁ ] dim 0538 μ= +0.029 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▁▆██▆ ] dim 0539 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▄█████▆▃ ] [ ▁▆█▄ ] dim 0540 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▂▄█████▃▁ ] [ ▆█▇ ] dim 0541 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▇▁ ] [ ▆█▄ ] dim 0542 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂▇█▇▁ ] dim 0543 μ= +0.017 σ= 0.038 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▁██ ] dim 0544 μ= +0.007 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ █▂ ] dim 0545 μ= -0.020 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▄█▇▃ ] dim 0546 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂ ] [ ▂█▇ ] dim 0547 μ= -0.013 σ= 0.025 zeros= 0% [ ▃███▇▃▁ ] [ ▂█▆ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▅█▂ ] dim 0549 μ= +0.013 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▃▇█▅ ] dim 0550 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▇█████▄▂ ] [ █▇ ] dim 0551 μ= +0.007 σ= 0.016 zeros= 0% [ ▅██▄ ] [ ▅█▄ ] dim 0552 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▆█▄ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▂█▂ ] dim 0554 μ= +0.019 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▆█▃ ] dim 0555 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃█▆▂ ] dim 0556 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▅████▅▂ ] [ ▃█▁ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁▆█▂ ] dim 0558 μ= +0.008 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▂▇█▃ ] dim 0559 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▄██████▅▂ ] [ ▂▇█▇▃ ] dim 0560 μ= -0.002 σ= 0.038 zeros= 0% [ ▂▆█████▅▂ ] [ ▁▆█▅▂ ] dim 0561 μ= -0.023 σ= 0.035 zeros= 0% [ ▂▄█████▄▁ ] [ ▁█▄ ] dim 0562 μ= +0.000 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▇█▂ ] dim 0563 μ= +0.030 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ █▆ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▃█▄ ] dim 0565 μ= -0.020 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▂▇█▁ ] dim 0566 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ █▃ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▅██▂ ] [ ▆█▃ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▇ ] dim 0569 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▃ ] dim 0570 μ= +0.013 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▆▁ ] dim 0571 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ █▆ ] dim 0572 μ= +0.006 σ= 0.015 zeros= 0% [ ▃██▂ ] [ ▃█▁ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▇█ ] dim 0574 μ= -0.012 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▁▄██▃ ] dim 0575 μ= +0.004 σ= 0.044 zeros= 0% [ ▁▃▅█████▆▄▂▁ ] [ ▆█▄ ] dim 0576 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▄ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▄██▃ ] dim 0578 μ= -0.011 σ= 0.034 zeros= 0% [ ▂▆████▅▂▁ ] [ ▇█▁ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▆█▆ ] dim 0580 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▁█▆ ] dim 0581 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ █▅ ] dim 0582 μ= +0.024 σ= 0.020 zeros= 0% [ ▁███▄▁ ] [ ▁█ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▅█▇ ] dim 0584 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▂▅▇█▅▂ ] dim 0585 μ= -0.033 σ= 0.049 zeros= 0% [ ▁▁▃▆██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0495, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▁█▅ ] dim 0586 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▄█ ] dim 0587 μ= -0.007 σ= 0.016 zeros= 0% [ ▂██▅▁ ] [ ▃██▄ ] dim 0588 μ= -0.011 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ █ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▂█▇▂ ] dim 0590 μ= +0.008 σ= 0.033 zeros= 0% [ ▂▅████▅▂▁ ] [ █▁ ] dim 0591 μ= -0.021 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▄█▂ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▂██▇▂ ] dim 0593 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▅█████▄▁ ] [ ▆█▆▂ ] dim 0594 μ= +0.001 σ= 0.036 zeros= 0% [ ▁▄█████▄▂ ] [ ▁█▇▂ ] dim 0595 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▁█▆ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▆█▅ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▂████▆▁ ] [ ▃██▂ ] dim 0598 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ █▂ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▆██▃ ] dim 0600 μ= -0.016 σ= 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.029 zeros= 0% [ ▁▆████▃ ] [ ▅█▄ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▇█ ] dim 0606 μ= +0.031 σ= 0.020 zeros= 0% [ ▁▅███▁ ] [ ▅█▇▁ ] dim 0607 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▁▅█▅▂ ] dim 0608 μ= -0.001 σ= 0.036 zeros= 0% [ ▁▄█████▄▂ ] [ ▂██▄ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▂ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▄█▅ ] dim 0611 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▃▆█▄ ] dim 0612 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▂▆████▆▄▂ ] [ █ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▅█▇ ] [ ██▁ ] dim 0614 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▂▇███▂ ] [ ▅█ ] dim 0615 μ= -0.009 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ▆█▄ ] dim 0616 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▃██▁ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▅████▅▁ ] [ ▂█▅ ] dim 0618 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▅█ ] dim 0619 μ= -0.009 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▆█▄ ] dim 0620 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ ▂█▅ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▁▆█▄ ] dim 0622 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▁▅████▇▂▁ ] [ ▇█ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▄█▁ ] dim 0624 μ= -0.005 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█▅ ] dim 0625 μ= -0.019 σ= 0.025 zeros= 0% [ ▄███▆▂ ] [ ▄█▇▄ ] dim 0626 μ= -0.013 σ= 0.039 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▅█▄ ] dim 0627 μ= +0.017 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▆▁ ] dim 0628 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▃█████▄▂ ] [ ▃▆█▃ ] dim 0629 μ= -0.012 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▂█▅ ] dim 0630 μ= -0.020 σ= 0.027 zeros= 0% [ ▂▅███▆▂ ] [ ▄█▅ ] dim 0631 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ █▇ ] dim 0632 μ= -0.014 σ= 0.022 zeros= 0% [ ▁███▆▁ ] [ ▁█▇ ] dim 0633 μ= -0.016 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▆█ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▁▇█▄▁ ] dim 0635 μ= -0.020 σ= 0.037 zeros= 0% [ ▂▄█████▅▂ ] [ ▂█▁ ] dim 0636 μ= -0.004 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▆ ] dim 0637 μ= -0.024 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▂█▄ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▁▇█▄ ] dim 0639 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ █▄ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▄▆█▃ ] dim 0641 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▂ ] [ ▃█▅ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▁ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▃█▅ ] dim 0644 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▄ ] dim 0645 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▂▇█▂ ] dim 0646 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▂ ] dim 0647 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▆▁ ] dim 0648 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▅████▃ ] [ ▂██▃ ] dim 0649 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▁██▄ ] dim 0650 μ= -0.007 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▄██▂ ] dim 0651 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▁▆█▂ ] dim 0652 μ= +0.030 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▃██▂ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▆████▅▂ ] [ ▄█▁ ] dim 0654 μ= -0.006 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▁█▅ ] dim 0655 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▁█▅ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▁▆█▃ ] dim 0657 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ █▃ ] dim 0658 μ= -0.000 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▄█▅ ] dim 0659 μ= +0.018 σ= 0.029 zeros= 0% [ ▂▇███▆▂▁ ] [ ▆██▄ ] dim 0660 μ= +0.005 σ= 0.038 zeros= 0% [ ▁▅█████▇▂▁ ] [ ▄█▃ ] dim 0661 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ █ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▅██ ] [ ▄█▆▆ ] dim 0663 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▂▇████▇▄▁▁ ] [ ▄█▅ ] dim 0664 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▅███▇▃▁ ] [ ▂▆█▄ ] dim 0665 μ= -0.009 σ= 0.036 zeros= 0% [ ▂▆████▆▃▁ ] [ ▁█▅ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▃██▅ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▁▁▄██████▃▁ ] [ ██ ] dim 0668 μ= +0.006 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▂█▅ ] dim 0669 μ= -0.019 σ= 0.028 zeros= 0% [ ▂▅███▇▂ ] [ ▆█ ] dim 0670 μ= +0.009 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▇█▁ ] dim 0671 μ= +0.031 σ= 0.023 zeros= 0% [ ▂▆███▂ ] [ █▇▁ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ██ ] dim 0673 μ= +0.009 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▃█▆ ] dim 0674 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ ▃█▄ ] dim 0675 μ= +0.018 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▇ ] dim 0676 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▅ ] dim 0677 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▄▇███▇▄▁ ] [ ▄█▁ ] dim 0678 μ= -0.027 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▅█▅ ] dim 0679 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▇█ ] dim 0680 μ= +0.008 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▃█▄ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ █▇ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▃█▇ ] dim 0683 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ █ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▅█▂ ] dim 0685 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▇█▅▁ ] dim 0686 μ= -0.023 σ= 0.041 zeros= 0% [ ▁▂▇█████▅▂▁ ] [ ▆█▅ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▄█▇▃ ] dim 0688 μ= -0.013 σ= 0.036 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ██ ] dim 0689 μ= -0.012 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ ▇█ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▄█▅ ] dim 0691 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▆█▅ ] dim 0692 μ= -0.002 σ= 0.031 zeros= 0% [ ▃▇████▂▁ ] [ ▂██▃ ] dim 0693 μ= -0.014 σ= 0.034 zeros= 0% [ ▂▆████▅▂▁ ] [ ▇█ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▃█▇▁ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ██ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▇███▃ ] [ ▄█▇▁ ] dim 0697 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ █▁ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▄█▄ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▃ ] dim 0700 μ= -0.004 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▂▇█▃ ] dim 0701 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▄█▄ ] dim 0702 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▂█▅ ] dim 0703 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▅▂ ] [ █ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▁██▇ ] [ ▁█▆▃ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ █▃ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▄██▂ ] [ █▁ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▂█▇▃ ] dim 0708 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▅ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂▄█▇▁ ] dim 0710 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▃▇█▅ ] dim 0711 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▂█▇ ] dim 0712 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▅█▃ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂▇█▄ ] dim 0714 μ= -0.008 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▂█▃ ] dim 0715 μ= +0.019 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▄█ ] dim 0716 μ= +0.013 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▁▆█▂ ] dim 0717 μ= +0.009 σ= 0.028 zeros= 0% [ ▄████▄▁ ] [ ▂█ ] dim 0718 μ= -0.026 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▄██▁ ] dim 0719 μ= +0.042 σ= 0.036 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.018 σ= 0.032 zeros= 0% [ ▁▂▆████▃▁ ] [ ▁▆█▃ ] dim 0724 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▁█▆ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▃██▆ ] dim 0726 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▂ ] [ ▇█▁ ] dim 0727 μ= -0.009 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▁█▄ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ██▁ ] dim 0729 μ= +0.009 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▁█▇ ] dim 0730 μ= -0.016 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ ▄█▇ ] dim 0731 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▃▇█▁ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ █▇ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▂▇██▇▂ ] [ ██ ] dim 0734 μ= -0.012 σ= 0.022 zeros= 0% [ ▁████▂ ] [ █▆ ] dim 0735 μ= -0.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.042 zeros= 0% [ ▂▆█████▇▃▂ ] [ █▅ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▆█▅ ] dim 0740 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▆█ ] dim 0741 μ= +0.029 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▂▇█▂ ] dim 0742 μ= -0.014 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ █▃ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▅█▅▁ ] dim 0744 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▄ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▄█ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▇█▄ ] dim 0747 μ= -0.005 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂ ] [ ▄█▄ ] dim 0748 μ= -0.022 σ= 0.029 zeros= 0% [ ▃▆███▆▂ ] [ ▆█ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▇██▇▂ ] [ ▃██▆▂ ] dim 0750 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▃▅█████▅▂▁ ] [ ▄█▆ ] dim 0751 μ= +0.001 σ= 0.031 zeros= 0% [ ▃▆████▃▁ ] [ ▃█▆ ] dim 0752 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▂ ] dim 0753 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ █▆ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▅█ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▆█▄ ] dim 0756 μ= +0.014 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▅ ] dim 0757 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▂▆█▂ ] dim 0758 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▂▅████▆▃▁ ] [ ▅█▇▁ ] dim 0759 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▃█████▄▂▁ ] [ ▂█ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ██▁ ] [ ▂▇█▅ ] dim 0761 μ= +0.014 σ= 0.036 zeros= 0% [ ▂▄████▇▃▁▁ ] [ ▁▇█▃ ] dim 0762 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▃ ] dim 0763 μ= -0.006 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ██▁ ] dim 0764 μ= +0.009 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃█ ] dim 0765 μ= +0.013 σ= 0.016 zeros= 0% [ ▂██▅▁ ] [ ▅█▂ ] dim 0766 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ ▆█▄ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▇█ ] dim 0768 μ= -0.010 σ= 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.022 zeros= 0% [ ▂▇██▇▂ ] [ ▃█ ] dim 0772 μ= +0.013 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▃██▃ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▃▇█▂ ] dim 0774 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▅█▂ ] dim 0775 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▄██▃ ] dim 0776 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▂▆████▆▁ ] [ ▅█▇▂ ] dim 0777 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▆████▄▂ ] [ ▅█ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▅█▃ ] dim 0779 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▅███▄▁ ] [ ▄█▅ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ██ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ██ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▂█▄ ] dim 0783 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▃ ] dim 0784 μ= -0.004 σ= 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.027 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▄█▅ ] dim 0789 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ ▁▆█▅ ] dim 0790 μ= -0.025 σ= 0.036 zeros= 0% [ ▂▅█████▃▂ ] [ ▆█ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▁▆█▄ ] dim 0792 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▅█▂ ] dim 0793 μ= -0.006 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▄█▄ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▃ ] dim 0795 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▆█▂ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▇█▂ ] dim 0797 μ= -0.029 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▂█▅ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▃ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▄██▅ ] dim 0800 μ= +0.028 σ= 0.039 zeros= 0% [ ▁▄▆████▇▃▁ ] [ ▄█ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▄█▁ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▇█ ] dim 0803 μ= +0.009 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▁▇█▅▁ ] dim 0804 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▃█████▃▁ ] [ █ ] dim 0805 μ= -0.023 σ= 0.008 zeros= 0% [ ▂█▂ ] [ ▄█▂ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃▆█▆▁ ] dim 0807 μ= +0.017 σ= 0.039 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ ▂█▇▂ ] dim 0808 μ= +0.006 σ= 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.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▃██▂ ] dim 0812 μ= +0.005 σ= 0.033 zeros= 0% [ ▂▇████▄▁▁ ] [ █▆ ] dim 0813 μ= +0.027 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▇█▁ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▄█▃ ] dim 0815 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▄ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▃█ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▃██▁ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▆████▄▁ ] [ ▂█▇▅ ] dim 0819 μ= +0.034 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▇▁ ] dim 0820 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▃▇████▄▂ ] [ █▄ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▂▇██▄▁ ] [ ▄█ ] dim 0822 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▃▇█▅ ] dim 0823 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▃▅████▅▂ ] [ ▆█▄ ] dim 0824 μ= -0.007 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▅ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▇█▅ ] dim 0826 μ= +0.017 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂ ] [ ▇█ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▅██▄▁ ] [ ▆█▆ ] dim 0828 μ= -0.023 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▁▇█▅ ] dim 0829 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▁▆█▇▂ ] dim 0830 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▁▅█████▄▂ ] [ █ ] dim 0831 μ= -0.001 σ= 0.013 zeros= 0% [ ▆█▇ ] [ ▁██ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▅█▅ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▂▇███▆▂▁ ] [ ▇█▆ ] dim 0834 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▅█▄ ] dim 0835 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▁█▄ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▁█▇▁ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄█ ] dim 0838 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ ▇█▂ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▅ ] dim 0840 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▂▇███▆▂▁ ] [ ▁██▁ ] dim 0841 μ= +0.009 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▅█▆ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▁█▇ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▁▆█▂ ] dim 0845 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▃ ] dim 0846 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▅██▂ ] dim 0847 μ= +0.023 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ ▄█▇ ] dim 0848 μ= +0.000 σ= 0.032 zeros= 0% [ ▃▆███▇▃▁ ] [ ▅█▅ ] dim 0849 μ= +0.034 σ= 0.032 zeros= 0% [ ▁▄████▅▃ ] [ ▂█▃ ] dim 0850 μ= +0.019 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▁█▆ ] dim 0851 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▃██▅ ] dim 0852 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▂▆████▇▄▁ ] [ ▃█▃ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▆█▁ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ █▄ ] dim 0855 μ= +0.003 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ██▁ ] dim 0856 μ= +0.009 σ= 0.026 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.018 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ █▃ ] dim 0861 μ= +0.002 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▃▆█▆▂ ] dim 0862 μ= -0.024 σ= 0.037 zeros= 0% [ ▁▂▄█████▅▁ ] [ ▆█▁ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ █▅ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▇███▂▁ ] [ ▂█▃ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▃█▅ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▆█ ] dim 0867 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▂█▇ ] dim 0868 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ █▄ ] dim 0869 μ= -0.037 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▅█▅ ] dim 0870 μ= -0.002 σ= 0.030 zeros= 0% [ ▃▇███▇▂ ] [ ▄█▇▃ ] dim 0871 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▄▆█▄ ] dim 0872 μ= -0.014 σ= 0.037 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▆█▃ ] dim 0873 μ= -0.006 σ= 0.029 zeros= 0% [ ▃▇███▅▁ ] [ ▂▇█▅▂ ] dim 0874 μ= +0.017 σ= 0.036 zeros= 0% [ ▁▅█████▄▁ ] [ ▂█ ] dim 0875 μ= -0.006 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▄█ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▂█▂ ] dim 0877 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▃█ ] dim 0878 μ= -0.007 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▂▆█▄ ] dim 0879 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▆████▇▄▂ ] [ ▁▇█▅ ] dim 0880 μ= +0.032 σ= 0.033 zeros= 0% [ ▂▅████▆▃ ] [ ▁█▄ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▃█▆▁ ] dim 0882 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▃█▆▁ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▅ ] dim 0884 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ █▅ ] dim 0885 μ= -0.015 σ= 0.020 zeros= 0% [ ▁▆██▄▁ ] [ ▃██▁ ] dim 0886 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ █▄ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▁███▄ ] [ █▆ ] dim 0888 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▃▇█▃ ] dim 0889 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▆████▅▁ ] [ ▄█▂ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▄███▃▁ ] [ ▅█▆ ] dim 0891 μ= +0.001 σ= 0.030 zeros= 0% [ ▂▅████▃ ] [ ▆█ ] dim 0892 μ= +0.011 σ= 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.039 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃█▇ ] dim 0898 μ= -0.035 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ █▁ ] dim 0899 μ= -0.020 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▁█▇ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▆█▄ ] dim 0901 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃█▆ ] dim 0902 μ= +0.021 σ= 0.029 zeros= 0% [ ▂▅████▃ ] [ ▄█▄ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▂██ ] dim 0904 μ= -0.015 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▅██▃ ] dim 0905 μ= +0.023 σ= 0.038 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% [ ▁▃▅▇█████▆▃▁ ] [ ▄█▅ ] dim 0911 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▄███▅▂ ] [ █▅ ] dim 0912 μ= -0.017 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▄█▁ ] dim 0913 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ██▃ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▂▆███▄ ] [ ▂█▇ ] dim 0915 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▁▆█▃ ] dim 0916 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▄████▇▂ ] [ ▇█▁ ] dim 0917 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▁▇█▄ ] dim 0918 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▇▁ ] dim 0919 μ= +0.004 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▇█ ] dim 0920 μ= -0.031 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▁▆█▅ ] dim 0921 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▄████▆▂▁ ] [ ▆█▃ ] dim 0922 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▅█ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▁█▆ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▃█▇▂ ] dim 0925 μ= -0.033 σ= 0.032 zeros= 0% [ ▂▅████▄▂▁ ] [ ▅█▄ ] dim 0926 μ= +0.034 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▇█▁ ] dim 0927 μ= +0.011 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ██▇▃ ] dim 0928 μ= -0.019 σ= 0.036 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▄█▄ ] dim 0929 μ= -0.001 σ= 0.023 zeros= 0% [ ▄███▄▁ ] [ ▅█▁ ] dim 0930 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▅███▁ ] [ ▃▇█▃ ] dim 0931 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁ ] [ █▆ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▄██▂ ] [ █▇ ] dim 0933 μ= -0.013 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▆█▇▁ ] dim 0934 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█▂ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █▄ ] dim 0936 μ= +0.004 σ= 0.016 zeros= 0% [ ▁▅██▂ ] [ ▃█▃ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▃██▃ ] dim 0938 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁██ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▄█▃ ] dim 0940 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▂▇███▆▁ ] [ ▄█▄ ] dim 0941 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▁▅█▅▁ ] dim 0942 μ= +0.015 σ= 0.041 zeros= 0% [ ▁▃▆█████▅▂ ] [ ▆█ ] dim 0943 μ= -0.010 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▂▇█▃ ] dim 0944 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▁█ ] dim 0945 μ= +0.018 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▄█▃ ] dim 0946 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ▁█▇▂ ] dim 0947 μ= -0.011 σ= 0.025 zeros= 0% [ ▃████▃▁ ] [ ▄█▁ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▄█▇▃ ] dim 0949 μ= +0.005 σ= 0.032 zeros= 0% [ ▂▆████▅▁ ] [ ▁█▅ ] dim 0950 μ= +0.024 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ █▇ ] dim 0951 μ= +0.008 σ= 0.022 zeros= 0% [ ▂▇██▇▂ ] [ ▄█▄ ] dim 0952 μ= +0.019 σ= 0.031 zeros= 0% [ ▃▇███▇▃▁ ] [ ▆█▃ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▁▇█▃ ] dim 0954 μ= -0.027 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▁▇█▂ ] dim 0955 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅█ ] dim 0956 μ= -0.007 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ █▂ ] dim 0957 μ= +0.001 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▇█ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▃█▅ ] dim 0959 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▄█▄ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▄███▅ ] [ ▂█▁ ] dim 0961 μ= -0.004 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▂█ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▃███▁ ] [ █▇ ] dim 0963 μ= -0.013 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▄██▁ ] dim 0964 μ= -0.014 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▅█▇▃ ] dim 0965 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▄▆█▅▁ ] dim 0966 μ= +0.013 σ= 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.033 zeros= 0% [ ▁▂▇████▅▁ ] [ ▄██▄ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▁▆█▆▁ ] dim 0971 μ= +0.017 σ= 0.049 zeros= 0% [ ▁▂▄▇█████▇▄▁▁ ] -> OUTLIER_SPREAD: this_std=0.0492, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▃▇█▃ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▅████▇▂▁ ] [ ▁█▁ ] dim 0973 μ= -0.001 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▁▇█▇▁ ] [ ▃█ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▆█▂ ] dim 0976 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▁▇█▅ ] dim 0977 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▄████▇▁ ] [ ▃█▅ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▆████▂▁ ] [ ▃█▃ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▇█▁ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▃ ] dim 0981 μ= +0.016 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▄█▆ ] dim 0982 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▂█▁ ] dim 0983 μ= +0.017 σ= 0.021 zeros= 0% [ ▃███▂ ] [ █▁ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▁▇█▃ ] dim 0985 μ= +0.031 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▄█▆▂ ] dim 0986 μ= +0.020 σ= 0.036 zeros= 0% [ ▂▄▇████▄▁ ] [ ▅█▆▂ ] dim 0987 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▃█████▅▂▁ ] [ █▃ ] dim 0988 μ= +0.002 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▄█▄ ] dim 0989 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▃▆███▇▂▁ ] [ ▆█▆ ] dim 0990 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ █ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▆█▆ ] dim 0992 μ= -0.022 σ= 0.029 zeros= 0% [ ▁▂▆███▇▂ ] [ ▃█▇▃ ] dim 0993 μ= -0.011 σ= 0.038 zeros= 0% [ ▁▃▇█████▃▁ ] [ ▅█▆ ] dim 0994 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▅██▄ ] dim 0995 μ= -0.014 σ= 0.035 zeros= 0% [ ▁▂▇████▅▂ ] [ █▆ ] dim 0996 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ██ ] dim 0997 μ= -0.011 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▅█▃ ] dim 0998 μ= +0.016 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▃█▃ ] dim 0999 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▇ ] dim 1000 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▄█▆ ] dim 1001 μ= +0.003 σ= 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.002 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ █▆ ] dim 1009 μ= +0.008 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▅█▅ ] dim 1010 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▅█▄ ] dim 1011 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▄█▆ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▁ ] [ ▁█▃ ] dim 1013 μ= -0.000 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▄ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ █ ] dim 1015 μ= -0.020 σ= 0.011 zeros= 0% [ ▄█▆ ] [ ▂█▂ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▇█ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▁▇█ ] dim 1018 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▁▆█▄ ] dim 1019 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▂ ] dim 1020 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▅█▂ ] dim 1021 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▂▇███▃▁ ] [ ▄██▄ ] dim 1022 μ= +0.005 σ= 0.034 zeros= 0% [ ▃▇████▅▂ ] [ ▃▇█▁ ] dim 1023 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 1656684 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2721278073674140 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 19, 2026 7:56:25 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: 156 segments, 17 merges 173.4s _11n: 8 segs, 1103.4 K docs, 4965.1 MB 96.8s _168: 8 segs, 162.1 K docs, 727.2 MB 70.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 66.5s _17t: 11 segs, 59.0 K docs, 263.4 MB 49.7s _18q: 9 segs, 48.7 K docs, 217.3 MB 44.4s _190: 9 segs, 47.3 K docs, 211.1 MB 39.7s _198: 8 segs, 79.8 K docs, 357.3 MB 36.2s _19h: 8 segs, 42.4 K docs, 189.5 MB 32.2s _19q: 8 segs, 42.9 K docs, 191.6 MB 28.5s _19y: 8 segs, 79.9 K docs, 357.6 MB 24.1s _1a7: 8 segs, 42.9 K docs, 191.4 MB 20.1s _1af: 8 segs, 84.4 K docs, 377.9 MB 16.3s _1an: 8 segs, 85.3 K docs, 382.3 MB 12.0s _1aw: 8 segs, 42.4 K docs, 189.4 MB 7.2s _1b5: 8 segs, 42.6 K docs, 190.1 MB 2.4s _1be: 8 segs, 86.1 K docs, 385.5 MB 0.5s _1bf: 9 segs, 32.2 K docs, 143.5 MB 5.0 sec: 131 segments, 14 merges 178.4s _11n: 8 segs, 1103.4 K docs, 4965.1 MB 101.8s _168: 8 segs, 162.1 K docs, 727.2 MB 75.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 49.4s _190: 9 segs, 47.3 K docs, 211.1 MB 44.7s _198: 8 segs, 79.8 K docs, 357.3 MB 37.2s _19q: 8 segs, 42.9 K docs, 191.6 MB 33.5s _19y: 8 segs, 79.9 K docs, 357.6 MB 29.1s _1a7: 8 segs, 42.9 K docs, 191.4 MB 25.2s _1af: 8 segs, 84.4 K docs, 377.9 MB 21.4s _1an: 8 segs, 85.3 K docs, 382.3 MB 17.0s _1aw: 8 segs, 42.4 K docs, 189.4 MB 12.3s _1b5: 8 segs, 42.6 K docs, 190.1 MB 7.4s _1be: 8 segs, 86.1 K docs, 385.5 MB 5.5s _1bf: 9 segs, 32.2 K docs, 143.5 MB 10.0 sec: 109 segments, 11 merges 183.4s _11n: 8 segs, 1103.4 K docs, 4965.1 MB 106.9s _168: 8 segs, 162.1 K docs, 727.2 MB 80.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 38.5s _19y: 8 segs, 79.9 K docs, 357.6 MB 34.2s _1a7: 8 segs, 42.9 K docs, 191.4 MB 30.2s _1af: 8 segs, 84.4 K docs, 377.9 MB 26.4s _1an: 8 segs, 85.3 K docs, 382.3 MB 22.0s _1aw: 8 segs, 42.4 K docs, 189.4 MB 17.3s _1b5: 8 segs, 42.6 K docs, 190.1 MB 12.4s _1be: 8 segs, 86.1 K docs, 385.5 MB 10.5s _1bf: 9 segs, 32.2 K docs, 143.5 MB 15.1 sec: 102 segments, 11 merges 188.5s _11n: 8 segs, 1103.4 K docs, 4965.1 MB 111.9s _168: 8 segs, 162.1 K docs, 727.2 MB 85.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 43.5s _19y: 8 segs, 79.9 K docs, 357.6 MB 35.2s _1af: 8 segs, 84.4 K docs, 377.9 MB 31.4s _1an: 8 segs, 85.3 K docs, 382.3 MB 27.1s _1aw: 8 segs, 42.4 K docs, 189.4 MB 22.3s _1b5: 8 segs, 42.6 K docs, 190.1 MB 17.4s _1be: 8 segs, 86.1 K docs, 385.5 MB 15.5s _1bf: 9 segs, 32.2 K docs, 143.5 MB 0.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 20.1 sec: 94 segments, 10 merges 193.5s _11n: 8 segs, 1103.4 K docs, 4965.1 MB 116.9s _168: 8 segs, 162.1 K docs, 727.2 MB 90.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 48.5s _19y: 8 segs, 79.9 K docs, 357.6 MB 40.2s _1af: 8 segs, 84.4 K docs, 377.9 MB 36.4s _1an: 8 segs, 85.3 K docs, 382.3 MB 32.1s _1aw: 8 segs, 42.4 K docs, 189.4 MB 27.3s _1b5: 8 segs, 42.6 K docs, 190.1 MB 22.4s _1be: 8 segs, 86.1 K docs, 385.5 MB 5.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 25.1 sec: 66 segments, 6 merges 95.4s _17m: 8 segs, 751.2 K docs, 3378.8 MB 45.2s _1af: 8 segs, 84.4 K docs, 377.9 MB 41.4s _1an: 8 segs, 85.3 K docs, 382.3 MB 32.3s _1b5: 8 segs, 42.6 K docs, 190.1 MB 27.4s _1be: 8 segs, 86.1 K docs, 385.5 MB 10.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 30.1 sec: 59 segments, 5 merges 100.4s _17m: 8 segs, 751.2 K docs, 3378.8 MB 46.4s _1an: 8 segs, 85.3 K docs, 382.3 MB 37.3s _1b5: 8 segs, 42.6 K docs, 190.1 MB 32.4s _1be: 8 segs, 86.1 K docs, 385.5 MB 15.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 35.1 sec: 45 segments, 4 merges 105.4s _17m: 8 segs, 751.2 K docs, 3378.8 MB 37.4s _1be: 8 segs, 86.1 K docs, 385.5 MB 20.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 2.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 40.1 sec: 45 segments, 4 merges 110.4s _17m: 8 segs, 751.2 K docs, 3378.8 MB 42.4s _1be: 8 segs, 86.1 K docs, 385.5 MB 25.3s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 7.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 45.0 sec: 38 segments, 3 merges 115.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 30.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 12.4s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 50.0 sec: 38 segments, 3 merges 120.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 35.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 17.4s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 55.0 sec: 38 segments, 3 merges 125.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 40.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 22.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 60.0 sec: 38 segments, 3 merges 130.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 45.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 27.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 65.0 sec: 38 segments, 3 merges 135.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 50.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 32.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 70.0 sec: 38 segments, 3 merges 140.3s _17m: 8 segs, 751.2 K docs, 3378.8 MB 55.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 37.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 75.1 sec: 31 segments, 2 merges 60.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 42.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 80.1 sec: 31 segments, 2 merges 65.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 47.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 85.1 sec: 31 segments, 2 merges 70.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 52.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 90.1 sec: 31 segments, 2 merges 75.2s _1bg: 8 segs, 394.5 K docs, 1772.0 MB 57.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 95.1 sec: 24 segments, 1 merges 62.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 100.1 sec: 24 segments, 1 merges 67.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 105.1 sec: 24 segments, 1 merges 72.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 110.1 sec: 24 segments, 1 merges 77.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 115.1 sec: 24 segments, 1 merges 82.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 120.1 sec: 24 segments, 1 merges 87.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 125.1 sec: 24 segments, 1 merges 92.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB 130.1 sec: 24 segments, 1 merges 97.5s _1bh: 8 segs, 610.1 K docs, 2742.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 862 seconds reindex takes 862.54 sec index has 17 segments: segments_2: _7h(11.0.0):C943444 _kn(11.0.0):C1129684 _qg(11.0.0):C780882 _11n(11.0.0):C1103362 _lw(11.0.0):C440606 _uv(11.0.0):C529192 _zm(11.0.0):C193423 _17m(11.0.0):C751191 _12h(11.0.0):C340300 _13b(11.0.0):C331302 _14h(11.0.0):C129261 _168(11.0.0):C162070 _1bh(11.0.0):C610132 _1be(11.0.0):C86056 _1bg(11.0.0):C394506 _1aw(11.0.0):C42423 _1bf(11.0.0):C32166 _7h: 4251.2 MB _kn: 5091.7 MB _qg: 3518.1 MB _11n: 4972.9 MB _lw: 1984.2 MB _uv: 2383.4 MB _zm: 870.5 MB _17m: 3384.2 MB _12h: 1532.2 MB _13b: 1491.7 MB _14h: 581.5 MB _168: 729.2 MB _1bh: 2748.2 MB _1be: 386.9 MB _1bg: 1776.5 MB _1aw: 190.5 MB _1bf: 144.3 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36037.12 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=59942420593 cpu@end=73783228230 deltaMS=13840.807637 thread 14 name=Reference Handler cpu@start=1782602 cpu@end=1817589 deltaMS=0.034987 thread 15 name=Finalizer cpu@start=171540 cpu@end=171540 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64298 cpu@end=64298 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=2091584 cpu@end=2091584 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=14449485715 cpu@end=14451764793 deltaMS=2.279078 thread 42 name=JFR Periodic Tasks cpu@start=60073710785 cpu@end=60734935443 deltaMS=661.224658 thread 45 name=Notification Thread cpu@start=96823 cpu@end=96823 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=941415059425 cpu@end=941415059425 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=942126587430 cpu@end=942126587430 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=946701305678 cpu@end=946701305678 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=943160764182 cpu@end=943160764182 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=940045894410 cpu@end=940045894410 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=940665481565 cpu@end=940665481565 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=942988205032 cpu@end=942988205032 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=937914205661 cpu@end=937914205661 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=940631363339 cpu@end=940631363339 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=946401554209 cpu@end=946401554209 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=943697309132 cpu@end=943697309132 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=942854319723 cpu@end=942854319723 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=945295229128 cpu@end=945295229128 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=940774033918 cpu@end=940774033918 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=942885307917 cpu@end=942885307917 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=943326844391 cpu@end=943326844391 deltaMS=0.0 Average CPU cores used: 1.0465503147619184 completed 1000 searches in 13859 ms: 72 QPS CPU time=14504 ms checking results SUMMARY: 0.897 13.859 14.504 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 65691 862.54 9274.89 0.00 17 36037.12 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 943444 documents Graph level=3 size=53, Fanout min=4, mean=7.77, max=13, meandelta=85376.87 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 7 8 8 9 10 10 13 Graph level=2 size=857, Fanout min=4, mean=22.79, max=32, meandelta=37596.85 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 21 23 25 28 32 32 32 Graph level=1 size=28872, Fanout min=3, mean=27.98, max=32, meandelta=30840.96 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=943444, Fanout min=1, mean=39.57, max=64, meandelta=22078.70 % 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=857, connectedness=1.00 Graph level=1 size=28872, connectedness=1.00 Graph level=0 size=943444, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1129684 documents Graph level=3 size=44, Fanout min=4, mean=7.86, max=14, meandelta=90337.58 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 7 8 8 8 10 11 14 Graph level=2 size=886, Fanout min=7, mean=22.96, max=32, meandelta=45590.08 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 21 23 25 27 31 32 32 Graph level=1 size=34487, Fanout min=3, mean=28.10, max=32, meandelta=36913.14 % 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=1129684, Fanout min=1, mean=39.53, max=64, meandelta=26455.38 % 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=44, connectedness=1.00 Graph level=2 size=886, connectedness=1.00 Graph level=1 size=34487, connectedness=1.00 Graph level=0 size=1129684, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 780882 documents Graph level=3 size=38, Fanout min=4, mean=7.68, max=13, meandelta=77576.97 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 8 8 9 9 11 13 Graph level=2 size=674, Fanout min=7, mean=21.75, max=32, meandelta=32425.04 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 17 19 21 23 26 29 32 32 Graph level=1 size=23843, Fanout min=3, mean=27.88, max=32, meandelta=25572.91 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=780882, Fanout min=1, mean=39.67, max=64, meandelta=18240.38 % 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=38, connectedness=1.00 Graph level=2 size=674, connectedness=1.00 Graph level=1 size=23843, connectedness=1.00 Graph level=0 size=780882, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1103362 documents Graph level=3 size=81, Fanout min=4, mean=9.56, max=19, meandelta=94331.10 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 9 10 11 12 13 19 Graph level=2 size=1022, Fanout min=7, mean=23.45, max=32, meandelta=42735.00 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 29 32 32 32 Graph level=1 size=33783, Fanout min=2, mean=28.12, max=32, meandelta=35949.92 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1103362, Fanout min=1, mean=39.54, max=64, meandelta=25832.26 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=81, connectedness=1.00 Graph level=2 size=1022, connectedness=1.00 Graph level=1 size=33783, connectedness=1.00 Graph level=0 size=1103362, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 440606 documents Graph level=3 size=20, Fanout min=3, mean=5.40, max=8, meandelta=27862.22 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 5 6 6 6 7 8 Graph level=2 size=298, Fanout min=6, mean=17.27, max=32, meandelta=22521.56 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 18 20 22 25 32 Graph level=1 size=13249, Fanout min=6, mean=27.70, max=32, meandelta=14535.66 % 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=440606, Fanout min=1, mean=39.64, max=64, meandelta=10312.36 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=20, connectedness=1.00 Graph level=2 size=298, connectedness=1.00 Graph level=1 size=13249, connectedness=1.00 Graph level=0 size=440606, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 529192 documents Graph level=3 size=23, Fanout min=4, mean=6.17, max=9, meandelta=38090.81 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 6 7 8 9 9 Graph level=2 size=398, Fanout min=7, mean=18.77, max=32, meandelta=25391.09 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 16 18 19 21 23 28 32 Graph level=1 size=16038, Fanout min=3, mean=27.80, max=32, meandelta=17450.82 % 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=529192, Fanout min=1, mean=39.65, max=64, meandelta=12377.86 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=398, connectedness=1.00 Graph level=1 size=16038, connectedness=1.00 Graph level=0 size=529192, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 193423 documents Graph level=3 size=6, Fanout min=2, mean=3.00, max=4, meandelta=23355.39 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 4 4 Graph level=2 size=176, Fanout min=6, mean=14.74, max=28, meandelta=11198.68 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 13 14 16 16 18 20 28 Graph level=1 size=5982, Fanout min=8, mean=27.14, max=32, meandelta=6507.88 % 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=193423, Fanout min=1, mean=39.32, max=64, meandelta=4568.32 % 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=176, connectedness=1.00 Graph level=1 size=5982, connectedness=1.00 Graph level=0 size=193423, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 751191 documents Graph level=3 size=31, Fanout min=3, mean=7.61, max=14, meandelta=80094.33 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 7 8 8 9 9 14 Graph level=2 size=632, Fanout min=7, mean=21.65, max=32, meandelta=31531.55 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 19 21 23 25 29 32 32 Graph level=1 size=23055, Fanout min=3, mean=27.90, max=32, meandelta=24714.50 % 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=751191, Fanout min=1, mean=39.63, max=64, meandelta=17566.47 % 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=31, connectedness=1.00 Graph level=2 size=632, connectedness=1.00 Graph level=1 size=23055, connectedness=1.00 Graph level=0 size=751191, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 340300 documents Graph level=3 size=20, Fanout min=3, mean=5.50, max=9, meandelta=25399.31 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 5 6 6 7 7 9 Graph level=2 size=241, Fanout min=6, mean=16.25, max=32, meandelta=15068.78 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 15 16 17 18 21 24 32 Graph level=1 size=10231, Fanout min=4, mean=27.49, max=32, meandelta=11294.36 % 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=340300, Fanout min=1, mean=39.61, max=64, meandelta=7975.02 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 59 64 64 Graph level=3 size=20, connectedness=1.00 Graph level=2 size=241, connectedness=1.00 Graph level=1 size=10231, connectedness=1.00 Graph level=0 size=340300, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 331302 documents Graph level=3 size=20, Fanout min=2, mean=5.90, max=11, meandelta=27759.71 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 5 6 6 8 8 11 Graph level=2 size=255, Fanout min=4, mean=16.64, max=31, meandelta=15593.82 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 16 18 19 20 23 31 Graph level=1 size=10050, Fanout min=7, mean=27.53, max=32, meandelta=10981.32 % 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=331302, Fanout min=1, mean=39.58, max=64, meandelta=7771.63 % 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=255, connectedness=1.00 Graph level=1 size=10050, connectedness=1.00 Graph level=0 size=331302, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 129261 documents Graph level=3 size=3, Fanout min=2, mean=2.00, max=2, meandelta=24035.33 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 2 2 2 Graph level=2 size=120, Fanout min=5, mean=12.13, max=26, meandelta=9037.61 % 0 10 20 30 40 50 60 70 80 90 100 0 8 8 9 11 12 12 14 15 17 26 Graph level=1 size=4054, Fanout min=9, mean=26.72, max=32, meandelta=4423.31 % 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=129261, Fanout min=1, mean=39.19, max=64, meandelta=3064.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=120, connectedness=1.00 Graph level=1 size=4054, connectedness=1.00 Graph level=0 size=129261, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 162070 documents Graph level=3 size=5, Fanout min=2, mean=2.80, max=4, meandelta=25948.29 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 3 3 3 3 4 Graph level=2 size=151, Fanout min=5, mean=13.43, max=28, meandelta=10153.54 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 12 13 14 16 17 19 28 Graph level=1 size=5056, Fanout min=7, mean=26.82, max=32, meandelta=5514.03 % 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=162070, Fanout min=1, mean=39.18, max=64, meandelta=3840.58 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=151, connectedness=1.00 Graph level=1 size=5056, connectedness=1.00 Graph level=0 size=162070, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 610132 documents Graph level=3 size=24, Fanout min=3, mean=6.08, max=10, meandelta=41049.34 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 7 7 7 8 10 Graph level=2 size=484, Fanout min=6, mean=20.36, max=32, meandelta=27798.88 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 18 20 21 24 27 31 32 Graph level=1 size=18518, Fanout min=4, mean=27.81, max=32, meandelta=20133.25 % 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=610132, Fanout min=1, mean=39.63, max=64, meandelta=14273.95 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=24, connectedness=1.00 Graph level=2 size=484, connectedness=1.00 Graph level=1 size=18518, connectedness=1.00 Graph level=0 size=610132, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 86056 documents Graph level=3 size=4, Fanout min=1, mean=1.50, max=3, meandelta=11783.33 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 3 Graph level=2 size=76, Fanout min=3, mean=9.32, max=19, meandelta=7643.57 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 9 9 11 11 14 19 Graph level=1 size=2610, Fanout min=7, mean=25.77, max=32, meandelta=3016.74 % 0 10 20 30 40 50 60 70 80 90 100 0 17 19 22 24 27 30 32 32 32 32 Graph level=0 size=86056, Fanout min=1, mean=38.87, max=64, meandelta=2054.43 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=76, connectedness=1.00 Graph level=1 size=2610, connectedness=1.00 Graph level=0 size=86056, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 394506 documents Graph level=3 size=24, Fanout min=4, mean=6.17, max=10, meandelta=37015.88 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 7 7 9 10 Graph level=2 size=272, Fanout min=6, mean=16.25, max=32, meandelta=18582.98 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 17 18 20 24 32 Graph level=1 size=11868, Fanout min=7, mean=27.56, max=32, meandelta=13081.46 % 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=394506, Fanout min=1, mean=39.67, max=64, meandelta=9228.32 % 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=24, connectedness=1.00 Graph level=2 size=272, connectedness=1.00 Graph level=1 size=11868, connectedness=1.00 Graph level=0 size=394506, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 42423 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=36, Fanout min=3, mean=7.94, max=15, meandelta=4311.23 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 9 9 11 15 Graph level=1 size=1289, Fanout min=7, mean=24.57, max=32, meandelta=1546.42 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 28 31 32 32 32 Graph level=0 size=42423, Fanout min=2, mean=37.97, max=64, meandelta=1035.03 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=36, connectedness=1.00 Graph level=1 size=1289, connectedness=1.00 Graph level=0 size=42423, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 32166 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=21, Fanout min=3, mean=5.14, max=10, meandelta=4082.82 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 4 5 6 6 7 10 Graph level=1 size=981, Fanout min=8, mean=23.38, max=32, meandelta=1244.73 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 29 32 32 32 Graph level=0 size=32166, Fanout min=3, mean=37.67, max=64, meandelta=790.44 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 34 39 45 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=21, connectedness=1.00 Graph level=1 size=981, connectedness=1.00 Graph level=0 size=32166, 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.19.18.39.09/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': 31,258,978.09 msec task-clock:u 116,484,335,600,977 cycles:u (36.36%) 123,967,716,635,157 instructions:u (36.36%) 2,716,747,329,935 cache-references:u (36.36%) 1,236,185,122,247 cache-misses:u (36.36%) 45,716,719,690,559 L1-dcache-loads:u (36.36%) 1,529,782,339,752 L1-dcache-load-misses:u (36.37%) 2,691,565,469,579 L1-icache-loads:u (36.37%) 11,084,875,708 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 41,320,639 faults:u 40,603,524 minor-faults:u 6,756 major-faults:u 10,898,256,632,698 branches:u (36.36%) 87,458,725,473 branch-misses:u (36.36%) 1,803,422,622,244 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1090.245278521 seconds time elapsed 30506.653098000 seconds user 744.297004000 seconds sys took 0:18:10.273282 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.897, cpu_time_ms=13.859, net_cpu_ms=14.504, 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=65691, index_time_sec=862.54, index_docs_per_sec=9274.89, force_merge_time_sec=0.0, index_num_segments=17, index_size_on_disk_mb=36037.12, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (0, {}), 2: (21, {0: 0, 10: 3, 20: 3, 30: 4, 40: 4, 50: 4, 60: 5, 70: 6, 80: 6, 90: 7, 100: 10}), 1: (981, {0: 0, 10: 15, 20: 17, 30: 19, 40: 21, 50: 23, 60: 26, 70: 29, 80: 32, 90: 32, 100: 32}), 0: (32166, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 34, 60: 39, 70: 45, 80: 54, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1090, microseconds=273282)) Profiler summary for /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 84 Start: 2026-05-19 23:56:25 (UTC) Duration: 1080 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 29432170 504912781 jdk.FileWrite 17035897 354874130 jdk.FileRead 8003675 182260775 jdk.ObjectAllocationInNewTLAB 540270 10389110 jdk.BooleanFlag 41664 1317572 jdk.CPULoad 20066 400687 jdk.Compilation 6347 163731 jdk.ObjectAllocationOutsideTLAB 5559 92071 jdk.Checkpoint 5004 28892319 jdk.UnsignedIntFlag 4032 136728 jdk.IntFlag 3696 134812 jdk.StringFlag 2856 110735 jdk.GarbageCollection 291 7144 jdk.CPUInformation 84 126164 jdk.GCConfiguration 84 2180 jdk.JVMInformation 84 79628 jdk.Metadata 84 9284265 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.19.18.39.09/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr is 1042.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29432170 events (total: 29M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 44.45% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] 20.50% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 13.64% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 4.44% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 3.95% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.07% 903429 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.30% 382785 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 1.05% 309515 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.85% 250782 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.59% 174109 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.52% 152097 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.47% 137509 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.35% 101704 java.lang.Math#clamp():2313 [JIT compiled code] 0.33% 97337 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.31% 92196 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.29% 86375 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.29% 85273 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.28% 83866 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.25% 73917 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.17% 50639 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.16% 45737 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.15% 43449 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.15% 43121 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.14% 39862 sun.nio.ch.NativeThread#current0() [Native code] 0.13% 36982 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.11% 33756 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 31975 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.11% 31256 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 30734 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.10% 29450 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 27844 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.09% 27598 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.09% 26921 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.08% 24943 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.08% 23124 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 21895 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 18578 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 16476 java.util.Arrays#sort():99 [Inlined code] 0.04% 12710 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.04% 12569 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 10049 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.03% 9681 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 9304 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 9218 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 8983 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 8176 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 8023 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 7352 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 6855 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 6838 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr is 1042.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29432170 events (total: 29M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.19% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 20.46% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 13.64% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 4.44% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.07% 903267 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.87% 844587 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.81% 827934 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 1.30% 381248 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 1.00% 294184 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.85% 250774 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.72% 212249 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.45% 132014 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.44% 128884 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.33% 98559 java.lang.Math#clamp():2313 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.33% 95724 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.29% 85256 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.29% 84171 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.28% 83836 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.25% 73758 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.21% 62591 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.20% 58479 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.18% 52708 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [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.17% 50544 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.17% 49135 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.15% 43855 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% 43118 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.15% 42681 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [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] 0.14% 41619 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.12% 36488 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.12% 36277 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% 35884 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 33755 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.10% 30285 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.10% 29450 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.09% 27636 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.09% 27592 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% 24883 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% 23116 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% 21895 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.07% 21806 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 21094 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.07% 19988 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% 18839 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.06% 18566 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 18504 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.06% 16475 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% 16015 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.05% 15626 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 15393 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.05% 15128 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.19.18.39.09/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr is 1042.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29432170 events (total: 29M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 21.19% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 18.44% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 14.91% 4M 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.86% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 3.54% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.96% 870863 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.92% 564679 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.51% 443011 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.42% 418164 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.42% 417355 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.37% 402731 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.34% 393438 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.31% 385560 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000058197950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.17% 344530 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000058197950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.65% 190948 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.62% 183510 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.60% 175581 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.58% 170447 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.57% 166295 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.54% 158108 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.42% 125078 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] 0.38% 112029 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000058197950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.36% 105996 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] 0.28% 83766 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.28% 82207 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.26% 77019 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.26% 76878 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.25% 74854 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.23% 68872 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.20% 58930 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000058197950#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.20% 57422 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.18% 53434 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000058197950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.17% 49263 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.16% 48102 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.16% 46586 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.15% 44045 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#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.0x000000005819f288#run() [JIT compiled code] 0.14% 42541 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.14% 40317 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#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.13% 39683 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.13% 39190 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 38281 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.12% 36277 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.0x000000005807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.12% 35475 java.lang.Math#clamp():2313 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] 0.12% 34825 java.lang.Math#clamp():2313 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] 0.11% 32728 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 31209 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] 0.10% 30820 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#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.0x000000005819f288#run() [JIT compiled code] 0.10% 28916 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000058197950#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.10% 28145 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#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% 27214 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.19.18.39.09/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr is 1042.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 545801 events (total: 3159016M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 86.02% 2717485M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] 3.24% 102458M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 3.15% 99569M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 2.67% 84427M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 2.00% 63049M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 1.01% 31819M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.40% 12598M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 0.23% 7344M java.lang.Integer#valueOf():1006 [Inlined code] 0.09% 2922M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.09% 2917M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.09% 2797M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.09% 2732M java.util.Arrays#copyOf():3478 [Inlined code] 0.08% 2537M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.07% 2363M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.06% 1838M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.05% 1726M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.05% 1482M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.05% 1433M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.04% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.04% 1367M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.03% 800M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.02% 768M java.util.ArrayList#grow():240 [Inlined code] 0.02% 749M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.02% 676M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.02% 631M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.02% 597M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.02% 579M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.02% 490M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.01% 468M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.01% 457M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.01% 455M knn.IndexerThread#_run():108 [JIT compiled code] 0.01% 392M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.01% 382M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.01% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.01% 306M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.01% 305M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.01% 296M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.01% 296M java.util.HashMap#newNode():1910 [Inlined code] 0.01% 291M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.01% 286M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.01% 284M knn.IndexerThread#_run():125 [JIT compiled code] 0.01% 263M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.01% 241M org.apache.lucene.document.Document#():42 [Inlined code] 0.01% 233M java.util.List#of():935 [Inlined code] 0.01% 220M knn.IndexerThread#_run():86 [JIT compiled code] 0.01% 217M java.util.concurrent.FutureTask#awaitDone():487 [Interpreted code] 0.01% 208M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [JIT compiled code] 0.01% 206M org.apache.lucene.store.DataInput#readSetOfStrings():272 [Interpreted code] 0.01% 183M org.apache.lucene.util.SparseFixedBitSet#():69 [Inlined code] 0.01% 171M java.nio.HeapByteBuffer#asFloatBuffer():648 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr is 1042.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 545801 events (total: 3159016M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 85.93% 2714417M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined 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] 2.64% 83424M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 2.56% 80741M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 1.55% 49038M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.25% 39613M 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] 1.03% 32551M 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] 1.01% 31819M 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] 0.74% 23427M 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] 0.60% 18832M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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] 0.60% 18818M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.39% 12410M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.23% 7242M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.10% 3044M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.09% 2917M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.08% 2583M 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.08% 2537M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.07% 2129M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.06% 1889M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.05% 1482M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.05% 1450M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.04% 1361M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 1228M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 1116M 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.03% 1011M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.03% 986M 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.03% 938M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.02% 768M 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.02% 676M 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.02% 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():2304 [JIT compiled code] 0.02% 575M 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.02% 490M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 470M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.01% 457M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [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.01% 455M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.01% 430M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.01% 423M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.01% 414M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.01% 398M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 389M 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.01% 384M 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.01% 377M 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.01% 354M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.01% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005819f288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.01% 336M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.01% 318M 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.01% 315M 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.01% 306M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues$DenseOffHeapVectorValues#():154 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#load():122 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#getFloatVectorValues():230 [Inlined code] 0.01% 302M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.01% 296M 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.0x0000000058181400#concat() [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.19.18.39.09/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmFalse.jfr is 1042.55 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 545801 events (total: 3159016M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 29.68% 937733M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 29.18% 921795M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 10.80% 341202M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 10.10% 319090M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 1.52% 48033M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.25% 39549M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.16% 36685M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.13% 35540M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.01% 31819M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.91% 28866M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.83% 26065M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] 0.79% 24861M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.77% 24451M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] 0.76% 24002M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] 0.74% 23333M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.73% 23104M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] 0.71% 22286M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.70% 22146M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.52% 16529M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.49% 15628M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 0.49% 15584M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.49% 15322M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.25% 7799M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 0.23% 7242M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.22% 6994M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined 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#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.20% 6423M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.18% 5841M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.18% 5561M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.17% 5496M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.16% 4922M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.15% 4586M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.14% 4556M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.13% 4206M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.13% 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.13% 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.12% 3837M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.09% 2907M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 2899M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.09% 2771M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 2676M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.08% 2675M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.08% 2603M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 2586M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 2583M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.07% 2220M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.06% 2025M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [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.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [Inlined code] 0.06% 1972M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.06% 1889M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#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.0x000000005819f288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.06% 1863M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#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.06% 1811M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005819ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 1673159 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2722861299047339 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 19, 2026 8:22:49 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: 67 segments, 7 merges 55.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 35.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 13.1s _1b8: 8 segs, 122.9 K docs, 551.1 MB 10.0s _1be: 8 segs, 166.4 K docs, 746.8 MB 6.7s _1bn: 8 segs, 90.6 K docs, 406.0 MB 3.5s _1bu: 8 segs, 232.6 K docs, 1044.5 MB 5.0 sec: 53 segments, 5 merges 60.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 40.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 15.0s _1be: 8 segs, 166.4 K docs, 746.8 MB 8.6s _1bu: 8 segs, 232.6 K docs, 1044.5 MB 5.0s _1bv: 9 segs, 37.2 K docs, 165.9 MB 10.0 sec: 46 segments, 4 merges 65.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 45.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 13.6s _1bu: 8 segs, 232.6 K docs, 1044.5 MB 10.0s _1bv: 9 segs, 37.2 K docs, 165.9 MB 15.0 sec: 38 segments, 3 merges 70.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 50.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 18.6s _1bu: 8 segs, 232.6 K docs, 1044.5 MB 20.0 sec: 38 segments, 3 merges 75.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 55.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 23.6s _1bu: 8 segs, 232.6 K docs, 1044.5 MB 25.0 sec: 31 segments, 2 merges 80.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 60.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 30.0 sec: 31 segments, 2 merges 85.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 65.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 35.0 sec: 31 segments, 2 merges 90.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 70.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 40.0 sec: 31 segments, 2 merges 95.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 75.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 45.0 sec: 31 segments, 2 merges 100.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 80.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 50.1 sec: 31 segments, 2 merges 105.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 85.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 55.1 sec: 31 segments, 2 merges 110.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 90.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 60.1 sec: 31 segments, 2 merges 115.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 95.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 65.1 sec: 31 segments, 2 merges 120.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 100.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 70.1 sec: 31 segments, 2 merges 125.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 105.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 75.1 sec: 31 segments, 2 merges 130.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 110.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 80.1 sec: 31 segments, 2 merges 135.3s _197: 6 segs, 1118.4 K docs, 5035.5 MB 115.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 85.1 sec: 26 segments, 1 merges 120.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 90.1 sec: 26 segments, 1 merges 125.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 95.1 sec: 26 segments, 1 merges 130.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 100.1 sec: 26 segments, 1 merges 135.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 105.1 sec: 26 segments, 1 merges 140.9s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 110.0 sec: 26 segments, 1 merges 145.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 115.0 sec: 26 segments, 1 merges 150.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 120.0 sec: 26 segments, 1 merges 155.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 125.0 sec: 26 segments, 1 merges 160.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 130.0 sec: 26 segments, 1 merges 165.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB 135.0 sec: 26 segments, 1 merges 170.8s _1a1: 8 segs, 912.6 K docs, 4105.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 926 seconds reindex takes 926.29 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm now wait for already running merges to finish 0.0 sec: 19 segments, 1 merges 5.0 sec: 19 segments, 1 merges 5.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 10.0 sec: 19 segments, 1 merges 10.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 15.0 sec: 19 segments, 1 merges 15.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 20.0 sec: 19 segments, 1 merges 20.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 25.0 sec: 19 segments, 1 merges 25.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 30.0 sec: 19 segments, 1 merges 30.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 35.0 sec: 19 segments, 1 merges 35.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 40.0 sec: 19 segments, 1 merges 40.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 45.0 sec: 19 segments, 1 merges 45.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 50.0 sec: 19 segments, 1 merges 50.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 55.0 sec: 19 segments, 1 merges 55.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 60.0 sec: 19 segments, 1 merges 60.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 65.1 sec: 19 segments, 1 merges 65.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 70.1 sec: 19 segments, 1 merges 70.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 75.1 sec: 19 segments, 1 merges 75.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 80.1 sec: 19 segments, 1 merges 80.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 85.1 sec: 19 segments, 1 merges 85.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 90.1 sec: 19 segments, 1 merges 90.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 95.1 sec: 19 segments, 1 merges 95.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 100.1 sec: 19 segments, 1 merges 100.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 105.1 sec: 19 segments, 1 merges 105.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 110.1 sec: 19 segments, 1 merges 110.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 115.1 sec: 19 segments, 1 merges 115.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 120.1 sec: 19 segments, 1 merges 120.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 125.1 sec: 19 segments, 1 merges 125.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 130.0 sec: 19 segments, 1 merges 130.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 135.0 sec: 19 segments, 1 merges 135.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 140.0 sec: 19 segments, 1 merges 140.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 145.0 sec: 19 segments, 1 merges 145.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 150.0 sec: 19 segments, 1 merges 150.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 155.0 sec: 19 segments, 1 merges 155.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 160.0 sec: 19 segments, 1 merges 160.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 165.0 sec: 19 segments, 1 merges 165.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 170.0 sec: 19 segments, 1 merges 170.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 175.0 sec: 19 segments, 1 merges 175.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 180.0 sec: 19 segments, 1 merges 180.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 185.0 sec: 19 segments, 1 merges 185.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 190.1 sec: 19 segments, 1 merges 190.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 195.1 sec: 19 segments, 1 merges 195.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 200.1 sec: 19 segments, 1 merges 200.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 205.1 sec: 19 segments, 1 merges 205.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 210.1 sec: 19 segments, 1 merges 210.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 215.1 sec: 19 segments, 1 merges 215.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 220.1 sec: 19 segments, 1 merges 220.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 225.1 sec: 19 segments, 1 merges 225.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 230.1 sec: 19 segments, 1 merges 230.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 235.1 sec: 19 segments, 1 merges 235.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 240.1 sec: 19 segments, 1 merges 240.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 245.0 sec: 19 segments, 1 merges 245.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 250.0 sec: 19 segments, 1 merges 250.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 255.0 sec: 19 segments, 1 merges 255.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 260.0 sec: 19 segments, 1 merges 260.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 265.0 sec: 19 segments, 1 merges 265.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 270.0 sec: 19 segments, 1 merges 270.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 275.0 sec: 19 segments, 1 merges 275.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 280.0 sec: 19 segments, 1 merges 280.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 285.0 sec: 19 segments, 1 merges 285.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 290.0 sec: 19 segments, 1 merges 290.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 295.0 sec: 19 segments, 1 merges 295.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 300.1 sec: 19 segments, 1 merges 300.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 305.1 sec: 19 segments, 1 merges 305.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 310.1 sec: 19 segments, 1 merges 310.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 315.1 sec: 19 segments, 1 merges 315.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 320.1 sec: 19 segments, 1 merges 320.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 325.1 sec: 19 segments, 1 merges 325.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 330.1 sec: 19 segments, 1 merges 330.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 335.1 sec: 19 segments, 1 merges 335.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 340.1 sec: 19 segments, 1 merges 340.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 345.1 sec: 19 segments, 1 merges 345.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 350.1 sec: 19 segments, 1 merges 350.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 355.1 sec: 19 segments, 1 merges 355.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 360.0 sec: 19 segments, 1 merges 360.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 365.0 sec: 19 segments, 1 merges 365.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 370.0 sec: 19 segments, 1 merges 370.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 375.0 sec: 19 segments, 1 merges 375.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 380.0 sec: 19 segments, 1 merges 380.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 385.0 sec: 19 segments, 1 merges 385.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 390.0 sec: 19 segments, 1 merges 390.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 395.0 sec: 19 segments, 1 merges 395.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 400.0 sec: 19 segments, 1 merges 400.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 405.0 sec: 19 segments, 1 merges 405.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 410.0 sec: 19 segments, 1 merges 410.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 415.1 sec: 19 segments, 1 merges 415.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 420.1 sec: 19 segments, 1 merges 420.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 425.1 sec: 19 segments, 1 merges 425.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 430.1 sec: 19 segments, 1 merges 430.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 435.1 sec: 19 segments, 1 merges 435.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 440.1 sec: 19 segments, 1 merges 440.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 445.0 sec: 19 segments, 1 merges 445.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 450.0 sec: 19 segments, 1 merges 450.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 455.0 sec: 19 segments, 1 merges 455.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 460.0 sec: 19 segments, 1 merges 460.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 465.0 sec: 19 segments, 1 merges 465.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 470.0 sec: 19 segments, 1 merges 470.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 475.1 sec: 19 segments, 1 merges 475.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 480.1 sec: 19 segments, 1 merges 480.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 485.1 sec: 19 segments, 1 merges 485.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 490.1 sec: 19 segments, 1 merges 490.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 495.1 sec: 19 segments, 1 merges 495.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 500.1 sec: 19 segments, 1 merges 500.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 505.1 sec: 19 segments, 1 merges 505.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 510.1 sec: 19 segments, 1 merges 510.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 515.1 sec: 19 segments, 1 merges 515.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 520.1 sec: 19 segments, 1 merges 520.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 525.1 sec: 19 segments, 1 merges 525.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 530.0 sec: 19 segments, 1 merges 530.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 535.0 sec: 19 segments, 1 merges 535.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 540.0 sec: 19 segments, 1 merges 540.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 545.1 sec: 19 segments, 1 merges 545.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 550.1 sec: 19 segments, 1 merges 550.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 555.1 sec: 19 segments, 1 merges 555.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 560.1 sec: 19 segments, 1 merges 560.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 565.1 sec: 19 segments, 1 merges 565.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 570.1 sec: 19 segments, 1 merges 570.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 575.1 sec: 19 segments, 1 merges 575.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 580.1 sec: 19 segments, 1 merges 580.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 585.1 sec: 19 segments, 1 merges 585.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 590.1 sec: 19 segments, 1 merges 590.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 595.1 sec: 19 segments, 1 merges 595.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 600.1 sec: 19 segments, 1 merges 600.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 605.1 sec: 19 segments, 1 merges 605.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 610.1 sec: 19 segments, 1 merges 610.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 615.1 sec: 19 segments, 1 merges 615.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 620.1 sec: 19 segments, 1 merges 620.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 625.1 sec: 19 segments, 1 merges 625.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 630.1 sec: 19 segments, 1 merges 630.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 635.1 sec: 19 segments, 1 merges 635.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 640.1 sec: 19 segments, 1 merges 640.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 645.1 sec: 19 segments, 1 merges 645.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 650.1 sec: 19 segments, 1 merges 650.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 655.0 sec: 19 segments, 1 merges 655.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 660.0 sec: 19 segments, 1 merges 660.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 665.0 sec: 19 segments, 1 merges 665.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 670.0 sec: 19 segments, 1 merges 670.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 675.1 sec: 19 segments, 1 merges 675.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 680.1 sec: 19 segments, 1 merges 680.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 685.1 sec: 19 segments, 1 merges 685.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 690.1 sec: 19 segments, 1 merges 690.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 695.1 sec: 19 segments, 1 merges 695.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 700.1 sec: 19 segments, 1 merges 700.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 705.1 sec: 19 segments, 1 merges 705.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 710.1 sec: 19 segments, 1 merges 710.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 715.1 sec: 19 segments, 1 merges 715.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 720.1 sec: 19 segments, 1 merges 720.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 725.1 sec: 19 segments, 1 merges 725.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 730.1 sec: 19 segments, 1 merges 730.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 735.1 sec: 19 segments, 1 merges 735.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 740.1 sec: 19 segments, 1 merges 740.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 745.1 sec: 19 segments, 1 merges 745.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 750.1 sec: 19 segments, 1 merges 750.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 755.1 sec: 19 segments, 1 merges 755.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 760.1 sec: 19 segments, 1 merges 760.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 765.1 sec: 19 segments, 1 merges 765.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 770.0 sec: 19 segments, 1 merges 770.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 775.0 sec: 19 segments, 1 merges 775.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 780.0 sec: 19 segments, 1 merges 780.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 785.0 sec: 19 segments, 1 merges 785.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 790.0 sec: 19 segments, 1 merges 790.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 795.0 sec: 19 segments, 1 merges 795.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 800.0 sec: 19 segments, 1 merges 800.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 805.0 sec: 19 segments, 1 merges 805.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 810.0 sec: 19 segments, 1 merges 810.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 815.1 sec: 19 segments, 1 merges 815.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 820.1 sec: 19 segments, 1 merges 820.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 825.0 sec: 19 segments, 1 merges 825.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 830.0 sec: 19 segments, 1 merges 830.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 835.0 sec: 19 segments, 1 merges 835.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 840.1 sec: 19 segments, 1 merges 840.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 845.1 sec: 19 segments, 1 merges 845.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 850.1 sec: 19 segments, 1 merges 850.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 855.1 sec: 19 segments, 1 merges 855.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 860.1 sec: 19 segments, 1 merges 860.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 865.1 sec: 19 segments, 1 merges 865.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 870.1 sec: 19 segments, 1 merges 870.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 875.1 sec: 19 segments, 1 merges 875.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 880.1 sec: 19 segments, 1 merges 880.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 885.1 sec: 19 segments, 1 merges 885.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 890.1 sec: 19 segments, 1 merges 890.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 895.1 sec: 19 segments, 1 merges 895.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 900.1 sec: 19 segments, 1 merges 900.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 905.1 sec: 19 segments, 1 merges 905.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 910.0 sec: 19 segments, 1 merges 910.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 915.0 sec: 19 segments, 1 merges 915.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 920.0 sec: 19 segments, 1 merges 920.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 925.0 sec: 19 segments, 1 merges 925.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 930.0 sec: 19 segments, 1 merges 930.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 935.0 sec: 19 segments, 1 merges 935.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 940.1 sec: 19 segments, 1 merges 940.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 945.1 sec: 19 segments, 1 merges 945.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 950.1 sec: 19 segments, 1 merges 950.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 955.1 sec: 19 segments, 1 merges 955.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 960.1 sec: 19 segments, 1 merges 960.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 965.1 sec: 19 segments, 1 merges 965.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 970.1 sec: 19 segments, 1 merges 970.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 975.1 sec: 19 segments, 1 merges 975.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 980.1 sec: 19 segments, 1 merges 980.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 985.0 sec: 19 segments, 1 merges 985.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 990.0 sec: 19 segments, 1 merges 990.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 995.1 sec: 19 segments, 1 merges 995.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1000.1 sec: 19 segments, 1 merges 1000.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1005.1 sec: 19 segments, 1 merges 1005.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1010.1 sec: 19 segments, 1 merges 1010.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1015.1 sec: 19 segments, 1 merges 1015.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1020.1 sec: 19 segments, 1 merges 1020.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1025.1 sec: 19 segments, 1 merges 1025.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1030.1 sec: 19 segments, 1 merges 1030.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1035.0 sec: 19 segments, 1 merges 1035.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1040.0 sec: 19 segments, 1 merges 1040.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1045.0 sec: 19 segments, 1 merges 1045.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1050.0 sec: 19 segments, 1 merges 1050.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1055.0 sec: 19 segments, 1 merges 1055.0s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1060.1 sec: 19 segments, 1 merges 1060.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1065.1 sec: 19 segments, 1 merges 1065.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1070.1 sec: 19 segments, 1 merges 1070.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB 1075.1 sec: 19 segments, 1 merges 1075.1s _1bw: 19 segs, 8000.0 K docs, 36037.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1083.09 sec index has 1 segments: segments_3: _1bw(11.0.0):C8000000 _1bw: 36185.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36185.82 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=49246560071 cpu@end=51620939870 deltaMS=2374.379799 thread 14 name=Reference Handler cpu@start=1921505 cpu@end=1921505 deltaMS=0.0 thread 15 name=Finalizer cpu@start=153923 cpu@end=153923 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=73223 cpu@end=73223 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4059956 cpu@end=4059956 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=17208944946 cpu@end=17209281671 deltaMS=0.336725 thread 42 name=JFR Periodic Tasks cpu@start=118017588538 cpu@end=118131318337 deltaMS=113.729799 thread 45 name=Notification Thread cpu@start=131106 cpu@end=131106 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1669088168393 cpu@end=1669088168393 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1669304760000 cpu@end=1669304760000 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1670340254316 cpu@end=1670340254316 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1669011208959 cpu@end=1669011208959 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1666465921447 cpu@end=1666465921447 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1671565593843 cpu@end=1671565593843 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1670097517010 cpu@end=1670097517010 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1664914541796 cpu@end=1664914541796 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1673247982524 cpu@end=1673247982524 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1666113036086 cpu@end=1666113036086 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1671379277852 cpu@end=1671379277852 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1666283083794 cpu@end=1666283083794 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1664913176478 cpu@end=1664913176478 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1670311233409 cpu@end=1670311233409 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1664651863673 cpu@end=1664651863673 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1665554381980 cpu@end=1665554381980 deltaMS=0.0 Average CPU cores used: 1.0449720763244752 completed 1000 searches in 2381 ms: 419 QPS CPU time=2488 ms checking results SUMMARY: 0.882 2.381 2.488 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5712 926.29 8636.64 1083.09 1 36185.82 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=244, Fanout min=6, mean=16.55, max=32, meandelta=407863.50 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 16 17 19 21 23 32 Graph level=2 size=7639, Fanout min=7, mean=27.26, max=32, meandelta=269534.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=1 size=247036, Fanout min=1, mean=28.28, max=32, meandelta=258444.30 % 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=194201.53 % 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=244, connectedness=1.00 Graph level=2 size=7639, connectedness=1.00 Graph level=1 size=247036, 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.19.18.39.09/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,488,485.74 msec task-clock:u 167,519,944,141,316 cycles:u (36.36%) 178,716,256,384,098 instructions:u (36.36%) 4,369,553,626,811 cache-references:u (36.36%) 1,626,170,038,705 cache-misses:u (36.36%) 63,796,580,359,211 L1-dcache-loads:u (36.36%) 1,998,724,554,030 L1-dcache-load-misses:u (36.36%) 4,171,096,972,911 L1-icache-loads:u (36.36%) 15,641,117,156 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 17,589,287 faults:u 16,636,740 minor-faults:u 20,657 major-faults:u 15,509,752,911,932 branches:u (36.36%) 114,652,457,920 branch-misses:u (36.36%) 2,495,522,555,237 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2228.990807379 seconds time elapsed 42906.742388000 seconds user 571.115496000 seconds sys took 0:37:09.021594 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.882, cpu_time_ms=2.381, net_cpu_ms=2.488, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5712, index_time_sec=926.29, index_docs_per_sec=8636.64, force_merge_time_sec=1083.09, index_num_segments=1, index_size_on_disk_mb=36185.82, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (244, {0: 0, 10: 11, 20: 12, 30: 14, 40: 15, 50: 16, 60: 17, 70: 19, 80: 21, 90: 23, 100: 32}), 2: (7639, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247036, {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=2229, microseconds=21594)) Profiler summary for /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 109 Start: 2026-05-20 00:22:48 (UTC) Duration: 2217 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 41784679 714876737 jdk.FileWrite 22378378 472087173 jdk.FileRead 8003671 182147023 jdk.ObjectAllocationInNewTLAB 71612 1419248 jdk.BooleanFlag 54064 1710297 jdk.CPULoad 41551 830384 jdk.Checkpoint 7442 28332177 jdk.Compilation 6266 161539 jdk.UnsignedIntFlag 5232 177478 jdk.IntFlag 4796 174987 jdk.StringFlag 3706 143651 jdk.ObjectAllocationOutsideTLAB 1329 23697 jdk.CPUInformation 109 163714 jdk.GCConfiguration 109 2830 jdk.JVMInformation 109 103546 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.19.18.39.09/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr is 1348.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 41784679 events (total: 41M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.47% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 30.68% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.31% 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.42% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.30% 960723 java.lang.ThreadLocal#remove():261 [Inlined code] 1.32% 552136 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 1.32% 552025 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.96% 402846 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.87% 362297 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.85% 357093 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.53% 223213 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.30% 124341 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.27% 112632 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.27% 111654 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.26% 107865 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.26% 107120 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.23% 97795 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.23% 97380 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 89656 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 71128 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.15% 63019 sun.nio.ch.NativeThread#current0() [Native code] 0.12% 51115 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.12% 49367 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 44248 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.10% 41146 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 39020 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 38618 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 37605 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.08% 35215 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.07% 31294 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 29856 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 29242 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 26759 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.06% 24043 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 22888 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.05% 19633 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 14258 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 12485 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 11900 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 11633 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 11624 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.02% 10257 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 9856 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 8952 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.02% 8856 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 8506 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 7965 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 7814 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 7225 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():283 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr is 1348.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 41784679 events (total: 41M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.03% 15M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 30.65% 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.31% 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.42% 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.30% 960701 java.lang.ThreadLocal#remove():261 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryReleaseShared():434 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():806 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] 1.37% 573776 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.32% 552053 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.87% 362314 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.85% 357093 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.81% 338894 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.70% 293488 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.69% 290303 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.66% 275307 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.46% 190822 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.43% 178875 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% 112623 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.26% 107650 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.26% 107074 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.23% 97556 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.23% 97352 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% 88006 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.21% 86057 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 79808 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.17% 71072 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.15% 61142 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.14% 58960 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.12% 50781 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% 50444 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.12% 49289 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.11% 44083 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.10% 42742 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% 40845 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.09% 38973 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.07% 31207 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.07% 29855 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% 29242 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.07% 28290 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 26759 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.06% 26073 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% 25318 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.06% 24027 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.06% 23762 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.05% 22863 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 22371 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.05% 21750 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% 20467 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 20435 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% 19516 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.04% 18132 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.19.18.39.09/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr is 1348.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 41784679 events (total: 41M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 25.66% 10M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 24.39% 10M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 12.21% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.04% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 3.00% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 2.21% 921631 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.83% 765592 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.54% 643156 java.lang.ThreadLocal#remove():261 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryReleaseShared():434 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():806 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.06% 441529 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000079196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.02% 426284 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.98% 408677 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.96% 399113 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000079196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.88% 369231 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.79% 330256 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000079196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.64% 268101 java.lang.ThreadLocal#remove():261 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryReleaseShared():434 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():806 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.60% 250915 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.59% 245052 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.0x000000007919a000#run() [JIT compiled code] 0.58% 241091 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 0.54% 223885 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 0.46% 193013 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% 174711 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.39% 163381 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.38% 159572 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.37% 155751 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.35% 145982 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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% 137411 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.27% 111845 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 0.26% 107216 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 0.23% 97273 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.21% 86424 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.19% 81420 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.0x000000007919a000#run() [JIT compiled code] 0.19% 79808 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.0x000000007907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 78235 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.0x000000007919a000#run() [JIT compiled code] 0.18% 74995 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.17% 72125 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.17% 70999 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.16% 66139 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000079196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.16% 65725 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.16% 64885 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 63470 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.15% 62071 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000079196aa8#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% 59122 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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% 50850 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 50695 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% 50665 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000079196aa8#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% 50427 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.11% 45076 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.10% 42572 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.0x000000007919a000#run() [JIT compiled code] 0.09% 36236 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.08% 34559 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr is 1348.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72917 events (total: 561321M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.41% 131395M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.17% 130037M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.10% 129687M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.30% 63447M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.50% 30893M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.94% 22110M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.07% 6021M java.util.Arrays#copyOf():3478 [Inlined code] 0.95% 5312M java.lang.Integer#valueOf():1006 [Inlined code] 0.73% 4100M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.69% 3864M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.66% 3698M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.62% 3472M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.57% 3173M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.39% 2190M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.31% 1768M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1730M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.29% 1627M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.20% 1139M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.19% 1068M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.18% 1034M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 885M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.15% 818M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 756M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 728M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.11% 614M java.util.ArrayList#grow():240 [Inlined code] 0.11% 592M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 566M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 468M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 425M knn.IndexerThread#_run():108 [JIT compiled code] 0.07% 388M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 379M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 372M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 358M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.05% 299M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 296M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 273M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 260M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 238M java.util.List#of():935 [Inlined code] 0.04% 205M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 179M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 170M org.apache.lucene.search.TopScoreDocCollector#populateResults():191 [JIT compiled code] 0.03% 161M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 153M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 145M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.02% 134M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.02% 131M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 123M 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.19.18.39.09/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr is 1348.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72917 events (total: 561321M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.09% 107142M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.55% 104105M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.09% 73453M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.27% 52059M 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.94% 38968M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.50% 30893M 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.50% 25279M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.36% 24476M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.32% 24253M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.94% 22110M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.02% 5725M 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.94% 5270M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.73% 4100M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.66% 3698M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.61% 3440M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.37% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.32% 1776M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 1768M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.30% 1684M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.29% 1634M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.23% 1308M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.23% 1296M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.20% 1150M 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% 1139M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.18% 1024M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.17% 940M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.17% 938M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 768M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.13% 756M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.12% 691M 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.11% 614M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.10% 560M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.09% 517M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 478M 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% 468M 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% 464M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 453M 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% 452M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.08% 425M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 417M 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.07% 415M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 397M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.07% 392M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.07% 384M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.06% 358M 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% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007919a000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 314M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():241 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.05% 301M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace():276 [Inlined code] 0.05% 299M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q4-fmTrue.jfr is 1348.89 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72917 events (total: 561321M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 9.03% 50675M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.70% 48839M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 8.68% 48737M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 6.95% 38989M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 6.93% 38904M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 4.23% 23759M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.99% 22418M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 3.88% 21794M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 3.81% 21359M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 3.78% 21243M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 3.75% 21052M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.91% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.29% 12876M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.51% 8474M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.51% 8471M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.49% 8360M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.45% 8155M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.41% 7900M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.39% 7801M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.32% 7417M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.02% 5725M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.01% 5665M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.96% 5383M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.94% 5270M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.79% 4461M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.74% 4170M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.69% 3876M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.67% 3737M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.63% 3553M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.56% 3133M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.54% 3012M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.52% 2931M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 2736M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 0.46% 2595M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 2577M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 0.43% 2431M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.38% 2155M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.37% 2084M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.37% 2063M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.37% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.0x000000007919a000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.32% 1808M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.31% 1768M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.28% 1565M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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% 1410M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.20% 1097M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 0.15% 863M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#call() [Inlined code] 0.14% 770M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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% 751M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.0x000000007919a000#run() [JIT compiled code] 0.13% 741M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007919fa08#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.0x000000007919a000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.19.18.39.09/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.211s][info][jfr,startup] Started recording 1. [0.211s][info][jfr,startup] [0.211s][info][jfr,startup] Use jcmd 1702503 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2725772216366229 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 19, 2026 9:11:19 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 106 segments, 10 merges 193.9s _181: 8 segs, 990.2 K docs, 4939.8 MB 138.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 104.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 87.0s _1bu: 11 segs, 53.6 K docs, 265.3 MB 43.6s _1d1: 10 segs, 48.4 K docs, 239.4 MB 28.8s _1di: 8 segs, 71.9 K docs, 357.2 MB 22.5s _1dq: 8 segs, 74.5 K docs, 369.9 MB 15.7s _1dy: 8 segs, 84.2 K docs, 418.1 MB 8.9s _1e6: 8 segs, 82.7 K docs, 410.7 MB 2.3s _1ed: 8 segs, 73.0 K docs, 362.5 MB 5.0 sec: 106 segments, 10 merges 198.9s _181: 8 segs, 990.2 K docs, 4939.8 MB 143.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 109.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 92.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 48.6s _1d1: 10 segs, 48.4 K docs, 239.4 MB 33.8s _1di: 8 segs, 71.9 K docs, 357.2 MB 27.5s _1dq: 8 segs, 74.5 K docs, 369.9 MB 20.7s _1dy: 8 segs, 84.2 K docs, 418.1 MB 14.0s _1e6: 8 segs, 82.7 K docs, 410.7 MB 7.3s _1ed: 8 segs, 73.0 K docs, 362.5 MB 10.0 sec: 106 segments, 10 merges 203.9s _181: 8 segs, 990.2 K docs, 4939.8 MB 148.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 114.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 97.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 53.6s _1d1: 10 segs, 48.4 K docs, 239.4 MB 38.8s _1di: 8 segs, 71.9 K docs, 357.2 MB 32.5s _1dq: 8 segs, 74.5 K docs, 369.9 MB 25.7s _1dy: 8 segs, 84.2 K docs, 418.1 MB 19.0s _1e6: 8 segs, 82.7 K docs, 410.7 MB 12.3s _1ed: 8 segs, 73.0 K docs, 362.5 MB 15.0 sec: 106 segments, 10 merges 208.9s _181: 8 segs, 990.2 K docs, 4939.8 MB 153.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 119.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 102.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 58.7s _1d1: 10 segs, 48.4 K docs, 239.4 MB 43.8s _1di: 8 segs, 71.9 K docs, 357.2 MB 37.5s _1dq: 8 segs, 74.5 K docs, 369.9 MB 30.7s _1dy: 8 segs, 84.2 K docs, 418.1 MB 24.0s _1e6: 8 segs, 82.7 K docs, 410.7 MB 17.3s _1ed: 8 segs, 73.0 K docs, 362.5 MB 20.0 sec: 99 segments, 10 merges 213.9s _181: 8 segs, 990.2 K docs, 4939.8 MB 158.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 124.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 107.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 63.7s _1d1: 10 segs, 48.4 K docs, 239.4 MB 48.8s _1di: 8 segs, 71.9 K docs, 357.2 MB 35.7s _1dy: 8 segs, 84.2 K docs, 418.1 MB 29.0s _1e6: 8 segs, 82.7 K docs, 410.7 MB 22.4s _1ed: 8 segs, 73.0 K docs, 362.5 MB 1.2s _1ee: 8 segs, 76.0 K docs, 377.8 MB 25.0 sec: 85 segments, 8 merges 218.9s _181: 8 segs, 990.2 K docs, 4939.8 MB 163.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 129.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 112.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 68.7s _1d1: 10 segs, 48.4 K docs, 239.4 MB 34.0s _1e6: 8 segs, 82.7 K docs, 410.7 MB 27.4s _1ed: 8 segs, 73.0 K docs, 362.5 MB 6.2s _1ee: 8 segs, 76.0 K docs, 377.8 MB 30.0 sec: 76 segments, 7 merges 223.9s _181: 8 segs, 990.2 K docs, 4939.8 MB 168.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 134.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 117.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 39.0s _1e6: 8 segs, 82.7 K docs, 410.7 MB 32.4s _1ed: 8 segs, 73.0 K docs, 362.5 MB 11.2s _1ee: 8 segs, 76.0 K docs, 377.8 MB 35.0 sec: 62 segments, 5 merges 228.9s _181: 8 segs, 990.2 K docs, 4939.8 MB 173.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 139.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 122.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 16.2s _1ee: 8 segs, 76.0 K docs, 377.8 MB 40.1 sec: 62 segments, 5 merges 234.0s _181: 8 segs, 990.2 K docs, 4939.8 MB 178.4s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 144.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 127.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 21.2s _1ee: 8 segs, 76.0 K docs, 377.8 MB 45.1 sec: 62 segments, 5 merges 239.0s _181: 8 segs, 990.2 K docs, 4939.8 MB 183.4s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 149.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 132.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 26.2s _1ee: 8 segs, 76.0 K docs, 377.8 MB 50.1 sec: 48 segments, 3 merges 188.4s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 154.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 137.1s _1bu: 11 segs, 53.6 K docs, 265.3 MB 55.1 sec: 38 segments, 3 merges 193.4s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 159.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 0.9s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 60.0 sec: 38 segments, 3 merges 198.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 164.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 5.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 65.0 sec: 38 segments, 3 merges 203.3s _1a1: 8 segs, 324.6 K docs, 1617.0 MB 169.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 10.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 70.0 sec: 31 segments, 2 merges 174.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 15.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 75.0 sec: 31 segments, 2 merges 179.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 20.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 80.0 sec: 31 segments, 2 merges 184.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 25.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 85.0 sec: 31 segments, 2 merges 189.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 30.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 90.0 sec: 31 segments, 2 merges 194.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 35.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 95.0 sec: 31 segments, 2 merges 199.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 40.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 100.0 sec: 31 segments, 2 merges 204.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 45.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 105.0 sec: 31 segments, 2 merges 209.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 50.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 110.0 sec: 31 segments, 2 merges 214.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 55.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 115.1 sec: 31 segments, 2 merges 219.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 60.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 120.1 sec: 31 segments, 2 merges 224.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 65.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 125.1 sec: 31 segments, 2 merges 229.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 70.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 130.1 sec: 31 segments, 2 merges 234.9s _1ba: 8 segs, 686.1 K docs, 3420.1 MB 75.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 135.1 sec: 24 segments, 2 merges 80.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 4.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 140.1 sec: 24 segments, 2 merges 85.9s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 9.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 145.1 sec: 24 segments, 2 merges 90.9s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 14.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 150.1 sec: 24 segments, 2 merges 95.9s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 19.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 155.1 sec: 24 segments, 2 merges 100.9s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 24.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 160.1 sec: 24 segments, 2 merges 105.9s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 29.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 165.1 sec: 24 segments, 2 merges 110.9s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 34.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 170.1 sec: 24 segments, 2 merges 115.9s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 39.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 175.1 sec: 24 segments, 2 merges 120.9s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 44.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 180.0 sec: 24 segments, 2 merges 125.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 49.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 185.0 sec: 24 segments, 2 merges 130.8s _1ef: 3 segs, 994.2 K docs, 4962.0 MB 54.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 190.0 sec: 22 segments, 1 merges 59.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 195.0 sec: 22 segments, 1 merges 64.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 200.0 sec: 22 segments, 1 merges 69.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 205.0 sec: 22 segments, 1 merges 74.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 210.0 sec: 22 segments, 1 merges 79.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 215.1 sec: 22 segments, 1 merges 84.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 220.1 sec: 22 segments, 1 merges 89.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 225.1 sec: 22 segments, 1 merges 94.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 230.1 sec: 22 segments, 1 merges 99.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 235.1 sec: 22 segments, 1 merges 104.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 240.1 sec: 22 segments, 1 merges 109.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 245.1 sec: 22 segments, 1 merges 114.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 250.1 sec: 22 segments, 1 merges 119.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 255.1 sec: 22 segments, 1 merges 124.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 260.1 sec: 22 segments, 1 merges 129.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 265.1 sec: 22 segments, 1 merges 134.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 270.1 sec: 22 segments, 1 merges 139.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 275.0 sec: 22 segments, 1 merges 144.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 280.1 sec: 22 segments, 1 merges 149.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 285.1 sec: 22 segments, 1 merges 154.3s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 290.0 sec: 22 segments, 1 merges 159.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 295.0 sec: 22 segments, 1 merges 164.2s _1eg: 4 segs, 1018.4 K docs, 5081.5 MB 300.0 sec: 19 segments, 1 merges 3.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 305.0 sec: 19 segments, 1 merges 8.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 310.0 sec: 19 segments, 1 merges 13.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 315.0 sec: 19 segments, 1 merges 18.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 320.0 sec: 19 segments, 1 merges 23.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 325.0 sec: 19 segments, 1 merges 28.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 330.0 sec: 19 segments, 1 merges 33.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 335.1 sec: 19 segments, 1 merges 38.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 340.1 sec: 19 segments, 1 merges 43.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 345.1 sec: 19 segments, 1 merges 48.9s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 350.1 sec: 19 segments, 1 merges 53.9s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 355.1 sec: 19 segments, 1 merges 58.9s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 360.0 sec: 19 segments, 1 merges 63.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 365.0 sec: 19 segments, 1 merges 68.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 370.0 sec: 19 segments, 1 merges 73.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 375.0 sec: 19 segments, 1 merges 78.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 380.0 sec: 19 segments, 1 merges 83.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 385.1 sec: 19 segments, 1 merges 88.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB 390.1 sec: 19 segments, 1 merges 93.8s _1eh: 8 segs, 551.0 K docs, 2745.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1523 seconds reindex takes 1523.61 sec index has 12 segments: segments_2: _9m(11.0.0):C1024108 _kj(11.0.0):C976847 _ps(11.0.0):C883387 _1ef(11.0.0):C994216 _181(11.0.0):C990159 _12g(11.0.0):C660727 _1ba(11.0.0):C686062 _1eg(11.0.0):C1018356 _1eh(11.0.0):C550965 _1dy(11.0.0):C84154 _1e6(11.0.0):C82667 _1d1(11.0.0):C48352 _9m: 5115.1 MB _kj: 4878.9 MB _ps: 4411.6 MB _1ef: 4965.7 MB _181: 4945.4 MB _12g: 3298.9 MB _1ba: 3425.4 MB _1eg: 5086.4 MB _1eh: 2750.5 MB _1dy: 419.4 MB _1e6: 412.0 MB _1d1: 240.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39949.92 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=55463864452 cpu@end=67245815091 deltaMS=11781.950639 thread 14 name=Reference Handler cpu@start=1743993 cpu@end=1743993 deltaMS=0.0 thread 15 name=Finalizer cpu@start=140316 cpu@end=140316 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=66622 cpu@end=66622 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=6073850 cpu@end=6146649 deltaMS=0.072799 thread 41 name=JFR Recorder Thread cpu@start=22032397678 cpu@end=22033761531 deltaMS=1.363853 thread 42 name=JFR Periodic Tasks cpu@start=128037779854 cpu@end=128602336200 deltaMS=564.556346 thread 45 name=Notification Thread cpu@start=114085 cpu@end=114085 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1856754768109 cpu@end=1856754768109 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1855354144640 cpu@end=1855354144640 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1849388116846 cpu@end=1849388116846 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1849518924084 cpu@end=1849518924084 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1852360546378 cpu@end=1852360546378 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1857040446260 cpu@end=1857040446260 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1854950719246 cpu@end=1854950719246 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1850464881036 cpu@end=1850464881036 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1855191736352 cpu@end=1855191736352 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1852562362471 cpu@end=1852562362471 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1856831458208 cpu@end=1856831458208 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1852037605285 cpu@end=1852037605285 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1856873640156 cpu@end=1856873640156 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1854544459788 cpu@end=1854544459788 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1854394058109 cpu@end=1854394058109 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1857391939844 cpu@end=1857391939844 deltaMS=0.0 Average CPU cores used: 1.0468067321932828 completed 1000 searches in 11795 ms: 84 QPS CPU time=12347 ms checking results SUMMARY: 0.954 11.795 12.347 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 55527 1523.61 5250.70 0.00 12 39949.92 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1024108 documents Graph level=3 size=64, Fanout min=4, mean=9.28, max=17, meandelta=81684.53 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 11 12 14 17 Graph level=2 size=905, Fanout min=8, mean=23.43, max=32, meandelta=40159.76 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 29 32 32 32 Graph level=1 size=31219, Fanout min=3, mean=28.03, max=32, meandelta=33459.14 % 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=1024108, Fanout min=1, mean=39.49, max=64, meandelta=24013.91 % 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=64, connectedness=1.00 Graph level=2 size=905, connectedness=1.00 Graph level=1 size=31219, connectedness=1.00 Graph level=0 size=1024108, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 976847 documents Graph level=3 size=44, Fanout min=3, mean=7.00, max=16, meandelta=88266.78 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 8 9 16 Graph level=2 size=762, Fanout min=7, mean=22.35, max=32, meandelta=39966.80 % 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=29682, Fanout min=4, mean=28.09, max=32, meandelta=31882.20 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=976847, Fanout min=1, mean=39.51, max=64, meandelta=22892.32 % 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=44, connectedness=1.00 Graph level=2 size=762, connectedness=1.00 Graph level=1 size=29682, connectedness=1.00 Graph level=0 size=976847, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 883387 documents Graph level=3 size=46, Fanout min=4, mean=7.61, max=15, meandelta=84548.73 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 7 7 8 9 9 10 15 Graph level=2 size=787, Fanout min=7, mean=22.35, max=32, meandelta=35880.18 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 27 29 32 32 Graph level=1 size=26963, Fanout min=4, mean=27.99, max=32, meandelta=28885.51 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=883387, Fanout min=1, mean=39.56, max=64, meandelta=20685.29 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=46, connectedness=1.00 Graph level=2 size=787, connectedness=1.00 Graph level=1 size=26963, connectedness=1.00 Graph level=0 size=883387, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 994216 documents Graph level=3 size=44, Fanout min=3, mean=8.45, max=16, meandelta=79780.48 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 8 8 9 10 11 16 Graph level=2 size=756, Fanout min=8, mean=22.40, max=32, meandelta=40362.22 % 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=30186, Fanout min=2, mean=28.03, max=32, meandelta=32564.64 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=994216, Fanout min=1, mean=39.50, max=64, meandelta=23305.45 % 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=44, connectedness=1.00 Graph level=2 size=756, connectedness=1.00 Graph level=1 size=30186, connectedness=1.00 Graph level=0 size=994216, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 990159 documents Graph level=3 size=59, Fanout min=3, mean=8.81, max=16, meandelta=84151.49 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 7 8 8 9 10 11 13 16 Graph level=2 size=836, Fanout min=8, mean=22.65, max=32, meandelta=39813.68 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 27 31 32 32 Graph level=1 size=30073, Fanout min=4, mean=28.00, max=32, meandelta=32446.52 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=990159, Fanout min=1, mean=39.52, max=64, meandelta=23200.33 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=59, connectedness=1.00 Graph level=2 size=836, connectedness=1.00 Graph level=1 size=30073, connectedness=1.00 Graph level=0 size=990159, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 660727 documents Graph level=3 size=32, Fanout min=3, mean=6.75, max=14, meandelta=77442.53 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 6 7 8 8 9 14 Graph level=2 size=539, Fanout min=7, mean=20.56, max=32, meandelta=28987.99 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 16 18 20 22 24 26 31 32 Graph level=1 size=20110, Fanout min=4, mean=27.95, max=32, meandelta=21628.87 % 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=660727, Fanout min=1, mean=39.60, max=64, meandelta=15466.98 % 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=32, connectedness=1.00 Graph level=2 size=539, connectedness=1.00 Graph level=1 size=20110, connectedness=1.00 Graph level=0 size=660727, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 686062 documents Graph level=3 size=28, Fanout min=4, mean=6.64, max=13, meandelta=77330.80 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 6 7 8 10 13 Graph level=2 size=570, Fanout min=7, mean=21.03, max=32, meandelta=29452.52 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 20 22 25 28 32 32 Graph level=1 size=20996, Fanout min=2, mean=27.89, max=32, meandelta=22442.59 % 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=686062, Fanout min=1, mean=39.58, max=64, meandelta=16068.50 % 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=570, connectedness=1.00 Graph level=1 size=20996, connectedness=1.00 Graph level=0 size=686062, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 1018356 documents Graph level=3 size=60, Fanout min=4, mean=8.97, max=16, meandelta=88694.46 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 9 9 10 11 12 16 Graph level=2 size=859, Fanout min=7, mean=22.78, max=32, meandelta=40375.96 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 28 32 32 32 Graph level=1 size=30908, Fanout min=4, mean=28.05, max=32, meandelta=33221.64 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1018356, Fanout min=1, mean=39.51, max=64, meandelta=23862.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=60, connectedness=1.00 Graph level=2 size=859, connectedness=1.00 Graph level=1 size=30908, connectedness=1.00 Graph level=0 size=1018356, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 550965 documents Graph level=3 size=26, Fanout min=2, mean=5.15, max=12, meandelta=56525.97 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 5 5 6 6 9 12 Graph level=2 size=421, Fanout min=5, mean=19.33, max=32, meandelta=25844.81 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 18 20 22 24 29 32 Graph level=1 size=16728, Fanout min=6, mean=27.84, max=32, meandelta=18134.57 % 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=550965, Fanout min=1, mean=39.60, max=64, meandelta=12901.26 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=26, connectedness=1.00 Graph level=2 size=421, connectedness=1.00 Graph level=1 size=16728, connectedness=1.00 Graph level=0 size=550965, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 84154 documents Graph level=3 size=3, Fanout min=2, mean=2.00, max=2, meandelta=14788.33 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 2 2 2 Graph level=2 size=71, Fanout min=4, mean=9.92, max=20, meandelta=6888.39 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 9 10 11 12 13 20 Graph level=1 size=2573, Fanout min=8, mean=25.81, max=32, meandelta=2969.16 % 0 10 20 30 40 50 60 70 80 90 100 0 17 19 22 24 27 30 32 32 32 32 Graph level=0 size=84154, Fanout min=1, mean=38.65, max=64, meandelta=2019.40 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=71, connectedness=1.00 Graph level=1 size=2573, connectedness=1.00 Graph level=0 size=84154, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 82667 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=14188.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 2 3 Graph level=2 size=71, Fanout min=5, mean=10.73, max=19, meandelta=6572.86 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 10 11 12 12 15 19 Graph level=1 size=2533, Fanout min=6, mean=26.13, max=32, meandelta=2886.21 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 28 31 32 32 32 32 Graph level=0 size=82667, Fanout min=3, mean=38.67, max=64, meandelta=1983.56 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 56 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=71, connectedness=1.00 Graph level=1 size=2533, connectedness=1.00 Graph level=0 size=82667, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 48352 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=42, Fanout min=3, mean=7.52, max=13, meandelta=4977.89 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 8 8 10 11 13 Graph level=1 size=1476, Fanout min=8, mean=24.53, max=32, meandelta=1792.10 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 31 32 32 32 Graph level=0 size=48352, Fanout min=3, mean=38.19, max=64, meandelta=1173.86 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=42, connectedness=1.00 Graph level=1 size=1476, connectedness=1.00 Graph level=0 size=48352, 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.19.18.39.09/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': 56,176,148.11 msec task-clock:u 215,690,810,472,295 cycles:u (36.36%) 122,240,888,868,294 instructions:u (36.36%) 3,529,994,097,830 cache-references:u (36.36%) 1,616,227,002,072 cache-misses:u (36.36%) 43,866,692,547,107 L1-dcache-loads:u (36.36%) 1,512,286,490,668 L1-dcache-load-misses:u (36.36%) 1,787,408,106,455 L1-icache-loads:u (36.36%) 13,431,548,563 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 11,934,117 faults:u 11,065,455 minor-faults:u 166 major-faults:u 12,401,731,601,269 branches:u (36.36%) 92,595,711,137 branch-misses:u (36.36%) 3,039,396,689,479 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2007.736444985 seconds time elapsed 55593.536786000 seconds user 568.792747000 seconds sys took 0:33:27.763476 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.954, cpu_time_ms=11.795, net_cpu_ms=12.347, 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=55527, index_time_sec=1523.61, index_docs_per_sec=5250.7, force_merge_time_sec=0.0, index_num_segments=12, index_size_on_disk_mb=39949.92, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (42, {0: 0, 10: 5, 20: 5, 30: 6, 40: 6, 50: 7, 60: 8, 70: 8, 80: 10, 90: 11, 100: 13}), 1: (1476, {0: 0, 10: 15, 20: 18, 30: 20, 40: 22, 50: 25, 60: 27, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (48352, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 40, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=2007, microseconds=763476)) Profiler summary for /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 123 Start: 2026-05-20 01:11:19 (UTC) Duration: 1994 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 53749949 922680936 jdk.FileWrite 20872392 438649287 jdk.FileRead 8003673 182890207 jdk.ObjectAllocationInNewTLAB 64348 1280954 jdk.BooleanFlag 61008 1930223 jdk.CPULoad 36945 738263 jdk.Checkpoint 8476 34717280 jdk.Compilation 5970 154221 jdk.UnsignedIntFlag 5904 200298 jdk.IntFlag 5412 197485 jdk.StringFlag 4182 162254 jdk.ObjectAllocationOutsideTLAB 1097 19677 jdk.CPUInformation 123 184742 jdk.GCConfiguration 123 3194 jdk.JVMInformation 123 114386 jdk.Metadata 123 13594818 jdk.GarbageCollection 47 1127 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmFalse.jfr is 1523.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 53749949 events (total: 53M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 59.49% 31M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.20% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.86% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.38% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.97% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.46% 782824 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.89% 478100 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.64% 342675 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.60% 323384 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.50% 267188 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.39% 208076 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.34% 182511 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.28% 151624 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.23% 122725 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 115704 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.20% 108246 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.18% 94363 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 90226 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 78548 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.11% 60286 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 52438 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 52091 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 48897 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 48060 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.08% 40754 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.08% 40364 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.07% 38536 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 33184 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 32289 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 30256 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 29433 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 26073 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 20748 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.04% 19488 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 18385 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 16903 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 15538 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 15031 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 14775 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 14751 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 12771 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 12356 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 12092 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.02% 12072 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 11921 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.02% 11112 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.02% 10177 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 9526 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 7990 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 7768 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [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.19.18.39.09/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmFalse.jfr is 1523.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 53749949 events (total: 53M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.68% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 15.20% 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.85% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 3.38% 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.93% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.46% 784361 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 1.26% 675545 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] 0.89% 477825 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.64% 343273 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.64% 342579 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.49% 263894 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% 257060 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.46% 248016 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.34% 182504 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 159762 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.28% 151399 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.23% 122701 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.20% 107249 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.16% 84065 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.14% 75605 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.13% 67274 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 66915 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% 59812 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.11% 57363 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.10% 51257 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% 48560 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 46015 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% 43670 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% 40754 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.08% 40355 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% 39130 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% 38847 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.07% 38367 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.07% 35996 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 32220 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.06% 30248 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% 25892 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 25000 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.04% 22832 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% 22037 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 21587 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 20978 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% 20746 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 20594 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.04% 20478 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 19370 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.03% 17198 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% 16712 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% 15575 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.03% 15098 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.19.18.39.09/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmFalse.jfr is 1523.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 53749949 events (total: 53M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.93% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 24.31% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 13.96% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 11.41% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 2.63% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.12% 601587 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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.89% 480013 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.80% 432004 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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% 360021 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 0.54% 289224 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003f196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.53% 282405 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003f196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.52% 279327 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 0.50% 270301 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.47% 251638 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.40% 212732 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003f196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.36% 191157 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.34% 185429 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 0.34% 182264 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.29% 157774 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.27% 147574 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 0.26% 140760 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.26% 138450 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.23% 122607 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% 109599 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.20% 109369 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.18% 96065 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.16% 84098 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 84065 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.0x000000003f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.15% 78783 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 75587 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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.0x000000003f19e9d8#run() [JIT compiled code] 0.13% 68419 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.12% 66555 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 63978 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.12% 63770 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003f196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.12% 63031 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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% 61880 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] 0.11% 59040 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 58490 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 57208 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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.0x000000003f19e9d8#run() [JIT compiled code] 0.10% 54971 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003f196aa8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.10% 52068 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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% 46242 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 46104 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [Interpreted code] 0.08% 42613 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 42455 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.08% 41021 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000003f196aa8#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.07% 40171 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 39183 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.07% 39043 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.07% 37677 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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.0x000000003f19e9d8#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.19.18.39.09/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmFalse.jfr is 1523.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 65416 events (total: 465237M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.84% 106246M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.66% 105440M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 19.55% 90951M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 13.81% 64253M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 6.88% 32013M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.17% 19423M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.52% 7051M java.lang.Integer#valueOf():1006 [Inlined code] 0.77% 3601M java.util.Arrays#copyOf():3478 [Inlined code] 0.66% 3060M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.65% 3016M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.64% 2968M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.56% 2626M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.44% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.42% 1966M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.39% 1806M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.34% 1580M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.22% 1038M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.19% 882M knn.IndexerThread#_run():108 [JIT compiled code] 0.18% 852M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.18% 845M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.18% 827M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.18% 816M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 774M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 752M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 742M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 706M java.util.ArrayList#grow():240 [Inlined code] 0.12% 554M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.11% 498M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.10% 444M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.09% 431M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.09% 419M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 390M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 369M knn.IndexerThread#_run():125 [JIT compiled code] 0.08% 366M java.util.HashMap#newNode():1910 [Inlined code] 0.07% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 338M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.06% 292M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 257M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 246M java.util.List#of():935 [Inlined code] 0.05% 224M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 191M org.apache.lucene.util.TernaryLongHeap#():68 [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.03% 158M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 144M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 136M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.02% 107M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.02% 100M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.02% 98M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmFalse.jfr is 1523.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 65416 events (total: 465237M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.43% 85754M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.17% 84530M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.42% 53152M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 8.50% 39546M 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.40% 34442M 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.88% 32013M 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.31% 24684M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.44% 20656M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.40% 20483M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.17% 19423M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.46% 6792M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.72% 3372M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.65% 3016M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.56% 2626M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.51% 2356M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.41% 1889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.39% 1806M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.35% 1642M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 1537M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1114M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.23% 1075M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.21% 978M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 882M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.18% 816M 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% 774M 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% 773M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.15% 715M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.15% 706M 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% 614M 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% 605M 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% 594M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.12% 549M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.10% 487M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.10% 486M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 485M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.10% 461M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.10% 459M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 444M 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.09% 428M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 369M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 362M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 345M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.07% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000003f19e9d8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 342M 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% 338M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():288 [JIT compiled code] at java.lang.ThreadLocal#setInitialValue():203 [JIT compiled code] at java.lang.ThreadLocal#get():193 [Inlined code] 0.07% 319M 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.0x000000003f17f400#concat() [Inlined code] 0.07% 316M 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% 310M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.06% 292M 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.19.18.39.09/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmFalse.jfr is 1523.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 65416 events (total: 465237M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.49% 39482M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.70% 31154M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 6.46% 30056M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 6.31% 29370M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 6.16% 28645M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 5.03% 23386M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 4.92% 22894M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.89% 22735M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 4.88% 22703M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.69% 21830M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.34% 20186M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.55% 16520M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.97% 13795M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.75% 8163M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.52% 7091M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.46% 6792M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.45% 6745M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.19% 5522M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.14% 5295M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.11% 5153M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.90% 4171M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.88% 4101M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.86% 4000M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.83% 3842M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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.76% 3556M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.72% 3372M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.70% 3234M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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.68% 3175M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.68% 3142M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.66% 3063M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.56% 2599M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 2538M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.53% 2455M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.52% 2432M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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.43% 1990M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.41% 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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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.0x000000003f19e9d8#run() [Interpreted code] 0.39% 1806M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.39% 1806M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.32% 1501M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.30% 1373M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 0.29% 1368M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 0.22% 1036M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 0.21% 987M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#call() [Inlined code] 0.19% 897M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.19% 882M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.18% 859M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.17% 806M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003f19e480#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% 715M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [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.15% 694M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 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.19.18.39.09/bench-knn-q7-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '7'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 1731115 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2728642877964682 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 19, 2026 9:59:10 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 105 segments, 10 merges 255.8s _15d: 8 segs, 970.7 K docs, 4841.5 MB 99.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 58.9s _1c8: 8 segs, 73.5 K docs, 365.1 MB 46.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 39.3s _1cu: 8 segs, 78.9 K docs, 392.1 MB 32.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 23.8s _1da: 11 segs, 54.4 K docs, 269.4 MB 16.5s _1dk: 9 segs, 44.1 K docs, 218.3 MB 7.2s _1du: 9 segs, 44.1 K docs, 218.5 MB 5.0 sec: 105 segments, 10 merges 260.8s _15d: 8 segs, 970.7 K docs, 4841.5 MB 104.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 63.9s _1c8: 8 segs, 73.5 K docs, 365.1 MB 51.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 44.3s _1cu: 8 segs, 78.9 K docs, 392.1 MB 37.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 28.8s _1da: 11 segs, 54.4 K docs, 269.4 MB 21.5s _1dk: 9 segs, 44.1 K docs, 218.3 MB 12.2s _1du: 9 segs, 44.1 K docs, 218.5 MB 5.0s _1e0: 13 segs, 53.4 K docs, 264.4 MB 10.0 sec: 98 segments, 9 merges 109.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 68.9s _1c8: 8 segs, 73.5 K docs, 365.1 MB 56.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 49.4s _1cu: 8 segs, 78.9 K docs, 392.1 MB 42.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 33.8s _1da: 11 segs, 54.4 K docs, 269.4 MB 26.5s _1dk: 9 segs, 44.1 K docs, 218.3 MB 17.2s _1du: 9 segs, 44.1 K docs, 218.5 MB 10.0s _1e0: 13 segs, 53.4 K docs, 264.4 MB 15.0 sec: 91 segments, 8 merges 114.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 61.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 54.4s _1cu: 8 segs, 78.9 K docs, 392.1 MB 47.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 38.8s _1da: 11 segs, 54.4 K docs, 269.4 MB 31.5s _1dk: 9 segs, 44.1 K docs, 218.3 MB 22.2s _1du: 9 segs, 44.1 K docs, 218.5 MB 15.0s _1e0: 13 segs, 53.4 K docs, 264.4 MB 20.0 sec: 91 segments, 8 merges 119.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 66.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 59.4s _1cu: 8 segs, 78.9 K docs, 392.1 MB 52.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 43.8s _1da: 11 segs, 54.4 K docs, 269.4 MB 36.5s _1dk: 9 segs, 44.1 K docs, 218.3 MB 27.2s _1du: 9 segs, 44.1 K docs, 218.5 MB 20.0s _1e0: 13 segs, 53.4 K docs, 264.4 MB 25.0 sec: 76 segments, 6 merges 124.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 71.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 57.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 48.8s _1da: 11 segs, 54.4 K docs, 269.4 MB 32.2s _1du: 9 segs, 44.1 K docs, 218.5 MB 25.0s _1e0: 13 segs, 53.4 K docs, 264.4 MB 30.0 sec: 76 segments, 6 merges 129.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 76.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 62.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 53.8s _1da: 11 segs, 54.4 K docs, 269.4 MB 37.3s _1du: 9 segs, 44.1 K docs, 218.5 MB 30.0s _1e0: 13 segs, 53.4 K docs, 264.4 MB 35.0 sec: 76 segments, 6 merges 134.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 81.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 67.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 58.9s _1da: 11 segs, 54.4 K docs, 269.4 MB 42.3s _1du: 9 segs, 44.1 K docs, 218.5 MB 35.0s _1e0: 13 segs, 53.4 K docs, 264.4 MB 40.1 sec: 66 segments, 5 merges 139.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 86.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 72.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 47.3s _1du: 9 segs, 44.1 K docs, 218.5 MB 40.1s _1e0: 13 segs, 53.4 K docs, 264.4 MB 45.1 sec: 46 segments, 3 merges 144.9s _1b1: 8 segs, 444.8 K docs, 2216.9 MB 91.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 77.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 50.1 sec: 39 segments, 3 merges 96.1s _1cm: 8 segs, 180.4 K docs, 897.8 MB 82.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 3.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 55.1 sec: 32 segments, 2 merges 87.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 8.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 60.1 sec: 32 segments, 2 merges 92.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 13.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 65.1 sec: 32 segments, 2 merges 97.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 18.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 70.1 sec: 32 segments, 2 merges 102.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 23.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 75.1 sec: 32 segments, 2 merges 107.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 28.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 80.1 sec: 32 segments, 2 merges 112.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 33.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 85.1 sec: 32 segments, 2 merges 117.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 38.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 90.0 sec: 32 segments, 2 merges 122.7s _1d2: 8 segs, 652.2 K docs, 3252.0 MB 43.5s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 95.0 sec: 25 segments, 1 merges 48.5s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 100.0 sec: 25 segments, 1 merges 53.5s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 105.0 sec: 25 segments, 1 merges 58.5s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 110.1 sec: 25 segments, 1 merges 63.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 115.1 sec: 25 segments, 1 merges 68.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 120.1 sec: 25 segments, 1 merges 73.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 125.1 sec: 25 segments, 1 merges 78.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 130.1 sec: 25 segments, 1 merges 83.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 135.1 sec: 25 segments, 1 merges 88.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 140.1 sec: 25 segments, 1 merges 93.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 145.1 sec: 25 segments, 1 merges 98.6s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 150.0 sec: 25 segments, 1 merges 103.5s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 155.0 sec: 25 segments, 1 merges 108.5s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 160.0 sec: 25 segments, 1 merges 113.5s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 165.0 sec: 25 segments, 1 merges 118.5s _1e1: 4 segs, 998.0 K docs, 4980.1 MB 170.0 sec: 22 segments, 1 merges 4.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 175.0 sec: 22 segments, 1 merges 9.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 180.0 sec: 22 segments, 1 merges 14.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 185.0 sec: 22 segments, 1 merges 19.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 190.0 sec: 22 segments, 1 merges 24.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 195.0 sec: 22 segments, 1 merges 29.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 200.1 sec: 22 segments, 1 merges 34.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 205.1 sec: 22 segments, 1 merges 39.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 210.1 sec: 22 segments, 1 merges 44.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 215.1 sec: 22 segments, 1 merges 49.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 220.1 sec: 22 segments, 1 merges 54.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 225.1 sec: 22 segments, 1 merges 59.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 230.1 sec: 22 segments, 1 merges 64.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 235.1 sec: 22 segments, 1 merges 69.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 240.1 sec: 22 segments, 1 merges 74.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 245.1 sec: 22 segments, 1 merges 79.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 250.1 sec: 22 segments, 1 merges 84.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 255.1 sec: 22 segments, 1 merges 89.1s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 260.0 sec: 22 segments, 1 merges 94.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 265.0 sec: 22 segments, 1 merges 99.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 270.0 sec: 22 segments, 1 merges 104.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 275.0 sec: 22 segments, 1 merges 109.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 280.0 sec: 22 segments, 1 merges 114.0s _1e2: 7 segs, 990.9 K docs, 4942.2 MB 285.0 sec: 16 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1377 seconds reindex takes 1377.33 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: 16 segments, 1 merges 5.0 sec: 16 segments, 1 merges 5.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 10.0 sec: 16 segments, 1 merges 10.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 15.0 sec: 16 segments, 1 merges 15.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 20.0 sec: 16 segments, 1 merges 20.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 25.0 sec: 16 segments, 1 merges 25.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 30.0 sec: 16 segments, 1 merges 30.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 35.0 sec: 16 segments, 1 merges 35.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 40.0 sec: 16 segments, 1 merges 40.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 45.0 sec: 16 segments, 1 merges 45.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 50.0 sec: 16 segments, 1 merges 50.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 55.0 sec: 16 segments, 1 merges 55.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 60.0 sec: 16 segments, 1 merges 60.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 65.1 sec: 16 segments, 1 merges 65.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 70.1 sec: 16 segments, 1 merges 70.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 75.1 sec: 16 segments, 1 merges 75.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 80.1 sec: 16 segments, 1 merges 80.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 85.1 sec: 16 segments, 1 merges 85.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 90.1 sec: 16 segments, 1 merges 90.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 95.1 sec: 16 segments, 1 merges 95.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 100.1 sec: 16 segments, 1 merges 100.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 105.1 sec: 16 segments, 1 merges 105.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 110.1 sec: 16 segments, 1 merges 110.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 115.1 sec: 16 segments, 1 merges 115.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 120.0 sec: 16 segments, 1 merges 120.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 125.0 sec: 16 segments, 1 merges 125.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 130.0 sec: 16 segments, 1 merges 130.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 135.0 sec: 16 segments, 1 merges 135.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 140.0 sec: 16 segments, 1 merges 140.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 145.0 sec: 16 segments, 1 merges 145.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 150.0 sec: 16 segments, 1 merges 150.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 155.0 sec: 16 segments, 1 merges 155.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 160.0 sec: 16 segments, 1 merges 160.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 165.0 sec: 16 segments, 1 merges 165.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 170.0 sec: 16 segments, 1 merges 170.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 175.0 sec: 16 segments, 1 merges 175.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 180.1 sec: 16 segments, 1 merges 180.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 185.1 sec: 16 segments, 1 merges 185.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 190.1 sec: 16 segments, 1 merges 190.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 195.1 sec: 16 segments, 1 merges 195.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 200.1 sec: 16 segments, 1 merges 200.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 205.1 sec: 16 segments, 1 merges 205.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 210.1 sec: 16 segments, 1 merges 210.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 215.1 sec: 16 segments, 1 merges 215.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 220.1 sec: 16 segments, 1 merges 220.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 225.1 sec: 16 segments, 1 merges 225.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 230.1 sec: 16 segments, 1 merges 230.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 235.0 sec: 16 segments, 1 merges 235.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 240.0 sec: 16 segments, 1 merges 240.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 245.0 sec: 16 segments, 1 merges 245.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 250.0 sec: 16 segments, 1 merges 250.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 255.0 sec: 16 segments, 1 merges 255.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 260.0 sec: 16 segments, 1 merges 260.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 265.0 sec: 16 segments, 1 merges 265.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 270.0 sec: 16 segments, 1 merges 270.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 275.0 sec: 16 segments, 1 merges 275.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 280.0 sec: 16 segments, 1 merges 280.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 285.0 sec: 16 segments, 1 merges 285.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 290.0 sec: 16 segments, 1 merges 290.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 295.1 sec: 16 segments, 1 merges 295.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 300.1 sec: 16 segments, 1 merges 300.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 305.1 sec: 16 segments, 1 merges 305.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 310.1 sec: 16 segments, 1 merges 310.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 315.1 sec: 16 segments, 1 merges 315.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 320.1 sec: 16 segments, 1 merges 320.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 325.1 sec: 16 segments, 1 merges 325.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 330.1 sec: 16 segments, 1 merges 330.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 335.1 sec: 16 segments, 1 merges 335.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 340.1 sec: 16 segments, 1 merges 340.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 345.1 sec: 16 segments, 1 merges 345.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 350.1 sec: 16 segments, 1 merges 350.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 355.0 sec: 16 segments, 1 merges 355.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 360.0 sec: 16 segments, 1 merges 360.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 365.0 sec: 16 segments, 1 merges 365.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 370.0 sec: 16 segments, 1 merges 370.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 375.0 sec: 16 segments, 1 merges 375.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 380.0 sec: 16 segments, 1 merges 380.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 385.0 sec: 16 segments, 1 merges 385.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 390.0 sec: 16 segments, 1 merges 390.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 395.0 sec: 16 segments, 1 merges 395.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 400.0 sec: 16 segments, 1 merges 400.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 405.0 sec: 16 segments, 1 merges 405.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 410.1 sec: 16 segments, 1 merges 410.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 415.1 sec: 16 segments, 1 merges 415.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 420.1 sec: 16 segments, 1 merges 420.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 425.1 sec: 16 segments, 1 merges 425.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 430.0 sec: 16 segments, 1 merges 430.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 435.0 sec: 16 segments, 1 merges 435.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 440.0 sec: 16 segments, 1 merges 440.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 445.0 sec: 16 segments, 1 merges 445.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 450.0 sec: 16 segments, 1 merges 450.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 455.0 sec: 16 segments, 1 merges 455.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 460.0 sec: 16 segments, 1 merges 460.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 465.0 sec: 16 segments, 1 merges 465.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 470.0 sec: 16 segments, 1 merges 470.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 475.0 sec: 16 segments, 1 merges 475.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 480.0 sec: 16 segments, 1 merges 480.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 485.0 sec: 16 segments, 1 merges 485.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 490.0 sec: 16 segments, 1 merges 490.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 495.0 sec: 16 segments, 1 merges 495.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 500.0 sec: 16 segments, 1 merges 500.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 505.1 sec: 16 segments, 1 merges 505.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 510.1 sec: 16 segments, 1 merges 510.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 515.1 sec: 16 segments, 1 merges 515.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 520.1 sec: 16 segments, 1 merges 520.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 525.1 sec: 16 segments, 1 merges 525.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 530.1 sec: 16 segments, 1 merges 530.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 535.1 sec: 16 segments, 1 merges 535.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 540.1 sec: 16 segments, 1 merges 540.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 545.1 sec: 16 segments, 1 merges 545.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 550.0 sec: 16 segments, 1 merges 550.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 555.0 sec: 16 segments, 1 merges 555.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 560.0 sec: 16 segments, 1 merges 560.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 565.0 sec: 16 segments, 1 merges 565.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 570.0 sec: 16 segments, 1 merges 570.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 575.0 sec: 16 segments, 1 merges 575.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 580.0 sec: 16 segments, 1 merges 580.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 585.0 sec: 16 segments, 1 merges 585.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 590.0 sec: 16 segments, 1 merges 590.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 595.0 sec: 16 segments, 1 merges 595.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 600.0 sec: 16 segments, 1 merges 600.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 605.1 sec: 16 segments, 1 merges 605.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 610.1 sec: 16 segments, 1 merges 610.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 615.1 sec: 16 segments, 1 merges 615.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 620.1 sec: 16 segments, 1 merges 620.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 625.1 sec: 16 segments, 1 merges 625.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 630.1 sec: 16 segments, 1 merges 630.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 635.1 sec: 16 segments, 1 merges 635.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 640.1 sec: 16 segments, 1 merges 640.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 645.1 sec: 16 segments, 1 merges 645.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 650.1 sec: 16 segments, 1 merges 650.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 655.1 sec: 16 segments, 1 merges 655.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 660.1 sec: 16 segments, 1 merges 660.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 665.1 sec: 16 segments, 1 merges 665.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 670.1 sec: 16 segments, 1 merges 670.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 675.1 sec: 16 segments, 1 merges 675.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 680.1 sec: 16 segments, 1 merges 680.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 685.1 sec: 16 segments, 1 merges 685.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 690.1 sec: 16 segments, 1 merges 690.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 695.1 sec: 16 segments, 1 merges 695.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 700.1 sec: 16 segments, 1 merges 700.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 705.1 sec: 16 segments, 1 merges 705.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 710.1 sec: 16 segments, 1 merges 710.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 715.0 sec: 16 segments, 1 merges 715.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 720.0 sec: 16 segments, 1 merges 720.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 725.0 sec: 16 segments, 1 merges 725.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 730.1 sec: 16 segments, 1 merges 730.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 735.1 sec: 16 segments, 1 merges 735.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 740.1 sec: 16 segments, 1 merges 740.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 745.1 sec: 16 segments, 1 merges 745.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 750.1 sec: 16 segments, 1 merges 750.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 755.0 sec: 16 segments, 1 merges 755.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 760.0 sec: 16 segments, 1 merges 760.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 765.0 sec: 16 segments, 1 merges 765.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 770.0 sec: 16 segments, 1 merges 770.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 775.0 sec: 16 segments, 1 merges 775.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 780.0 sec: 16 segments, 1 merges 780.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 785.0 sec: 16 segments, 1 merges 785.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 790.0 sec: 16 segments, 1 merges 790.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 795.0 sec: 16 segments, 1 merges 795.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 800.0 sec: 16 segments, 1 merges 800.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 805.0 sec: 16 segments, 1 merges 805.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 810.0 sec: 16 segments, 1 merges 810.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 815.0 sec: 16 segments, 1 merges 815.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 820.0 sec: 16 segments, 1 merges 820.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 825.0 sec: 16 segments, 1 merges 825.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 830.0 sec: 16 segments, 1 merges 830.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 835.0 sec: 16 segments, 1 merges 835.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 840.0 sec: 16 segments, 1 merges 840.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 845.0 sec: 16 segments, 1 merges 845.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 850.0 sec: 16 segments, 1 merges 850.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 855.1 sec: 16 segments, 1 merges 855.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 860.1 sec: 16 segments, 1 merges 860.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 865.1 sec: 16 segments, 1 merges 865.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 870.0 sec: 16 segments, 1 merges 870.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 875.0 sec: 16 segments, 1 merges 875.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 880.0 sec: 16 segments, 1 merges 880.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 885.0 sec: 16 segments, 1 merges 885.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 890.0 sec: 16 segments, 1 merges 890.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 895.0 sec: 16 segments, 1 merges 895.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 900.0 sec: 16 segments, 1 merges 900.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 905.0 sec: 16 segments, 1 merges 905.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 910.0 sec: 16 segments, 1 merges 910.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 915.1 sec: 16 segments, 1 merges 915.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 920.1 sec: 16 segments, 1 merges 920.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 925.1 sec: 16 segments, 1 merges 925.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 930.1 sec: 16 segments, 1 merges 930.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 935.1 sec: 16 segments, 1 merges 935.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 940.0 sec: 16 segments, 1 merges 940.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 945.0 sec: 16 segments, 1 merges 945.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 950.0 sec: 16 segments, 1 merges 950.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 955.0 sec: 16 segments, 1 merges 955.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 960.0 sec: 16 segments, 1 merges 960.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 965.0 sec: 16 segments, 1 merges 965.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 970.0 sec: 16 segments, 1 merges 970.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 975.0 sec: 16 segments, 1 merges 975.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 980.0 sec: 16 segments, 1 merges 980.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 985.0 sec: 16 segments, 1 merges 985.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 990.0 sec: 16 segments, 1 merges 990.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 995.0 sec: 16 segments, 1 merges 995.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1000.0 sec: 16 segments, 1 merges 1000.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1005.0 sec: 16 segments, 1 merges 1005.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1010.0 sec: 16 segments, 1 merges 1010.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1015.0 sec: 16 segments, 1 merges 1015.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1020.0 sec: 16 segments, 1 merges 1020.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1025.0 sec: 16 segments, 1 merges 1025.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1030.0 sec: 16 segments, 1 merges 1030.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1035.0 sec: 16 segments, 1 merges 1035.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1040.1 sec: 16 segments, 1 merges 1040.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1045.0 sec: 16 segments, 1 merges 1045.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1050.0 sec: 16 segments, 1 merges 1050.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1055.0 sec: 16 segments, 1 merges 1055.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1060.0 sec: 16 segments, 1 merges 1060.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1065.0 sec: 16 segments, 1 merges 1065.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1070.0 sec: 16 segments, 1 merges 1070.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1075.0 sec: 16 segments, 1 merges 1075.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1080.0 sec: 16 segments, 1 merges 1080.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1085.0 sec: 16 segments, 1 merges 1085.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1090.0 sec: 16 segments, 1 merges 1090.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1095.0 sec: 16 segments, 1 merges 1095.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1100.0 sec: 16 segments, 1 merges 1100.0s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1105.1 sec: 16 segments, 1 merges 1105.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1110.1 sec: 16 segments, 1 merges 1110.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1115.1 sec: 16 segments, 1 merges 1115.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1120.1 sec: 16 segments, 1 merges 1120.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1125.1 sec: 16 segments, 1 merges 1125.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1130.1 sec: 16 segments, 1 merges 1130.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1135.1 sec: 16 segments, 1 merges 1135.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1140.1 sec: 16 segments, 1 merges 1140.1s _1e3: 16 segs, 8000.0 K docs, 39945.7 MB 1145.1 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1148.67 sec index has 1 segments: segments_3: _1e3(11.0.0):C8000000 _1e3: 40090.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.78 MB vector disk usage is 39184.57 MB vector RAM usage is 7934.57 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=49931989329 cpu@end=52397709392 deltaMS=2465.720063 thread 14 name=Reference Handler cpu@start=1100160 cpu@end=1100160 deltaMS=0.0 thread 15 name=Finalizer cpu@start=207506 cpu@end=207506 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=80132 cpu@end=80132 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=6002977 cpu@end=6002977 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=21740676523 cpu@end=21740971618 deltaMS=0.295095 thread 42 name=JFR Periodic Tasks cpu@start=168644238780 cpu@end=168762989629 deltaMS=118.750849 thread 45 name=Notification Thread cpu@start=103677 cpu@end=103677 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2332137639406 cpu@end=2332137639406 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2331016978934 cpu@end=2331016978934 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2328969564080 cpu@end=2328969564080 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2328009312358 cpu@end=2328009312358 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2329351814176 cpu@end=2329351814176 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2330277658385 cpu@end=2330277658385 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2328780077004 cpu@end=2328780077004 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2323041098684 cpu@end=2323041098684 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2332073901645 cpu@end=2332073901645 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2326094632106 cpu@end=2326094632106 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2328889542787 cpu@end=2328889542787 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2327605306168 cpu@end=2327605306168 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2330003052330 cpu@end=2330003052330 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2327660611132 cpu@end=2327660611132 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2323195112343 cpu@end=2323195112343 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2333581447851 cpu@end=2333581447851 deltaMS=0.0 Average CPU cores used: 1.0453774550596644 completed 1000 searches in 2472 ms: 404 QPS CPU time=2584 ms checking results SUMMARY: 0.929 2.472 2.584 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5690 1377.33 5808.33 1148.67 1 40090.78 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=248, Fanout min=6, mean=15.96, max=31, meandelta=413870.72 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 18 20 23 31 Graph level=2 size=7720, Fanout min=6, mean=27.28, max=32, meandelta=268388.59 % 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=247253, Fanout min=1, mean=28.30, max=32, meandelta=258444.88 % 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=194574.05 % 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=248, connectedness=1.00 Graph level=2 size=7720, connectedness=1.00 Graph level=1 size=247253, 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.19.18.39.09/bench-knn-q7-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 7': 62,519,979.74 msec task-clock:u 242,216,048,820,910 cycles:u (36.36%) 173,750,682,254,941 instructions:u (36.36%) 5,121,565,681,310 cache-references:u (36.36%) 2,344,136,429,007 cache-misses:u (36.36%) 60,868,535,965,841 L1-dcache-loads:u (36.36%) 2,047,653,128,933 L1-dcache-load-misses:u (36.36%) 3,367,086,762,978 L1-icache-loads:u (36.36%) 17,139,967,260 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 17,976,514 faults:u 16,886,188 minor-faults:u 28,010 major-faults:u 17,935,685,911,499 branches:u (36.36%) 119,507,746,460 branch-misses:u (36.36%) 3,393,375,330,776 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2891.912592964 seconds time elapsed 61830.109812000 seconds user 677.664140000 seconds sys took 0:48:11.939532 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.929, cpu_time_ms=2.472, net_cpu_ms=2.584, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5690, index_time_sec=1377.33, index_docs_per_sec=5808.33, force_merge_time_sec=1148.67, index_num_segments=1, index_size_on_disk_mb=40090.78, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (248, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 16, 60: 17, 70: 18, 80: 20, 90: 23, 100: 31}), 2: (7720, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247253, {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=2891, microseconds=939532)) Profiler summary for /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 141 Start: 2026-05-20 01:59:10 (UTC) Duration: 2877 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 60075616 1029626784 jdk.FileWrite 25688286 559588032 jdk.FileRead 8003669 182671991 jdk.ObjectAllocationInNewTLAB 75356 1495276 jdk.BooleanFlag 69936 2212985 jdk.CPULoad 53724 1073844 jdk.Checkpoint 9998 33883295 jdk.UnsignedIntFlag 6768 229638 jdk.IntFlag 6204 226411 jdk.Compilation 5885 151893 jdk.StringFlag 4794 185891 jdk.ObjectAllocationOutsideTLAB 1347 23984 jdk.CPUInformation 141 211778 jdk.GCConfiguration 141 3662 jdk.JVMInformation 141 131408 jdk.Metadata 141 15584304 jdk.GarbageCollection 59 1415 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmTrue.jfr is 1742.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60075616 events (total: 60M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 57.81% 34M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.57% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 11.77% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.65% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 2.21% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.14% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.97% 1M org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.81% 487786 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.56% 337239 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.46% 274591 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.40% 239960 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.36% 217293 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.30% 177538 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.28% 165316 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.23% 136556 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 133759 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.21% 125257 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.21% 123175 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.18% 109077 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 59653 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 59294 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 56587 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 53939 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 50978 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.07% 44337 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.07% 44302 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.07% 40455 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 36932 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 34563 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 29405 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 28261 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.04% 24865 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 18984 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 18388 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 18069 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 16723 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 16542 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 14951 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 14182 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 12374 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 12273 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 12014 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 10899 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 10625 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 9664 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 9313 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.01% 8877 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.01% 7711 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.01% 7193 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 7124 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [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.19.18.39.09/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmTrue.jfr is 1742.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60075616 events (total: 60M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 54.71% 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():328 [JIT compiled code] 15.57% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 11.77% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 2.65% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 2.21% 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.01% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.68% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 1.12% 671082 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.85% 512017 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.81% 485130 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.77% 461141 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.54% 323283 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.41% 248591 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.36% 217267 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 192684 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.30% 177526 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.27% 165136 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.23% 136514 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% 133469 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.22% 133279 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.19% 114742 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% 109714 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.15% 92119 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% 85839 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% 69542 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.09% 53938 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 50976 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.08% 49277 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.07% 43408 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% 42724 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% 41395 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.07% 40455 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.06% 36932 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.06% 34557 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.06% 33809 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.05% 31054 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 30782 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.05% 29403 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% 28246 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 27420 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.04% 24359 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 23463 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.03% 20950 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.03% 18712 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.03% 17995 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.03% 17908 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] 0.03% 16420 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% 15432 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] 0.03% 15207 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.02% 14175 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():493 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.19.18.39.09/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmTrue.jfr is 1742.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60075616 events (total: 60M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.69% 19M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 21.69% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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.96% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 10.71% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 1.66% 994606 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 1.65% 993384 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.30% 780882 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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.84% 504711 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 0.78% 470972 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.71% 424061 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.70% 421816 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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.70% 417754 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000070196128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.55% 328940 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000070196128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.53% 317117 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.52% 312208 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 0.50% 299825 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.44% 264826 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000070196128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.42% 249829 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.29% 175866 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% 161383 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 0.25% 147634 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.24% 144519 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.23% 137648 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.23% 136434 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.21% 128120 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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.0x000000007019b518#run() [JIT compiled code] 0.20% 119682 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.20% 118196 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% 114742 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.0x000000007007aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.18% 106467 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.18% 106043 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.15% 90138 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():105 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.15% 87282 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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% 83644 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.13% 80544 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 76051 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.12% 71773 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000070196128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.12% 70455 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 69831 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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.0x000000007019b518#run() [JIT compiled code] 0.11% 68891 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 67464 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000070196128#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% 66164 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.10% 62832 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.10% 59082 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 58877 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 55387 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 0.09% 55326 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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% 53447 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000070196128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.08% 50746 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.08% 49556 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 46079 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.19.18.39.09/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmTrue.jfr is 1742.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76680 events (total: 574343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.70% 136115M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.30% 133846M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.13% 132842M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.06% 63510M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.54% 31817M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.09% 23472M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.04% 5981M java.util.Arrays#copyOf():3478 [Inlined code] 0.91% 5212M java.lang.Integer#valueOf():1006 [Inlined code] 0.69% 3960M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.68% 3912M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.65% 3751M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.65% 3720M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.36% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.35% 1985M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.33% 1874M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.28% 1615M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.24% 1385M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.23% 1341M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.16% 915M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 898M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 867M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 856M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.14% 781M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 741M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 719M java.util.ArrayList#grow():240 [Inlined code] 0.09% 523M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.08% 473M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 466M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 418M knn.IndexerThread#_run():108 [JIT compiled code] 0.07% 407M knn.IndexerThread#_run():125 [JIT compiled code] 0.07% 401M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 358M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 346M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 336M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 331M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.05% 298M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 272M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 216M java.util.List#of():935 [Inlined code] 0.04% 203M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 190M java.nio.HeapByteBuffer#():75 [Inlined code] 0.03% 184M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 172M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.03% 172M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 169M java.lang.Integer#valueOf():1006 [JIT compiled code] 0.03% 161M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 159M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.02% 137M 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.19.18.39.09/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmTrue.jfr is 1742.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76680 events (total: 574343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.93% 108746M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.83% 108148M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.19% 75749M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.46% 54330M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.79% 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.54% 31817M 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.32% 24824M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.30% 24694M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.27% 24496M 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.09% 23472M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.00% 5737M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.89% 5107M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.69% 3960M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.65% 3751M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.59% 3405M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.41% 2354M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.35% 1989M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.35% 1985M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.33% 1886M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 1718M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.26% 1500M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 1443M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.20% 1165M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 994M 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.16% 915M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.16% 910M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 801M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.13% 741M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.13% 719M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.11% 648M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.10% 591M 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% 544M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 523M 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% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007019b518#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.09% 513M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.08% 469M 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% 466M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 422M 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% 418M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.07% 418M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 407M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 390M 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% 389M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.06% 364M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.06% 343M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] 0.06% 331M 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% 329M 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.0x0000000070184000#concat() [Inlined code] 0.05% 291M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.05% 277M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q7-fmTrue.jfr is 1742.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76680 events (total: 574343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.81% 50593M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.58% 49257M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 8.43% 48398M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 6.82% 39157M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 6.78% 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():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.48% 31473M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 4.34% 24925M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 4.33% 24884M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.17% 23937M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 3.89% 22334M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.77% 21658M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.85% 16348M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.64% 15162M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.55% 8873M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.47% 8432M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.42% 8147M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.31% 7524M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.27% 7311M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.23% 7069M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.02% 5865M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.00% 5737M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.00% 5720M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.91% 5208M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.89% 5107M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.87% 4976M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.84% 4805M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.73% 4211M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.70% 4038M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.62% 3580M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.55% 3171M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.51% 2946M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 2809M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 0.45% 2596M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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.43% 2442M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.42% 2393M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 0.41% 2378M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.35% 1985M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1763M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.30% 1721M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.30% 1718M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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.0x000000007019b518#run() [Interpreted code] 0.27% 1552M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.25% 1427M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.23% 1305M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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.0x000000007019b518#run() [Interpreted code] 0.18% 1011M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 0.17% 954M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] 0.13% 745M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.13% 736M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#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% 719M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.12% 689M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007019afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.19.18.39.09/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.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 1769469 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2732498378734213 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 19, 2026 11:03:26 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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: 256 segments, 30 merges 1260.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 964.5s _13k: 8 segs, 146.3 K docs, 582.8 MB 930.5s _13y: 8 segs, 185.9 K docs, 741.0 MB 856.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 816.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 751.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 736.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 700.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 662.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 549.1s _199: 9 segs, 43.3 K docs, 171.5 MB 349.7s _1br: 8 segs, 74.4 K docs, 295.4 MB 327.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 307.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 286.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 267.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 255.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 236.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 221.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 205.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 189.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 171.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 151.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 132.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 114.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 95.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 73.2s _1f2: 8 segs, 40.6 K docs, 160.7 MB 52.5s _1fa: 8 segs, 77.6 K docs, 308.6 MB 33.5s _1fh: 8 segs, 73.6 K docs, 292.3 MB 8.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 5.0 sec: 256 segments, 30 merges 1265.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 969.5s _13k: 8 segs, 146.3 K docs, 582.8 MB 935.5s _13y: 8 segs, 185.9 K docs, 741.0 MB 861.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 821.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 756.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 741.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 705.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 667.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 554.2s _199: 9 segs, 43.3 K docs, 171.5 MB 354.7s _1br: 8 segs, 74.4 K docs, 295.4 MB 332.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 312.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 291.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 272.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 260.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 241.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 226.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 210.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 194.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 176.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 156.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 137.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 119.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 100.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 78.2s _1f2: 8 segs, 40.6 K docs, 160.7 MB 57.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 38.5s _1fh: 8 segs, 73.6 K docs, 292.3 MB 13.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 5.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 10.0 sec: 256 segments, 30 merges 1270.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 974.5s _13k: 8 segs, 146.3 K docs, 582.8 MB 940.5s _13y: 8 segs, 185.9 K docs, 741.0 MB 866.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 826.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 761.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 746.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 710.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 672.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 559.2s _199: 9 segs, 43.3 K docs, 171.5 MB 359.8s _1br: 8 segs, 74.4 K docs, 295.4 MB 337.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 317.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 296.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 277.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 265.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 246.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 231.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 215.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 199.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 181.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 161.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 142.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 124.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 105.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 83.2s _1f2: 8 segs, 40.6 K docs, 160.7 MB 62.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 43.5s _1fh: 8 segs, 73.6 K docs, 292.3 MB 18.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 10.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 15.0 sec: 256 segments, 30 merges 1275.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 979.5s _13k: 8 segs, 146.3 K docs, 582.8 MB 945.5s _13y: 8 segs, 185.9 K docs, 741.0 MB 871.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 831.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 766.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 752.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 715.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 677.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 564.2s _199: 9 segs, 43.3 K docs, 171.5 MB 364.8s _1br: 8 segs, 74.4 K docs, 295.4 MB 342.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 322.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 301.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 282.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 271.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 251.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 236.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 220.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 204.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 186.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 166.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 147.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 129.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 110.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 88.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 67.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 48.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 23.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 15.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 20.0 sec: 256 segments, 30 merges 1280.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 984.5s _13k: 8 segs, 146.3 K docs, 582.8 MB 950.5s _13y: 8 segs, 185.9 K docs, 741.0 MB 876.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 836.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 771.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 757.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 720.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 682.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 569.2s _199: 9 segs, 43.3 K docs, 171.5 MB 369.8s _1br: 8 segs, 74.4 K docs, 295.4 MB 347.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 327.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 306.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 287.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 276.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 256.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 241.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 225.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 209.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 191.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 171.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 152.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 134.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 115.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 93.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 72.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 53.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 28.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 20.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 25.1 sec: 249 segments, 29 merges 1285.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 989.6s _13k: 8 segs, 146.3 K docs, 582.8 MB 881.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 841.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 776.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 762.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 725.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 687.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 574.2s _199: 9 segs, 43.3 K docs, 171.5 MB 374.8s _1br: 8 segs, 74.4 K docs, 295.4 MB 352.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 332.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 311.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 292.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 281.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 261.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 247.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 230.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 214.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 196.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 176.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 157.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 139.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 120.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 98.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 77.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 58.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 33.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 25.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 30.1 sec: 241 segments, 28 merges 1290.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 994.6s _13k: 8 segs, 146.3 K docs, 582.8 MB 886.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 846.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 781.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 767.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 730.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 692.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 379.8s _1br: 8 segs, 74.4 K docs, 295.4 MB 357.1s _1c0: 8 segs, 40.6 K docs, 160.6 MB 337.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 316.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 297.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 286.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 266.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 252.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 235.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 219.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 201.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 181.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 162.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 144.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 125.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 103.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 82.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 63.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 38.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 30.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 35.1 sec: 241 segments, 28 merges 1295.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 999.6s _13k: 8 segs, 146.3 K docs, 582.8 MB 891.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 851.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 786.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 772.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 735.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 697.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 384.8s _1br: 8 segs, 74.4 K docs, 295.4 MB 362.1s _1c0: 8 segs, 40.6 K docs, 160.6 MB 342.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 321.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 302.1s _1cn: 8 segs, 107.6 K docs, 428.1 MB 291.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 271.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 257.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 240.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 224.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 206.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 186.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 168.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 149.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 130.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 108.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 87.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 68.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 43.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 35.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 40.1 sec: 241 segments, 28 merges 1300.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1004.6s _13k: 8 segs, 146.3 K docs, 582.8 MB 896.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 856.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 791.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 777.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 740.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 702.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 389.8s _1br: 8 segs, 74.4 K docs, 295.4 MB 367.1s _1c0: 8 segs, 40.6 K docs, 160.6 MB 347.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 326.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 307.1s _1cn: 8 segs, 107.6 K docs, 428.1 MB 296.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 276.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 262.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 245.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 229.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 211.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 191.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 173.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 154.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 135.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 113.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 92.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 73.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 48.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 40.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 45.1 sec: 241 segments, 28 merges 1305.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1009.6s _13k: 8 segs, 146.3 K docs, 582.8 MB 901.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 861.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 796.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 782.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 745.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 707.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 394.8s _1br: 8 segs, 74.4 K docs, 295.4 MB 372.1s _1c0: 8 segs, 40.6 K docs, 160.6 MB 352.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 331.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 312.1s _1cn: 8 segs, 107.6 K docs, 428.1 MB 301.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 281.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 267.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 250.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 234.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 216.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 196.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 178.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 159.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 140.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 118.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 97.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 78.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 53.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 45.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 50.1 sec: 241 segments, 28 merges 1310.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1014.6s _13k: 8 segs, 146.3 K docs, 582.8 MB 906.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 866.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 801.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 787.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 750.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 712.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 399.8s _1br: 8 segs, 74.4 K docs, 295.4 MB 377.1s _1c0: 8 segs, 40.6 K docs, 160.6 MB 357.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 336.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 317.1s _1cn: 8 segs, 107.6 K docs, 428.1 MB 306.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 286.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 272.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 255.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 239.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 221.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 201.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 183.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 164.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 145.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 123.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 102.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 83.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 58.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 50.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 55.1 sec: 234 segments, 27 merges 1315.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1019.6s _13k: 8 segs, 146.3 K docs, 582.8 MB 911.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 871.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 806.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 792.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 755.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 717.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 382.1s _1c0: 8 segs, 40.6 K docs, 160.6 MB 362.9s _1c7: 8 segs, 105.8 K docs, 420.7 MB 341.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 322.1s _1cn: 8 segs, 107.6 K docs, 428.1 MB 311.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 291.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 277.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 260.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 244.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 226.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 206.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 188.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 169.5s _1ek: 8 segs, 38.4 K docs, 152.0 MB 150.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 128.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 107.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 88.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 63.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 55.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 60.1 sec: 234 segments, 27 merges 1320.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1024.6s _13k: 8 segs, 146.3 K docs, 582.8 MB 916.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 876.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 811.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 797.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 760.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 722.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 387.1s _1c0: 8 segs, 40.6 K docs, 160.6 MB 367.9s _1c7: 8 segs, 105.8 K docs, 420.7 MB 346.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 327.1s _1cn: 8 segs, 107.6 K docs, 428.1 MB 316.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 296.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 282.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 265.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 249.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 231.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 211.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 193.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 174.5s _1ek: 8 segs, 38.4 K docs, 152.0 MB 155.2s _1et: 8 segs, 38.4 K docs, 151.9 MB 133.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 112.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 93.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 68.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 60.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 65.0 sec: 234 segments, 27 merges 1325.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1029.5s _13k: 8 segs, 146.3 K docs, 582.8 MB 921.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 881.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 816.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 801.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 765.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 727.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 392.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 372.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 351.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 332.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 320.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 301.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 286.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 270.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 254.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 236.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 216.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 197.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 179.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 160.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 138.2s _1f2: 8 segs, 40.6 K docs, 160.7 MB 117.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 98.5s _1fh: 8 segs, 73.6 K docs, 292.3 MB 73.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 65.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 70.0 sec: 227 segments, 26 merges 1330.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 926.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 886.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 821.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 806.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 770.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 732.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 397.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 377.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 356.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 337.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 325.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 306.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 291.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 275.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 259.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 241.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 221.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 202.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 184.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 165.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 143.2s _1f2: 8 segs, 40.6 K docs, 160.7 MB 122.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 103.5s _1fh: 8 segs, 73.6 K docs, 292.3 MB 78.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 70.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 75.0 sec: 227 segments, 26 merges 1335.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 931.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 891.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 826.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 811.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 775.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 737.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 402.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 382.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 361.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 342.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 330.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 311.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 296.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 280.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 264.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 246.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 226.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 207.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 189.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 170.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 148.2s _1f2: 8 segs, 40.6 K docs, 160.7 MB 127.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 108.5s _1fh: 8 segs, 73.6 K docs, 292.3 MB 83.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 75.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 80.0 sec: 227 segments, 26 merges 1340.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 936.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 896.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 831.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 816.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 780.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 742.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 407.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 387.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 366.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 347.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 335.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 316.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 301.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 285.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 269.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 251.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 231.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 212.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 194.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 175.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 153.2s _1f2: 8 segs, 40.6 K docs, 160.7 MB 132.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 113.5s _1fh: 8 segs, 73.6 K docs, 292.3 MB 88.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 80.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 85.0 sec: 227 segments, 26 merges 1345.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 941.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 901.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 836.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 821.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 785.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 747.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 412.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 392.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 371.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 352.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 340.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 321.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 306.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 290.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 274.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 256.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 236.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 217.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 199.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 180.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 158.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 137.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 118.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 93.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 85.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 90.0 sec: 227 segments, 26 merges 1350.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 946.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 906.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 841.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 827.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 790.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 752.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 417.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 397.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 376.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 357.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 346.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 326.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 311.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 295.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 279.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 261.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 241.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 222.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 204.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 185.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 163.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 142.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 123.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 98.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 90.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 95.0 sec: 227 segments, 26 merges 1355.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 951.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 911.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 846.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 832.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 795.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 757.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 422.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 402.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 381.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 362.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 351.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 331.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 317.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 300.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 284.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 266.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 246.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 227.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 209.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 190.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 168.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 147.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 128.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 103.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 95.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 100.1 sec: 227 segments, 26 merges 1360.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 956.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 916.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 851.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 837.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 800.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 762.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 427.0s _1c0: 8 segs, 40.6 K docs, 160.6 MB 407.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 386.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 367.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 356.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 336.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 322.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 305.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 289.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 271.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 251.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 232.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 214.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 195.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 173.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 152.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 133.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 108.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 100.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 105.1 sec: 220 segments, 25 merges 1365.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 961.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 921.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 856.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 842.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 805.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 767.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 412.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 391.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 372.0s _1cn: 8 segs, 107.6 K docs, 428.1 MB 361.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 341.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 327.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 310.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 294.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 276.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 256.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 237.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 219.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 200.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 178.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 157.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 138.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 113.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 105.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 110.1 sec: 220 segments, 25 merges 1370.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 966.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 926.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 861.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 847.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 810.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 772.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 417.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 396.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 377.1s _1cn: 8 segs, 107.6 K docs, 428.1 MB 366.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 346.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 332.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 315.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 299.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 281.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 261.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 243.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 224.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 205.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 183.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 162.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 143.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 118.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 110.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 115.1 sec: 220 segments, 25 merges 1375.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 971.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 931.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 866.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 852.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 815.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 777.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 422.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 401.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 382.1s _1cn: 8 segs, 107.6 K docs, 428.1 MB 371.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 351.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 337.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 320.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 304.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 286.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 266.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 248.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 229.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 210.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 188.3s _1f2: 8 segs, 40.6 K docs, 160.7 MB 167.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 148.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 123.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 115.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 120.1 sec: 213 segments, 24 merges 1380.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 976.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 936.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 871.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 857.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 820.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 782.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 427.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 406.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 387.1s _1cn: 8 segs, 107.6 K docs, 428.1 MB 376.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 356.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 342.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 325.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 309.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 291.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 271.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 253.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 234.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 215.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 172.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 153.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 128.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 120.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 125.0 sec: 206 segments, 24 merges 1385.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 981.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 941.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 876.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 861.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 825.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 787.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 432.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 411.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 380.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 361.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 346.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 330.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 314.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 296.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 276.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 257.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 239.4s _1ek: 8 segs, 38.4 K docs, 152.0 MB 220.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 177.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 158.5s _1fh: 8 segs, 73.6 K docs, 292.3 MB 133.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 125.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 2.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 130.0 sec: 199 segments, 23 merges 1390.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 986.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 946.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 881.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 867.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 830.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 792.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 437.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 416.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 386.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 366.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 351.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 335.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 319.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 301.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 281.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 262.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 225.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 182.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 163.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 138.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 130.0s _1fu: 10 segs, 36.4 K docs, 144.1 MB 7.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 135.1 sec: 199 segments, 23 merges 1395.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 991.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 951.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 886.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 872.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 835.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 797.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 442.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 421.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 391.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 371.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 357.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 340.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 324.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 306.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 286.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 267.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 230.1s _1et: 8 segs, 38.4 K docs, 151.9 MB 187.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 168.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 143.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 135.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 12.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 140.1 sec: 192 segments, 22 merges 1400.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 996.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 956.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 891.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 877.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 840.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 802.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 447.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 426.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 396.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 376.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 362.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 345.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 329.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 311.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 291.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 272.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 192.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 173.6s _1fh: 8 segs, 73.6 K docs, 292.3 MB 148.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 140.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 17.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 145.1 sec: 185 segments, 21 merges 1405.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1001.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 961.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 896.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 882.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 845.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 807.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 452.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 431.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 401.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 381.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 367.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 350.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 334.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 316.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 296.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 278.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 197.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 153.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 145.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 22.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 150.1 sec: 185 segments, 21 merges 1410.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1006.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 966.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 901.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 887.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 850.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 812.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 457.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 436.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 406.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 386.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 372.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 355.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 339.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 321.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 301.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 283.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 202.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 158.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 150.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 27.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 155.1 sec: 185 segments, 21 merges 1415.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1011.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 971.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 906.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 892.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 855.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 817.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 462.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 441.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 411.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 391.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 377.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 360.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 344.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 326.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 306.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 288.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 207.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 163.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 155.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 32.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 160.1 sec: 185 segments, 21 merges 1420.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1016.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 976.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 911.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 897.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 860.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 822.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 467.9s _1c7: 8 segs, 105.8 K docs, 420.7 MB 446.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 416.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 396.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 382.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 365.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 349.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 331.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 311.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 293.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 212.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 168.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 160.1s _1fu: 10 segs, 36.4 K docs, 144.1 MB 37.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 165.1 sec: 176 segments, 20 merges 1425.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1021.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 981.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 916.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 902.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 865.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 827.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 472.9s _1c7: 8 segs, 105.8 K docs, 420.7 MB 451.6s _1cg: 8 segs, 39.5 K docs, 156.5 MB 421.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 401.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 387.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 370.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 354.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 336.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 316.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 298.0s _1eb: 8 segs, 88.2 K docs, 350.6 MB 217.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 173.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 42.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 170.0 sec: 176 segments, 20 merges 1430.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1026.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 986.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 921.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 906.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 870.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 832.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 477.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 456.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 425.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 406.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 391.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 375.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 359.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 341.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 321.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 302.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 222.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 178.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 47.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 175.0 sec: 176 segments, 20 merges 1435.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1031.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 991.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 926.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 911.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 875.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 837.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 482.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 461.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 430.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 411.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 396.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 380.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 364.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 346.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 326.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 307.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 227.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 183.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 52.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 180.0 sec: 176 segments, 20 merges 1440.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1036.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 996.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 931.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 916.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 880.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 842.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 487.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 466.5s _1cg: 8 segs, 39.5 K docs, 156.5 MB 435.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 416.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 401.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 385.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 369.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 351.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 331.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 312.9s _1eb: 8 segs, 88.2 K docs, 350.6 MB 232.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 188.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 57.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 185.0 sec: 162 segments, 18 merges 1445.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1041.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1001.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 936.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 922.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 885.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 847.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 492.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 441.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 421.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 406.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 390.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 374.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 356.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 336.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 237.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 193.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 62.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 190.0 sec: 162 segments, 18 merges 1450.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1046.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1006.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 941.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 927.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 890.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 852.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 497.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 446.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 426.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 411.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 395.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 379.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 361.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 341.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 242.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 198.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 67.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 195.0 sec: 162 segments, 18 merges 1455.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1051.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1011.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 946.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 932.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 895.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 857.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 502.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 451.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 431.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 417.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 400.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 384.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 366.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 346.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 247.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 203.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 72.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 200.1 sec: 162 segments, 18 merges 1460.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1056.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1016.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 951.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 937.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 900.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 862.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 507.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 456.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 436.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 422.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 405.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 389.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 371.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 351.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 252.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 208.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 77.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 205.1 sec: 162 segments, 18 merges 1465.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1061.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1021.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 956.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 942.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 905.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 867.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 512.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 461.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 441.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 427.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 410.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 394.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 376.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 356.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 257.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 213.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 82.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 210.1 sec: 162 segments, 18 merges 1470.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1066.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1026.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 961.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 947.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 910.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 872.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 517.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 466.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 446.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 432.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 415.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 399.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 381.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 361.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 262.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 218.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 87.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 215.1 sec: 162 segments, 18 merges 1475.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1071.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1031.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 966.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 952.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 915.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 877.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 522.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 471.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 451.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 437.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 420.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 404.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 386.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 366.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 267.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 223.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 92.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 220.1 sec: 162 segments, 18 merges 1480.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1076.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1036.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 971.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 957.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 920.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 882.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 527.9s _1c7: 8 segs, 105.8 K docs, 420.7 MB 476.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 456.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 442.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 425.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 409.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 391.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 371.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 272.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 228.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 97.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 225.1 sec: 162 segments, 18 merges 1485.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1081.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1041.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 976.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 962.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 925.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 887.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 532.9s _1c7: 8 segs, 105.8 K docs, 420.7 MB 481.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 461.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 447.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 430.7s _1df: 8 segs, 77.8 K docs, 309.1 MB 414.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 396.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 376.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 277.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 233.5s _1fr: 8 segs, 40.7 K docs, 161.3 MB 102.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 230.0 sec: 162 segments, 18 merges 1490.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1086.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1046.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 981.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 966.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 930.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 892.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 537.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 485.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 466.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 451.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 435.6s _1df: 8 segs, 77.8 K docs, 309.1 MB 419.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 401.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 381.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 282.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 238.4s _1fr: 8 segs, 40.7 K docs, 161.3 MB 107.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 235.0 sec: 148 segments, 17 merges 1495.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1091.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1051.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 986.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 971.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 935.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 897.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 542.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 490.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 471.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 456.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 424.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 406.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 386.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 287.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 112.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 0.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 240.0 sec: 148 segments, 17 merges 1500.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1096.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1056.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 991.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 976.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 940.6s _16u: 8 segs, 165.7 K docs, 660.2 MB 902.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 547.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 495.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 476.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 461.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 429.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 411.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 391.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 292.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 117.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 5.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 245.0 sec: 148 segments, 17 merges 1505.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1101.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1061.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 996.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 982.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 945.7s _16u: 8 segs, 165.7 K docs, 660.2 MB 907.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 552.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 500.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 481.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 466.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 434.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 416.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 396.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 297.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 122.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 10.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 250.0 sec: 141 segments, 16 merges 1510.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1106.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1066.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1001.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 987.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 912.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 557.8s _1c7: 8 segs, 105.8 K docs, 420.7 MB 506.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 486.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 471.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 439.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 421.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 401.6s _1e3: 8 segs, 38.5 K docs, 152.2 MB 302.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 127.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 15.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 255.0 sec: 134 segments, 15 merges 1515.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1111.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1071.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1006.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 992.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 917.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 511.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 491.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 476.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 444.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 426.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 406.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 307.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 132.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 20.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 260.0 sec: 134 segments, 15 merges 1520.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1116.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1076.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1011.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 997.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 922.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 516.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 496.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 482.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 449.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 431.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 411.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 312.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 137.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 25.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 265.1 sec: 134 segments, 15 merges 1525.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1121.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1081.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1016.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1002.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 927.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 521.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 501.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 487.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 454.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 436.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 416.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 317.6s _1fa: 8 segs, 77.6 K docs, 308.6 MB 142.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 30.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 270.1 sec: 127 segments, 14 merges 1530.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1126.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1086.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1021.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1007.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 932.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 526.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 506.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 492.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 459.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 441.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 421.7s _1e3: 8 segs, 38.5 K docs, 152.2 MB 147.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 35.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 275.1 sec: 120 segments, 13 merges 1535.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1131.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1091.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1026.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1012.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 937.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 531.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 511.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 497.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 464.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 446.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 152.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 40.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 280.1 sec: 120 segments, 13 merges 1540.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1136.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1096.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1031.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1017.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 942.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 536.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 516.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 502.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 469.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 451.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 157.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 45.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 285.0 sec: 120 segments, 13 merges 1545.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1141.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1101.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1036.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1021.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 947.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 540.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 521.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 506.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 474.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 456.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 162.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 50.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 290.0 sec: 120 segments, 13 merges 1550.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1146.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1106.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1041.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1026.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 952.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 545.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 526.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 511.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 479.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 461.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 167.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 55.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 295.0 sec: 120 segments, 13 merges 1555.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1151.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1111.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1046.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1031.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 957.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 550.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 531.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 516.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 484.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 466.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 172.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 60.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 300.0 sec: 120 segments, 13 merges 1560.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1156.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1116.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1051.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1036.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 962.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 555.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 536.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 521.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 489.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 471.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 177.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 65.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 305.0 sec: 120 segments, 13 merges 1565.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1161.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1121.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1056.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1042.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 967.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 561.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 541.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 526.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 494.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 476.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 182.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 70.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 310.0 sec: 120 segments, 13 merges 1570.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1166.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1126.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1061.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1047.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 972.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 566.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 546.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 531.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 499.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 481.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 187.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 75.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 315.0 sec: 120 segments, 13 merges 1575.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1171.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1131.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1066.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1052.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 977.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 571.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 551.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 537.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 504.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 486.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 192.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 80.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 320.1 sec: 120 segments, 13 merges 1580.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1176.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1136.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1071.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1057.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 982.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 576.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 556.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 542.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 509.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 491.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 197.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 85.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 325.1 sec: 120 segments, 13 merges 1585.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1181.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1141.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1076.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1062.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 987.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 581.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 561.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 547.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 514.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 496.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 202.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 90.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 330.1 sec: 120 segments, 13 merges 1590.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1186.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1146.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1081.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1067.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 992.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 586.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 566.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 552.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 519.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 501.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 207.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 95.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 335.1 sec: 120 segments, 13 merges 1595.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1191.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1151.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1086.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1072.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 997.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 591.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 571.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 557.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 524.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 506.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 212.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 100.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 340.1 sec: 120 segments, 13 merges 1600.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1196.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1156.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1091.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1077.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1002.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 596.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 576.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 562.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 529.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 511.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 217.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 105.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 345.1 sec: 120 segments, 13 merges 1605.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1201.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1161.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1096.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1082.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1007.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 601.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 581.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 567.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 534.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 516.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 222.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 110.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 350.1 sec: 120 segments, 13 merges 1610.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1206.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1166.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1101.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1087.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1012.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 606.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 586.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 572.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 539.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 521.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 227.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 115.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 355.0 sec: 120 segments, 13 merges 1615.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1211.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1171.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1106.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1091.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1017.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 610.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 591.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 576.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 544.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 526.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 232.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 120.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 360.0 sec: 120 segments, 13 merges 1620.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1216.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1176.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1111.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1096.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1022.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 615.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 596.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 581.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 549.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 531.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 237.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 125.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 365.0 sec: 120 segments, 13 merges 1625.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1221.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1181.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1116.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1101.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1027.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 620.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 601.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 586.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 554.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 536.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 242.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 130.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 370.0 sec: 120 segments, 13 merges 1630.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1226.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1186.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1121.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1106.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1032.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 625.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 606.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 591.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 559.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 541.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 247.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 135.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 375.0 sec: 120 segments, 13 merges 1635.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1231.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1191.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1126.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1111.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1037.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 630.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 611.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 596.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 564.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 546.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 252.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 140.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 380.0 sec: 120 segments, 13 merges 1640.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1236.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1196.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1131.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1117.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1042.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 636.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 616.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 601.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 569.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 551.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 257.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 145.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 385.0 sec: 120 segments, 13 merges 1645.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1241.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1201.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1136.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1122.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1047.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 641.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 621.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 606.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 574.4s _1dn: 8 segs, 81.3 K docs, 323.3 MB 556.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 262.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 150.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 390.1 sec: 120 segments, 13 merges 1650.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1246.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1206.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1141.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1127.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1052.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 646.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 626.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 612.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 579.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 561.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 267.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 155.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 395.1 sec: 120 segments, 13 merges 1655.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1251.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1211.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1146.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1132.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1057.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 651.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 631.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 617.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 584.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 566.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 272.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 160.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 400.1 sec: 120 segments, 13 merges 1660.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1256.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1216.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1151.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1137.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1062.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 656.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 636.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 622.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 589.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 571.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 277.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 165.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 405.1 sec: 120 segments, 13 merges 1665.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1261.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1221.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1156.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1142.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1067.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 661.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 641.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 627.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 594.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 576.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 282.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 170.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 410.1 sec: 120 segments, 13 merges 1670.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1266.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1226.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1161.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1147.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1072.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 666.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 646.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 632.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 599.5s _1dn: 8 segs, 81.3 K docs, 323.3 MB 581.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 287.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 175.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 415.1 sec: 113 segments, 12 merges 1675.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1271.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1231.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1166.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1152.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1077.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 671.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 651.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 637.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 586.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 292.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 180.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 420.0 sec: 113 segments, 12 merges 1680.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1276.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1236.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1171.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1156.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1082.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 675.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 656.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 641.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 591.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 297.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 185.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 425.0 sec: 113 segments, 12 merges 1685.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1281.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1241.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1176.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1161.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1087.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 680.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 661.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 646.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 596.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 302.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 190.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 430.0 sec: 113 segments, 12 merges 1690.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1286.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1246.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1181.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1166.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1092.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 685.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 666.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 651.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 601.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 307.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 195.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 435.0 sec: 113 segments, 12 merges 1695.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1291.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1251.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1186.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1171.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1097.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 690.9s _1ct: 8 segs, 142.1 K docs, 565.5 MB 671.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 656.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 606.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 312.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 200.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 440.0 sec: 113 segments, 12 merges 1700.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1296.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1256.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1191.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1177.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1102.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 696.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 676.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 661.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 611.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 317.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 205.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 445.0 sec: 113 segments, 12 merges 1705.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1301.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1261.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1196.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1182.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1107.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 701.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 681.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 666.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 616.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 322.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 210.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 450.0 sec: 113 segments, 12 merges 1710.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1306.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1266.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1201.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1187.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1112.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 706.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 686.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 672.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 621.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 327.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 215.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 455.1 sec: 113 segments, 12 merges 1715.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1311.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1271.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1206.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1192.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1117.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 711.0s _1ct: 8 segs, 142.1 K docs, 565.5 MB 691.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 677.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 626.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 332.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 220.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 460.1 sec: 106 segments, 11 merges 1720.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1316.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1276.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1211.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1197.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1122.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 696.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 682.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 631.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 337.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 225.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 465.1 sec: 106 segments, 11 merges 1725.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1321.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1281.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1216.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1202.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1127.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 701.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 687.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 636.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 342.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 230.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 470.1 sec: 106 segments, 11 merges 1730.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1326.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1286.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1221.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1207.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1132.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 706.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 692.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 641.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 347.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 235.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 475.1 sec: 106 segments, 11 merges 1735.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1331.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1291.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1226.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1212.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1137.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 711.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 697.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 646.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 352.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 240.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 480.1 sec: 106 segments, 11 merges 1740.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1336.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1296.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1231.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1217.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1142.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 716.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 702.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 651.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 357.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 245.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 485.1 sec: 106 segments, 11 merges 1745.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1341.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1301.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1236.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1222.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1147.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 721.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 707.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 656.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 362.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 250.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 490.1 sec: 106 segments, 11 merges 1750.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1346.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1306.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1241.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1227.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1152.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 726.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 712.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 661.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 367.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 255.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 495.1 sec: 106 segments, 11 merges 1755.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1351.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1311.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1246.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1232.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1157.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 731.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 717.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 666.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 372.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 260.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 500.1 sec: 106 segments, 11 merges 1760.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1356.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1316.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1251.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1237.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1162.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 736.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 722.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 671.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 377.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 265.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 505.1 sec: 106 segments, 11 merges 1765.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1361.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1321.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1256.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1242.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1167.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 741.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 727.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 676.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 382.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 270.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 510.1 sec: 106 segments, 11 merges 1770.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1366.9s _14w: 8 segs, 178.6 K docs, 711.9 MB 1326.4s _15b: 8 segs, 142.3 K docs, 566.9 MB 1261.1s _15z: 8 segs, 183.4 K docs, 731.3 MB 1247.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1172.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 746.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 732.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 681.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 387.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 275.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 515.0 sec: 106 segments, 11 merges 1775.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1371.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1331.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1266.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1251.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1177.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 751.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 736.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 686.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 392.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 280.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 520.0 sec: 106 segments, 11 merges 1780.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1376.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1336.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1271.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1256.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1182.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 756.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 741.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 691.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 397.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 285.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 525.0 sec: 106 segments, 11 merges 1785.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1381.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1341.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1276.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1261.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1187.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 761.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 746.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 696.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 402.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 290.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 530.0 sec: 106 segments, 11 merges 1790.7s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1386.8s _14w: 8 segs, 178.6 K docs, 711.9 MB 1346.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1281.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1266.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1192.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 766.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 751.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 701.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 407.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 295.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 535.0 sec: 99 segments, 10 merges 1795.8s _zc: 8 segs, 1208.9 K docs, 4830.7 MB 1351.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1286.0s _15z: 8 segs, 183.4 K docs, 731.3 MB 1272.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1197.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 771.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 756.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 706.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 412.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 300.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 540.0 sec: 85 segments, 9 merges 1356.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1277.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1202.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 776.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 761.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 711.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 417.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 305.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 1.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 545.0 sec: 85 segments, 9 merges 1361.3s _15b: 8 segs, 142.3 K docs, 566.9 MB 1282.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1207.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 781.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 767.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 716.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 422.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 310.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 6.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 550.1 sec: 78 segments, 8 merges 1287.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1212.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 786.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 772.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 721.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 427.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 315.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 11.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 555.1 sec: 78 segments, 8 merges 1292.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1217.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 791.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 777.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 726.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 432.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 320.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 16.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 560.1 sec: 78 segments, 8 merges 1297.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1222.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 796.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 782.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 731.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 437.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 325.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 21.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 565.1 sec: 78 segments, 8 merges 1302.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1227.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 801.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 787.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 736.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 442.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 330.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 26.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 570.1 sec: 78 segments, 8 merges 1307.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1232.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 806.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 792.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 741.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 447.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 335.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 31.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 575.1 sec: 78 segments, 8 merges 1312.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1237.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 811.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 797.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 746.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 452.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 340.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 36.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 580.0 sec: 78 segments, 8 merges 1316.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1242.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 816.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 801.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 751.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 457.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 345.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 41.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 585.0 sec: 78 segments, 8 merges 1321.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1247.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 821.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 806.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 756.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 462.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 350.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 46.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 590.0 sec: 78 segments, 8 merges 1326.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1252.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 826.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 811.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 761.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 467.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 355.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 51.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 595.0 sec: 78 segments, 8 merges 1331.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1257.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 831.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 816.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 766.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 472.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 360.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 56.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 600.0 sec: 78 segments, 8 merges 1337.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1262.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 836.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 821.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 771.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 477.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 365.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 61.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 605.0 sec: 78 segments, 8 merges 1342.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1267.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 841.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 827.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 776.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 482.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 370.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 66.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 610.0 sec: 78 segments, 8 merges 1347.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1272.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 846.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 832.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 781.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 487.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 375.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 71.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 615.1 sec: 78 segments, 8 merges 1352.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1277.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 851.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 837.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 786.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 492.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 380.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 76.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 620.1 sec: 78 segments, 8 merges 1357.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1282.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 856.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 842.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 791.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 497.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 385.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 81.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 625.1 sec: 78 segments, 8 merges 1362.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1287.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 861.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 847.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 796.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 502.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 390.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 86.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 630.1 sec: 78 segments, 8 merges 1367.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1292.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 866.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 852.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 801.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 507.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 395.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 91.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 635.1 sec: 78 segments, 8 merges 1372.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1297.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 871.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 857.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 806.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 512.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 400.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 96.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 640.1 sec: 78 segments, 8 merges 1377.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1302.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 876.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 862.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 811.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 517.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 405.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 101.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 645.0 sec: 78 segments, 8 merges 1381.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1307.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 881.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 866.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 816.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 522.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 410.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 106.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 650.0 sec: 78 segments, 8 merges 1386.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1312.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 886.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 871.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 821.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 527.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 415.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 111.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 655.0 sec: 78 segments, 8 merges 1391.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1317.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 891.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 876.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 826.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 532.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 420.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 116.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 660.0 sec: 78 segments, 8 merges 1396.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1322.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 896.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 881.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 831.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 537.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 425.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 121.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 665.0 sec: 78 segments, 8 merges 1401.9s _166: 8 segs, 326.0 K docs, 1301.1 MB 1327.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 901.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 886.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 836.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 542.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 430.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 126.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 670.0 sec: 78 segments, 8 merges 1407.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1332.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 906.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 891.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 841.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 547.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 435.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 131.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 675.0 sec: 78 segments, 8 merges 1412.0s _166: 8 segs, 326.0 K docs, 1301.1 MB 1337.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 911.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 896.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 846.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 552.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 440.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 136.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 680.0 sec: 71 segments, 7 merges 1342.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 916.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 902.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 851.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 557.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 445.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 141.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 685.1 sec: 71 segments, 7 merges 1347.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 921.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 907.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 856.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 562.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 450.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 146.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 690.1 sec: 71 segments, 7 merges 1352.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 926.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 912.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 861.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 567.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 455.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 151.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 695.1 sec: 71 segments, 7 merges 1357.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 931.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 917.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 866.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 572.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 460.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 156.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 700.1 sec: 71 segments, 7 merges 1362.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 936.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 922.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 871.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 577.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 465.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 161.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 705.1 sec: 71 segments, 7 merges 1367.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 941.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 927.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 876.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 582.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 470.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 166.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 710.1 sec: 71 segments, 7 merges 1372.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 946.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 932.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 881.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 587.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 475.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 171.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 715.1 sec: 71 segments, 7 merges 1377.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 951.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 937.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 886.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 592.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 480.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 176.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 720.1 sec: 71 segments, 7 merges 1382.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 956.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 942.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 891.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 597.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 485.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 181.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 725.1 sec: 71 segments, 7 merges 1387.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 961.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 947.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 896.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 602.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 490.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 186.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 730.1 sec: 71 segments, 7 merges 1392.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 966.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 952.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 901.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 607.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 495.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 191.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 735.1 sec: 71 segments, 7 merges 1397.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 971.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 957.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 906.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 612.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 500.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 196.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 740.0 sec: 71 segments, 7 merges 1402.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 976.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 961.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 911.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 617.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 505.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 201.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 745.0 sec: 71 segments, 7 merges 1407.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 981.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 966.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 916.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 622.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 510.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 206.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 750.0 sec: 71 segments, 7 merges 1412.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 986.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 971.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 921.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 627.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 515.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 211.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 755.0 sec: 71 segments, 7 merges 1417.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 991.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 976.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 926.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 632.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 520.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 216.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 760.0 sec: 71 segments, 7 merges 1422.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 996.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 981.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 931.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 637.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 525.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 221.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 765.0 sec: 71 segments, 7 merges 1427.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1001.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 986.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 936.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 642.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 530.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 226.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 770.0 sec: 71 segments, 7 merges 1432.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1006.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 991.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 941.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 647.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 535.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 231.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 775.0 sec: 71 segments, 7 merges 1437.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1011.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 996.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 946.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 652.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 540.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 236.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 780.0 sec: 71 segments, 7 merges 1442.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1016.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1002.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 951.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 657.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 545.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 241.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 785.0 sec: 71 segments, 7 merges 1447.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1021.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1007.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 956.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 662.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 550.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 246.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 790.1 sec: 71 segments, 7 merges 1452.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1026.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1012.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 961.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 667.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 555.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 251.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 795.1 sec: 71 segments, 7 merges 1457.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1031.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1017.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 966.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 672.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 560.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 256.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 800.1 sec: 71 segments, 7 merges 1462.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1036.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1022.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 971.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 677.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 565.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 261.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 805.1 sec: 71 segments, 7 merges 1467.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1041.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1027.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 976.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 682.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 570.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 266.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 810.1 sec: 71 segments, 7 merges 1472.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1046.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1032.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 981.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 687.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 575.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 271.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 815.1 sec: 71 segments, 7 merges 1477.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1051.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1037.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 986.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 692.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 580.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 276.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 820.1 sec: 71 segments, 7 merges 1482.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1056.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1042.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 991.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 697.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 585.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 281.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 825.1 sec: 71 segments, 7 merges 1487.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1061.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1047.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 996.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 702.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 590.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 286.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 830.1 sec: 71 segments, 7 merges 1492.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1066.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1052.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 1001.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 707.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 595.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 291.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 835.1 sec: 71 segments, 7 merges 1497.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1071.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1057.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 1006.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 712.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 600.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 296.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 840.1 sec: 71 segments, 7 merges 1502.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1076.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1062.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 1011.5s _1du: 8 segs, 122.0 K docs, 485.5 MB 717.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 605.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 301.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 845.0 sec: 71 segments, 7 merges 1507.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1081.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1066.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 1016.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 722.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 610.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 306.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 850.0 sec: 71 segments, 7 merges 1512.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1086.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1071.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 1021.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 727.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 615.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 311.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 855.0 sec: 71 segments, 7 merges 1517.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1091.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1076.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 1026.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 732.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 620.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 316.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 860.0 sec: 71 segments, 7 merges 1522.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1096.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1081.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 1031.4s _1du: 8 segs, 122.0 K docs, 485.5 MB 737.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 625.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 321.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 865.0 sec: 64 segments, 6 merges 1527.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1101.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1086.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 742.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 630.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 326.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 870.0 sec: 64 segments, 6 merges 1532.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1106.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1091.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 747.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 635.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 331.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 875.0 sec: 64 segments, 6 merges 1537.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1111.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1096.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 752.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 640.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 336.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 880.0 sec: 64 segments, 6 merges 1542.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1116.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1101.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 757.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 645.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 341.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 885.0 sec: 64 segments, 6 merges 1547.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1121.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1106.9s _1d7: 8 segs, 109.7 K docs, 436.3 MB 762.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 650.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 346.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 890.0 sec: 64 segments, 6 merges 1552.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1126.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1112.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 767.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 655.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 351.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 895.0 sec: 64 segments, 6 merges 1557.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1131.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1117.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 772.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 660.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 356.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 900.1 sec: 64 segments, 6 merges 1562.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1136.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1122.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 777.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 665.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 361.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 905.1 sec: 64 segments, 6 merges 1567.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1141.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1127.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 782.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 670.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 366.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 910.1 sec: 64 segments, 6 merges 1572.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1146.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1132.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 787.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 675.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 371.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 915.1 sec: 64 segments, 6 merges 1577.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1151.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1137.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 792.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 680.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 376.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 920.1 sec: 64 segments, 6 merges 1582.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1156.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1142.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 797.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 685.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 381.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 925.1 sec: 64 segments, 6 merges 1587.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1161.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1147.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 802.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 690.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 386.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 930.1 sec: 64 segments, 6 merges 1592.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1166.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1152.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 807.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 695.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 391.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 935.1 sec: 64 segments, 6 merges 1597.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1171.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1157.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 812.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 700.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 396.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 940.1 sec: 64 segments, 6 merges 1602.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1176.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1162.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 817.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 705.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 401.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 945.1 sec: 64 segments, 6 merges 1607.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1181.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 1167.0s _1d7: 8 segs, 109.7 K docs, 436.3 MB 822.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 710.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 406.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 950.1 sec: 57 segments, 5 merges 1612.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1186.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 827.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 715.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 411.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 955.1 sec: 57 segments, 5 merges 1617.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1191.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 832.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 720.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 416.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 960.0 sec: 57 segments, 5 merges 1622.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1196.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 837.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 725.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 421.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 965.0 sec: 57 segments, 5 merges 1627.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1201.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 842.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 730.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 426.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 970.0 sec: 57 segments, 5 merges 1632.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1206.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 847.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 735.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 431.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 975.0 sec: 57 segments, 5 merges 1637.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1211.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 852.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 740.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 436.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 980.0 sec: 57 segments, 5 merges 1642.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1216.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 857.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 745.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 441.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 985.0 sec: 57 segments, 5 merges 1647.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1221.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 862.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 750.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 446.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 990.0 sec: 57 segments, 5 merges 1652.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1226.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 867.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 755.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 451.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 995.0 sec: 57 segments, 5 merges 1657.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1231.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 872.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 760.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 456.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1000.0 sec: 57 segments, 5 merges 1662.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1236.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 877.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 765.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 461.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1005.0 sec: 57 segments, 5 merges 1667.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1241.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 882.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 770.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 466.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1010.0 sec: 57 segments, 5 merges 1672.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1246.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 887.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 775.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 471.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1015.0 sec: 57 segments, 5 merges 1677.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1251.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 892.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 780.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 476.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1020.0 sec: 57 segments, 5 merges 1682.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1256.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 897.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 785.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 481.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1025.1 sec: 57 segments, 5 merges 1687.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1261.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 902.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 790.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 486.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1030.1 sec: 57 segments, 5 merges 1692.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1266.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 907.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 795.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 491.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1035.1 sec: 57 segments, 5 merges 1697.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1271.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 912.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 800.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 496.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1040.1 sec: 57 segments, 5 merges 1702.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1276.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 917.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 805.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 501.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1045.1 sec: 57 segments, 5 merges 1707.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1281.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 922.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 810.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 506.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1050.1 sec: 57 segments, 5 merges 1712.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1286.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 927.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 815.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 511.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1055.1 sec: 57 segments, 5 merges 1717.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1291.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 932.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 820.6s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 516.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1060.1 sec: 57 segments, 5 merges 1722.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1296.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 937.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 825.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 521.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1065.1 sec: 57 segments, 5 merges 1727.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1301.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 942.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 830.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 526.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1070.1 sec: 57 segments, 5 merges 1732.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1306.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 947.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 835.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 531.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1075.1 sec: 57 segments, 5 merges 1737.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1311.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 952.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 840.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 536.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1080.1 sec: 57 segments, 5 merges 1742.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1316.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 957.3s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 845.7s _1fw: 8 segs, 422.9 K docs, 1686.8 MB 541.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1085.0 sec: 50 segments, 4 merges 1747.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1321.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 962.2s _1fv: 8 segs, 478.6 K docs, 1909.4 MB 546.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1090.0 sec: 43 segments, 3 merges 1752.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1326.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 551.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1095.0 sec: 43 segments, 3 merges 1757.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1331.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 556.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1100.0 sec: 43 segments, 3 merges 1762.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1336.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 561.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1105.0 sec: 43 segments, 3 merges 1767.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1341.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 566.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1110.0 sec: 43 segments, 3 merges 1772.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1346.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 571.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1115.0 sec: 43 segments, 3 merges 1777.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1351.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 576.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1120.0 sec: 43 segments, 3 merges 1782.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1356.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 581.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1125.0 sec: 43 segments, 3 merges 1787.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1361.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 586.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1130.0 sec: 43 segments, 3 merges 1792.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1366.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 591.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1135.1 sec: 43 segments, 3 merges 1797.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1371.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 596.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1140.1 sec: 43 segments, 3 merges 1802.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1376.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 601.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1145.1 sec: 43 segments, 3 merges 1807.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1381.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 606.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1150.1 sec: 43 segments, 3 merges 1812.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1386.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 611.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1155.1 sec: 43 segments, 3 merges 1817.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1391.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 616.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1160.1 sec: 43 segments, 3 merges 1822.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1396.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 621.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1165.1 sec: 43 segments, 3 merges 1827.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1401.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 626.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1170.1 sec: 43 segments, 3 merges 1832.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1406.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 631.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1175.1 sec: 43 segments, 3 merges 1837.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1411.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 636.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1180.1 sec: 43 segments, 3 merges 1842.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1416.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 641.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1185.0 sec: 43 segments, 3 merges 1847.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1421.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 646.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1190.0 sec: 43 segments, 3 merges 1852.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1426.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 651.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1195.0 sec: 43 segments, 3 merges 1857.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1431.1s _1d0: 8 segs, 110.1 K docs, 438.1 MB 656.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1200.0 sec: 43 segments, 3 merges 1862.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1436.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 661.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1205.0 sec: 43 segments, 3 merges 1867.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1441.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 666.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1210.0 sec: 43 segments, 3 merges 1872.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1446.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 671.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1215.1 sec: 43 segments, 3 merges 1877.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 1451.2s _1d0: 8 segs, 110.1 K docs, 438.1 MB 676.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1220.1 sec: 36 segments, 3 merges 1882.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 681.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 1.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1225.1 sec: 36 segments, 3 merges 1887.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 686.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 6.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1230.1 sec: 36 segments, 3 merges 1892.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 691.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 12.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1235.1 sec: 36 segments, 3 merges 1897.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 696.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 17.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1240.1 sec: 36 segments, 3 merges 1902.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 701.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 22.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1245.1 sec: 36 segments, 3 merges 1907.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 706.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 27.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1250.1 sec: 36 segments, 3 merges 1912.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 711.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 32.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1255.1 sec: 36 segments, 3 merges 1917.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 716.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 37.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1260.1 sec: 36 segments, 3 merges 1922.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 721.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 42.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1265.1 sec: 36 segments, 3 merges 1927.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 726.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 47.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1270.1 sec: 36 segments, 3 merges 1932.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 731.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 52.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1275.1 sec: 36 segments, 3 merges 1937.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 736.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 57.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1280.1 sec: 36 segments, 3 merges 1942.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 741.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 62.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1285.1 sec: 36 segments, 3 merges 1947.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 746.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 67.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1290.1 sec: 36 segments, 3 merges 1952.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 751.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 72.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1295.1 sec: 36 segments, 3 merges 1957.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 756.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 77.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1300.1 sec: 36 segments, 3 merges 1962.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 761.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 82.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1305.1 sec: 36 segments, 3 merges 1967.9s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 766.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 87.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1310.0 sec: 36 segments, 3 merges 1972.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 771.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 91.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1315.0 sec: 36 segments, 3 merges 1977.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 776.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 96.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1320.0 sec: 36 segments, 3 merges 1982.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 781.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 101.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1325.0 sec: 36 segments, 3 merges 1987.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 786.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 106.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1330.0 sec: 36 segments, 3 merges 1992.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 791.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 111.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1335.0 sec: 36 segments, 3 merges 1997.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 796.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 116.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1340.0 sec: 36 segments, 3 merges 2002.8s _17h: 8 segs, 1152.8 K docs, 4606.2 MB 801.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 121.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1345.0 sec: 29 segments, 2 merges 806.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 126.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1350.0 sec: 29 segments, 2 merges 811.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 131.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1355.0 sec: 29 segments, 2 merges 816.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 136.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1360.0 sec: 29 segments, 2 merges 821.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 141.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1365.1 sec: 29 segments, 2 merges 826.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 146.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1370.1 sec: 29 segments, 2 merges 831.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 151.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1375.1 sec: 29 segments, 2 merges 836.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 156.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1380.1 sec: 29 segments, 2 merges 841.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 162.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1385.1 sec: 29 segments, 2 merges 846.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 167.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1390.1 sec: 29 segments, 2 merges 851.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 172.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1395.1 sec: 29 segments, 2 merges 856.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 177.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1400.1 sec: 29 segments, 2 merges 861.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 182.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1405.1 sec: 29 segments, 2 merges 866.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 187.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1410.1 sec: 29 segments, 2 merges 871.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 192.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1415.1 sec: 29 segments, 2 merges 876.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 197.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1420.1 sec: 29 segments, 2 merges 881.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 202.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1425.0 sec: 29 segments, 2 merges 886.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 206.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1430.0 sec: 29 segments, 2 merges 891.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 211.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1435.0 sec: 29 segments, 2 merges 896.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 216.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1440.0 sec: 29 segments, 2 merges 901.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 221.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1445.0 sec: 29 segments, 2 merges 906.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 226.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1450.0 sec: 29 segments, 2 merges 911.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 231.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1455.0 sec: 29 segments, 2 merges 916.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 236.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1460.0 sec: 29 segments, 2 merges 921.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 241.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1465.0 sec: 29 segments, 2 merges 926.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 246.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1470.0 sec: 29 segments, 2 merges 931.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 251.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1475.1 sec: 29 segments, 2 merges 936.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 256.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1480.1 sec: 29 segments, 2 merges 941.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 261.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1485.1 sec: 29 segments, 2 merges 946.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 267.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1490.1 sec: 29 segments, 2 merges 951.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 272.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1495.1 sec: 29 segments, 2 merges 956.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 277.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1500.1 sec: 29 segments, 2 merges 961.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 282.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1505.1 sec: 29 segments, 2 merges 966.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 287.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1510.1 sec: 29 segments, 2 merges 971.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 292.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1515.1 sec: 29 segments, 2 merges 976.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 297.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1520.1 sec: 29 segments, 2 merges 981.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 302.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1525.0 sec: 29 segments, 2 merges 986.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 306.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1530.0 sec: 29 segments, 2 merges 991.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 311.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1535.0 sec: 29 segments, 2 merges 996.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 316.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1540.0 sec: 29 segments, 2 merges 1001.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 321.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1545.0 sec: 29 segments, 2 merges 1006.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 326.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1550.0 sec: 29 segments, 2 merges 1011.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 331.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1555.0 sec: 29 segments, 2 merges 1016.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 336.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1560.1 sec: 29 segments, 2 merges 1021.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 341.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1565.1 sec: 29 segments, 2 merges 1026.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 347.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1570.1 sec: 29 segments, 2 merges 1031.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 352.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1575.1 sec: 29 segments, 2 merges 1036.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 357.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1580.1 sec: 29 segments, 2 merges 1041.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 362.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1585.1 sec: 29 segments, 2 merges 1046.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 367.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1590.1 sec: 29 segments, 2 merges 1051.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 372.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1595.1 sec: 29 segments, 2 merges 1056.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 377.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1600.1 sec: 29 segments, 2 merges 1061.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 382.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1605.1 sec: 29 segments, 2 merges 1066.4s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 387.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1610.0 sec: 29 segments, 2 merges 1071.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 391.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1615.0 sec: 29 segments, 2 merges 1076.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 396.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1620.0 sec: 29 segments, 2 merges 1081.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 401.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1625.0 sec: 29 segments, 2 merges 1086.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 406.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1630.0 sec: 29 segments, 2 merges 1091.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 411.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1635.0 sec: 29 segments, 2 merges 1096.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 416.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1640.0 sec: 29 segments, 2 merges 1101.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 421.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1645.0 sec: 29 segments, 2 merges 1106.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 426.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1650.0 sec: 29 segments, 2 merges 1111.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 431.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1655.0 sec: 29 segments, 2 merges 1116.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 436.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1660.0 sec: 29 segments, 2 merges 1121.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 441.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1665.0 sec: 29 segments, 2 merges 1126.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 446.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1670.1 sec: 29 segments, 2 merges 1131.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 451.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1675.1 sec: 29 segments, 2 merges 1136.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 456.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1680.1 sec: 29 segments, 2 merges 1141.3s _1fx: 8 segs, 753.8 K docs, 3010.0 MB 461.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1685.1 sec: 22 segments, 1 merges 467.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1690.1 sec: 22 segments, 1 merges 472.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1695.1 sec: 22 segments, 1 merges 477.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1700.1 sec: 22 segments, 1 merges 482.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1705.1 sec: 22 segments, 1 merges 487.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1710.1 sec: 22 segments, 1 merges 492.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1715.1 sec: 22 segments, 1 merges 497.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1720.1 sec: 22 segments, 1 merges 502.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1725.1 sec: 22 segments, 1 merges 507.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1730.1 sec: 22 segments, 1 merges 512.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1735.1 sec: 22 segments, 1 merges 517.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1740.0 sec: 22 segments, 1 merges 521.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1745.0 sec: 22 segments, 1 merges 526.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1750.0 sec: 22 segments, 1 merges 531.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1755.0 sec: 22 segments, 1 merges 536.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1760.0 sec: 22 segments, 1 merges 541.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1765.0 sec: 22 segments, 1 merges 546.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1770.0 sec: 22 segments, 1 merges 551.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1775.0 sec: 22 segments, 1 merges 556.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1780.0 sec: 22 segments, 1 merges 561.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1785.0 sec: 22 segments, 1 merges 566.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1790.0 sec: 22 segments, 1 merges 571.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1795.1 sec: 22 segments, 1 merges 576.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1800.1 sec: 22 segments, 1 merges 581.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1805.1 sec: 22 segments, 1 merges 586.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1810.1 sec: 22 segments, 1 merges 592.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1815.1 sec: 22 segments, 1 merges 597.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1820.1 sec: 22 segments, 1 merges 602.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1825.1 sec: 22 segments, 1 merges 607.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1830.1 sec: 22 segments, 1 merges 612.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1835.1 sec: 22 segments, 1 merges 617.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1840.1 sec: 22 segments, 1 merges 622.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1845.0 sec: 22 segments, 1 merges 626.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1850.0 sec: 22 segments, 1 merges 631.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1855.0 sec: 22 segments, 1 merges 636.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1860.0 sec: 22 segments, 1 merges 641.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1865.0 sec: 22 segments, 1 merges 646.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1870.0 sec: 22 segments, 1 merges 651.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1875.0 sec: 22 segments, 1 merges 656.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1880.0 sec: 22 segments, 1 merges 661.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1885.0 sec: 22 segments, 1 merges 666.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1890.0 sec: 22 segments, 1 merges 671.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1895.1 sec: 22 segments, 1 merges 676.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1900.1 sec: 22 segments, 1 merges 681.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1905.1 sec: 22 segments, 1 merges 686.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1910.1 sec: 22 segments, 1 merges 692.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1915.1 sec: 22 segments, 1 merges 697.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1920.1 sec: 22 segments, 1 merges 702.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1925.1 sec: 22 segments, 1 merges 707.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1930.1 sec: 22 segments, 1 merges 712.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1935.1 sec: 22 segments, 1 merges 717.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1940.1 sec: 22 segments, 1 merges 722.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1945.1 sec: 22 segments, 1 merges 727.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1950.1 sec: 22 segments, 1 merges 732.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1955.1 sec: 22 segments, 1 merges 737.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1960.0 sec: 22 segments, 1 merges 741.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1965.0 sec: 22 segments, 1 merges 746.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1970.0 sec: 22 segments, 1 merges 751.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1975.0 sec: 22 segments, 1 merges 756.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1980.0 sec: 22 segments, 1 merges 761.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1985.0 sec: 22 segments, 1 merges 766.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1990.0 sec: 22 segments, 1 merges 771.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 1995.0 sec: 22 segments, 1 merges 776.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2000.0 sec: 22 segments, 1 merges 781.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2005.0 sec: 22 segments, 1 merges 786.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2010.0 sec: 22 segments, 1 merges 791.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2015.0 sec: 22 segments, 1 merges 796.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2020.1 sec: 22 segments, 1 merges 801.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2025.1 sec: 22 segments, 1 merges 806.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2030.1 sec: 22 segments, 1 merges 811.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2035.1 sec: 22 segments, 1 merges 817.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2040.1 sec: 22 segments, 1 merges 822.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2045.1 sec: 22 segments, 1 merges 827.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2050.1 sec: 22 segments, 1 merges 832.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2055.1 sec: 22 segments, 1 merges 837.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2060.1 sec: 22 segments, 1 merges 842.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2065.1 sec: 22 segments, 1 merges 847.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2070.1 sec: 22 segments, 1 merges 852.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2075.1 sec: 22 segments, 1 merges 857.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2080.1 sec: 22 segments, 1 merges 862.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2085.0 sec: 22 segments, 1 merges 866.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2090.0 sec: 22 segments, 1 merges 871.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2095.0 sec: 22 segments, 1 merges 876.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2100.0 sec: 22 segments, 1 merges 881.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2105.0 sec: 22 segments, 1 merges 886.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2110.0 sec: 22 segments, 1 merges 891.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2115.0 sec: 22 segments, 1 merges 896.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2120.0 sec: 22 segments, 1 merges 901.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2125.0 sec: 22 segments, 1 merges 906.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2130.0 sec: 22 segments, 1 merges 911.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2135.0 sec: 22 segments, 1 merges 916.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2140.0 sec: 22 segments, 1 merges 921.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2145.1 sec: 22 segments, 1 merges 926.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2150.1 sec: 22 segments, 1 merges 931.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2155.1 sec: 22 segments, 1 merges 936.9s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2160.1 sec: 22 segments, 1 merges 942.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2165.1 sec: 22 segments, 1 merges 947.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2170.1 sec: 22 segments, 1 merges 952.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2175.1 sec: 22 segments, 1 merges 957.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2180.1 sec: 22 segments, 1 merges 962.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB 2185.1 sec: 22 segments, 1 merges 967.0s _1fy: 8 segs, 1266.3 K docs, 5060.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3397 seconds reindex takes 3397.26 sec index has 15 segments: segments_2: _63(11.0.0):C262038 _zc(11.0.0):C1208944 _i1(11.0.0):C964932 _la(11.0.0):C429569 _to(11.0.0):C277987 _17h(11.0.0):C1152779 _sk(11.0.0):C198060 _166(11.0.0):C325991 _1fy(11.0.0):C1266276 _1fw(11.0.0):C422867 _1fx(11.0.0):C753781 _1fv(11.0.0):C478561 _1d0(11.0.0):C110096 _1d7(11.0.0):C109668 _1e3(11.0.0):C38451 _63: 1047.6 MB _zc: 4840.5 MB _i1: 3862.2 MB _la: 1718.1 MB _to: 1111.5 MB _17h: 4615.3 MB _sk: 791.7 MB _166: 1303.6 MB _1fy: 5070.6 MB _1fw: 1691.3 MB _1fx: 3016.2 MB _1fv: 1914.2 MB _1d0: 439.8 MB _1d7: 438.0 MB _1e3: 153.3 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32013.64 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=55450894315 cpu@end=67518766568 deltaMS=12067.872253 thread 14 name=Reference Handler cpu@start=1448755 cpu@end=1448755 deltaMS=0.0 thread 15 name=Finalizer cpu@start=155363 cpu@end=155363 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=62962 cpu@end=62962 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=39342231 cpu@end=39393959 deltaMS=0.051728 thread 41 name=JFR Recorder Thread cpu@start=52544716117 cpu@end=52546867406 deltaMS=2.151289 thread 42 name=JFR Periodic Tasks cpu@start=428970640093 cpu@end=429556031945 deltaMS=585.391852 thread 45 name=Notification Thread cpu@start=110902 cpu@end=110902 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=5535324928243 cpu@end=5535324928243 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=5530015374260 cpu@end=5530015374260 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=5531818659007 cpu@end=5531818659007 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=5533540528367 cpu@end=5533540528367 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=5527113920047 cpu@end=5527113920047 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=5528767015064 cpu@end=5528767015064 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=5524708181339 cpu@end=5524708181339 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=5532465663834 cpu@end=5532465663834 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=5530218071366 cpu@end=5530218071366 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=5534664675633 cpu@end=5534664675633 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=5534715637922 cpu@end=5534715637922 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=5530537137609 cpu@end=5530537137609 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=5531124698758 cpu@end=5531124698758 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=5536088286693 cpu@end=5536088286693 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=5523640820532 cpu@end=5523640820532 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=5533096259892 cpu@end=5533096259892 deltaMS=0.0 Average CPU cores used: 1.0477896918669638 completed 1000 searches in 12078 ms: 82 QPS CPU time=12655 ms checking results SUMMARY: 0.974 12.078 12.655 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 61336 3397.26 2354.84 0.00 15 32013.64 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 262038 documents Graph level=3 size=12, Fanout min=1, mean=3.83, max=9, meandelta=28243.65 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 4 4 4 5 9 Graph level=2 size=219, Fanout min=5, mean=15.42, max=30, meandelta=13994.80 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 16 17 18 22 30 Graph level=1 size=8122, Fanout min=7, mean=27.49, max=32, meandelta=8692.11 % 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=262038, Fanout min=1, mean=39.44, max=64, meandelta=6169.21 % 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=12, connectedness=1.00 Graph level=2 size=219, connectedness=1.00 Graph level=1 size=8122, connectedness=1.00 Graph level=0 size=262038, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1208944 documents Graph level=3 size=66, Fanout min=3, mean=9.85, max=19, meandelta=79610.27 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 8 9 10 11 13 14 19 Graph level=2 size=1134, Fanout min=7, mean=24.16, max=32, meandelta=45152.64 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=1 size=36884, Fanout min=3, mean=28.12, max=32, meandelta=39383.25 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1208944, Fanout min=1, mean=39.43, max=64, meandelta=28379.88 % 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=66, connectedness=1.00 Graph level=2 size=1134, connectedness=1.00 Graph level=1 size=36884, connectedness=1.00 Graph level=0 size=1208944, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 964932 documents Graph level=3 size=51, Fanout min=4, mean=8.71, max=17, meandelta=88946.90 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 8 9 10 11 12 17 Graph level=2 size=863, Fanout min=7, mean=23.02, max=32, meandelta=38130.04 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 20 23 25 27 31 32 32 Graph level=1 size=29537, Fanout min=3, mean=28.08, max=32, meandelta=31517.69 % 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=964932, Fanout min=1, mean=39.49, max=64, meandelta=22629.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=51, connectedness=1.00 Graph level=2 size=863, connectedness=1.00 Graph level=1 size=29537, connectedness=1.00 Graph level=0 size=964932, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 429569 documents Graph level=3 size=23, Fanout min=3, mean=6.00, max=10, meandelta=44822.15 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 7 8 9 10 Graph level=2 size=347, Fanout min=7, mean=18.48, max=32, meandelta=18800.23 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 16 17 19 21 24 27 32 Graph level=1 size=13138, Fanout min=6, mean=27.68, max=32, meandelta=14194.22 % 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=429569, Fanout min=1, mean=39.59, max=64, meandelta=10070.06 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=347, connectedness=1.00 Graph level=1 size=13138, connectedness=1.00 Graph level=0 size=429569, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 277987 documents Graph level=3 size=17, Fanout min=3, mean=5.29, max=8, meandelta=35193.72 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 6 6 7 8 Graph level=2 size=238, Fanout min=5, mean=16.01, max=32, meandelta=14566.05 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 13 14 16 16 18 20 22 32 Graph level=1 size=8504, Fanout min=6, mean=27.47, max=32, meandelta=9220.76 % 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=277987, Fanout min=1, mean=39.49, max=64, meandelta=6534.93 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=17, connectedness=1.00 Graph level=2 size=238, connectedness=1.00 Graph level=1 size=8504, connectedness=1.00 Graph level=0 size=277987, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1152779 documents Graph level=3 size=56, Fanout min=5, mean=9.93, max=18, meandelta=91967.45 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 9 10 11 12 14 18 Graph level=2 size=1037, Fanout min=5, mean=23.52, max=32, meandelta=44256.84 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 28 32 32 32 Graph level=1 size=35279, Fanout min=4, mean=28.14, max=32, meandelta=37504.46 % 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=1152779, Fanout min=1, mean=39.44, max=64, meandelta=27052.15 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=56, connectedness=1.00 Graph level=2 size=1037, connectedness=1.00 Graph level=1 size=35279, connectedness=1.00 Graph level=0 size=1152779, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 198060 documents Graph level=3 size=8, Fanout min=1, mean=2.25, max=5, meandelta=39728.05 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 3 3 5 Graph level=2 size=178, Fanout min=6, mean=14.37, max=28, meandelta=11718.19 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 16 18 19 28 Graph level=1 size=6125, Fanout min=9, mean=27.44, max=32, meandelta=6606.15 % 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=198060, Fanout min=1, mean=39.35, max=64, meandelta=4674.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=178, connectedness=1.00 Graph level=1 size=6125, connectedness=1.00 Graph level=0 size=198060, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 325991 documents Graph level=3 size=18, Fanout min=1, mean=4.11, max=8, meandelta=43085.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 4 4 5 5 6 8 Graph level=2 size=292, Fanout min=5, mean=17.01, max=32, meandelta=16159.67 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 13 15 16 18 19 21 24 32 Graph level=1 size=10015, Fanout min=6, mean=27.57, max=32, meandelta=10804.26 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=325991, Fanout min=1, mean=39.51, max=64, meandelta=7661.75 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=18, connectedness=1.00 Graph level=2 size=292, connectedness=1.00 Graph level=1 size=10015, connectedness=1.00 Graph level=0 size=325991, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 1266276 documents Graph level=3 size=57, Fanout min=4, mean=8.42, max=16, meandelta=122738.23 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 9 11 12 16 Graph level=2 size=1145, Fanout min=8, mean=23.77, max=32, meandelta=48601.76 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 27 29 32 32 32 Graph level=1 size=38874, Fanout min=2, mean=28.12, max=32, meandelta=41305.32 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1266276, Fanout min=1, mean=39.43, max=64, meandelta=29718.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=57, connectedness=1.00 Graph level=2 size=1145, connectedness=1.00 Graph level=1 size=38874, connectedness=1.00 Graph level=0 size=1266276, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 422867 documents Graph level=3 size=12, Fanout min=3, mean=4.33, max=6, meandelta=52200.67 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 3 4 4 5 5 5 5 6 Graph level=2 size=388, Fanout min=7, mean=18.57, max=32, meandelta=19837.63 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 19 22 24 28 32 Graph level=1 size=13044, Fanout min=7, mean=27.71, max=32, meandelta=13942.88 % 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=422867, Fanout min=1, mean=39.56, max=64, meandelta=9913.39 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=12, connectedness=1.00 Graph level=2 size=388, connectedness=1.00 Graph level=1 size=13044, connectedness=1.00 Graph level=0 size=422867, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 753781 documents Graph level=3 size=44, Fanout min=3, mean=7.95, max=15, meandelta=74525.33 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 8 9 10 11 15 Graph level=2 size=645, Fanout min=8, mean=21.52, max=32, meandelta=31380.14 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 23 25 28 32 32 Graph level=1 size=22875, Fanout min=2, mean=28.05, max=32, meandelta=24584.18 % 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=753781, Fanout min=1, mean=39.58, max=64, meandelta=17649.55 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=44, connectedness=1.00 Graph level=2 size=645, connectedness=1.00 Graph level=1 size=22875, connectedness=1.00 Graph level=0 size=753781, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 478561 documents Graph level=3 size=15, Fanout min=3, mean=4.67, max=8, meandelta=64568.19 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 4 4 5 5 6 8 Graph level=2 size=455, Fanout min=7, mean=19.98, max=32, meandelta=21227.93 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 21 23 26 31 32 Graph level=1 size=14810, Fanout min=6, mean=27.83, max=32, meandelta=15719.65 % 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=478561, Fanout min=1, mean=39.59, max=64, meandelta=11208.74 % 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=15, connectedness=1.00 Graph level=2 size=455, connectedness=1.00 Graph level=1 size=14810, connectedness=1.00 Graph level=0 size=478561, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 110096 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=4, meandelta=17381.31 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 3 3 3 4 Graph level=2 size=105, Fanout min=4, mean=11.70, max=25, meandelta=7623.41 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 15 17 25 Graph level=1 size=3365, Fanout min=8, mean=26.56, max=32, meandelta=3802.49 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 28 32 32 32 32 32 Graph level=0 size=110096, Fanout min=2, mean=39.00, max=64, meandelta=2620.34 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=105, connectedness=1.00 Graph level=1 size=3365, connectedness=1.00 Graph level=0 size=110096, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 109668 documents Graph level=3 size=6, Fanout min=1, mean=1.67, max=3, meandelta=12354.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 3 3 Graph level=2 size=101, Fanout min=5, mean=11.80, max=26, meandelta=7863.53 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 9 10 11 12 13 15 16 26 Graph level=1 size=3363, Fanout min=9, mean=26.63, max=32, meandelta=3765.83 % 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=109668, Fanout min=1, mean=38.97, max=64, meandelta=2610.71 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=101, connectedness=1.00 Graph level=1 size=3363, connectedness=1.00 Graph level=0 size=109668, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 38451 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=30, Fanout min=3, mean=6.20, max=12, meandelta=4385.77 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 7 7 8 10 12 Graph level=1 size=1187, Fanout min=8, mean=23.87, max=32, meandelta=1456.41 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 26 29 32 32 32 Graph level=0 size=38451, Fanout min=3, mean=37.91, max=64, meandelta=940.31 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 34 39 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=30, connectedness=1.00 Graph level=1 size=1187, connectedness=1.00 Graph level=0 size=38451, 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.19.18.39.09/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': 200,888,078.87 msec task-clock:u 751,417,107,796,814 cycles:u (36.36%) 47,343,138,329,596 instructions:u (36.36%) 9,348,369,730,133 cache-references:u (36.36%) 2,349,730,692,124 cache-misses:u (36.36%) 26,160,932,080,805 L1-dcache-loads:u (36.36%) 2,687,868,502,481 L1-dcache-load-misses:u (36.36%) 2,930,056,255,600 L1-icache-loads:u (36.36%) 35,259,180,936 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 40,889,212 faults:u 13,434,958 minor-faults:u 152 major-faults:u 4,806,424,537,590 branches:u (36.36%) 83,078,387,096 branch-misses:u (36.36%) 10,870,262,049,151 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 5677.600124246 seconds time elapsed 199735.663611000 seconds user 1127.372928000 seconds sys took 1:34:37.630895 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.974, cpu_time_ms=12.078, net_cpu_ms=12.655, 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=61336, index_time_sec=3397.26, index_docs_per_sec=2354.84, force_merge_time_sec=0.0, index_num_segments=15, index_size_on_disk_mb=32013.64, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (0, {}), 2: (30, {0: 0, 10: 3, 20: 4, 30: 4, 40: 5, 50: 6, 60: 7, 70: 7, 80: 8, 90: 10, 100: 12}), 1: (1187, {0: 0, 10: 15, 20: 17, 30: 19, 40: 22, 50: 24, 60: 26, 70: 29, 80: 32, 90: 32, 100: 32}), 0: (38451, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 34, 60: 39, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=5677, microseconds=630895)) Profiler summary for /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 164 Start: 2026-05-20 03:38:35 (UTC) Duration: 3550 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 106358461 1872764594 jdk.FileWrite 6727977 146057460 jdk.FileRead 2625671 61664913 jdk.BooleanFlag 81344 2591652 jdk.CPULoad 65490 1333491 jdk.ObjectAllocationInNewTLAB 35780 716012 jdk.Checkpoint 11409 31841083 jdk.UnsignedIntFlag 7872 268808 jdk.IntFlag 7216 264912 jdk.StringFlag 5576 217862 jdk.Compilation 1119 30594 jdk.ObjectAllocationOutsideTLAB 961 18096 jdk.CPUInformation 164 246359 jdk.GCConfiguration 164 4295 jdk.JVMInformation 164 148451 jdk.Metadata 164 18126459 jdk.GarbageCollection 23 563 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.19.18.39.09/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmFalse.jfr is 2037.34 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106358461 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 85.36% 90M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 7.37% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.33% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.91% 968718 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.65% 695101 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.60% 640394 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.37% 390785 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] 0.34% 361169 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.26% 280268 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.22% 232254 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.19% 207076 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.17% 179241 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.14% 150735 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.10% 109355 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.07% 71487 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 56719 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.05% 52941 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.04% 43859 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.04% 40760 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.04% 40582 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.04% 40524 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.03% 34443 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.03% 27606 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.03% 27060 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.02% 25163 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 23370 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 22864 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 22318 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 21393 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 20776 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 20431 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 19806 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.02% 18126 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 16883 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 16499 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.01% 15035 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 14111 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 14096 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 13947 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 13485 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.01% 12288 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 12142 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.01% 11793 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 11285 java.util.Arrays#sort():99 [Inlined code] 0.01% 10499 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 9797 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 8752 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 8236 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] 0.01% 7592 knn.IndexerThread#_run():105 [JIT compiled code] 0.01% 7365 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmFalse.jfr is 2037.34 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106358461 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 79.53% 84M 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] 7.37% 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] 5.81% 6M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.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] 0.91% 968717 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 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% 748032 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.65% 694996 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] 0.37% 389223 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.35% 374121 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 355273 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.23% 242706 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.22% 231449 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.17% 182713 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.17% 178303 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 175881 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% 140220 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.07% 71487 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% 68853 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.06% 63228 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.05% 51556 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.05% 50155 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.05% 49701 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 45902 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 43859 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 40524 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.04% 39436 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.03% 36902 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():415 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.03% 35689 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.03% 34443 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] 0.03% 29172 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.03% 27674 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.03% 27060 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 25163 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 20776 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 20255 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.02% 19848 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 18179 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 18128 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 17597 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% 16664 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 16595 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.01% 15919 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.01% 15008 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 14462 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.01% 14147 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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% 14096 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():493 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 13806 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.01% 12973 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.0x000000004d1740a0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 12382 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 12361 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.19.18.39.09/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmFalse.jfr is 2037.34 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106358461 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 72.03% 76M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 6.99% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 4.74% 5M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 2.68% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 2.50% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 2.12% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 1.40% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.68% 726562 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.60% 638288 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.57% 602808 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.55% 579772 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.29% 312593 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.26% 277818 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 0.23% 245601 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.21% 221954 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.21% 220202 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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.20% 217150 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.19% 200259 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 182713 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 182192 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.15% 163400 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.15% 154835 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 0.15% 154621 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.13% 136787 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():256 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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% 135892 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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.0x000000004d19cd58#run() [JIT compiled code] 0.10% 109903 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.0x000000004d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.10% 108325 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.10% 103231 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.09% 95073 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.07% 79342 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 0.07% 71464 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% 65978 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.0x000000004d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.06% 65614 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.06% 61517 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.05% 56413 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.05% 51286 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.04% 47196 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 0.04% 42781 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 40508 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.04% 40422 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.04% 39916 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 38052 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.03% 35249 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.03% 33456 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():412 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.03% 28617 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.03% 28479 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.02% 26504 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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.0x000000004d19cd58#run() [JIT compiled code] 0.02% 25914 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.02% 24610 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#checkIntegrity():266 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#checkIntegrity():272 [JIT compiled code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():115 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004d195c38#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.02% 24100 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004d195c38#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.19.18.39.09/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmFalse.jfr is 2037.34 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 36730 events (total: 208439M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 30.80% 64209M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 24.30% 50641M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 24.02% 50066M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.21% 10863M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.48% 7251M java.lang.Integer#valueOf():1006 [Inlined code] 3.32% 6924M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.53% 3189M java.util.Arrays#copyOf():3478 [Inlined code] 0.79% 1639M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.71% 1479M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.71% 1472M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.68% 1408M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.47% 974M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.44% 922M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.34% 701M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.33% 687M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.20% 427M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 361M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.15% 315M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.15% 311M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.14% 290M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.13% 271M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 268M java.util.ArrayList#grow():240 [Inlined code] 0.12% 258M java.util.HashMap#newNode():1910 [Inlined code] 0.11% 233M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.11% 228M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.11% 227M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 214M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.10% 209M knn.IndexerThread#_run():108 [JIT compiled code] 0.10% 208M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 171M org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#():723 [Inlined code] 0.08% 171M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] 0.08% 169M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 127M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 109M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 103M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 101M java.lang.Thread#beforeSleep():473 [Inlined code] 0.05% 101M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.05% 94M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 88M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 86M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 72M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 69M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 64M java.util.HashMap$KeySet#iterator():992 [Inlined code] 0.03% 59M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.03% 59M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 56M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.03% 53M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.02% 43M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.02% 43M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.02% 43M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmFalse.jfr is 2037.34 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 36730 events (total: 208439M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.00% 41679M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 19.78% 41228M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.95% 39505M 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.85% 24704M 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.21% 10863M 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.30% 8962M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.20% 8760M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.46% 7221M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 3.32% 6924M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.52% 3166M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.76% 1590M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.68% 1408M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.43% 897M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.41% 856M 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.36% 753M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.35% 728M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.29% 608M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.28% 589M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 519M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.21% 433M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.20% 427M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 311M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.14% 290M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.13% 268M 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% 258M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.11% 233M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.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% 228M 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.11% 227M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.10% 214M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.10% 212M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 209M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.10% 208M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.09% 196M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.08% 171M org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#():723 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():661 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [JIT compiled code] 0.08% 171M org.apache.lucene.search.TopKnnCollector#topDocs():63 [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% 146M 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% 142M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.07% 142M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 129M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 127M knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 123M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.05% 109M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 104M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [JIT compiled code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.05% 103M 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.0x000000004d182000#concat() [Inlined code] 0.05% 101M java.lang.Thread#beforeSleep():473 [Inlined code] at java.lang.Thread#sleepNanos():504 [JIT compiled code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():304 [Interpreted code] 0.05% 101M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.05% 94M knn.KnnIndexer#createIndex():264 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.04% 93M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.04% 86M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#():190 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#():66 [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():85 [Interpreted code] 0.04% 77M 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 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [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.19.18.39.09/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmFalse.jfr is 2037.34 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 36730 events (total: 208439M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.92% 39441M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 13.68% 28515M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 13.66% 28463M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 7.90% 16470M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.21% 10863M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 3.95% 8233M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.53% 7363M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.46% 7221M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 3.32% 6921M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.40% 5001M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 2.39% 4975M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.54% 3199M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.52% 3173M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.52% 3166M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.38% 2867M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 1.22% 2542M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.11% 2318M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.98% 2040M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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.83% 1735M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.73% 1526M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 0.59% 1225M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.58% 1201M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.52% 1081M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.47% 972M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 0.42% 877M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.42% 866M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] 0.41% 856M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.38% 782M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.30% 623M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.28% 586M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.25% 527M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.21% 431M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 389M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.17% 352M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.16% 336M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.15% 304M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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.14% 291M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] 0.14% 290M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.13% 276M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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% 268M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.12% 258M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 246M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 229M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 228M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields():249 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004d1968a0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():290 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():120 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.11% 227M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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.0x000000004d19cd58#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 221M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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.0x000000004d19cd58#run() [JIT compiled code] 0.10% 209M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.10% 208M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeFields():249 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004d1968a0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():290 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():120 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.10% 207M 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.10% 199M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004d19c800#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] 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.19.18.39.09/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 1840388 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2739843050772190 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 20, 2026 1:05:50 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: 233 segments, 27 merges 1170.8s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 724.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 663.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 624.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 530.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 500.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 334.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 321.9s _1b3: 8 segs, 144.1 K docs, 574.0 MB 309.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 281.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 248.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 231.9s _1cd: 8 segs, 73.7 K docs, 292.7 MB 215.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 199.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 184.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 168.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 153.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 139.4s _1dr: 8 segs, 74.4 K docs, 295.7 MB 123.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 110.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 94.1s _1eg: 11 segs, 53.3 K docs, 210.8 MB 74.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 58.8s _1f0: 8 segs, 38.6 K docs, 152.9 MB 40.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 16.8s _1fi: 8 segs, 39.9 K docs, 157.8 MB 1.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 5.0 sec: 233 segments, 27 merges 1175.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 729.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 668.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 629.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 535.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 505.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 339.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 327.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 314.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 286.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 253.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 236.9s _1cd: 8 segs, 73.7 K docs, 292.7 MB 220.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 204.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 189.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 173.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 158.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 144.4s _1dr: 8 segs, 74.4 K docs, 295.7 MB 128.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 115.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 99.1s _1eg: 11 segs, 53.3 K docs, 210.8 MB 79.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 63.8s _1f0: 8 segs, 38.6 K docs, 152.9 MB 45.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 21.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 6.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 5.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 10.0 sec: 233 segments, 27 merges 1180.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 734.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 673.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 634.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 540.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 510.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 344.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 332.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 319.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 291.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 259.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 241.9s _1cd: 8 segs, 73.7 K docs, 292.7 MB 225.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 209.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 194.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 178.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 163.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 149.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 133.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 120.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 104.1s _1eg: 11 segs, 53.3 K docs, 210.8 MB 84.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 68.8s _1f0: 8 segs, 38.6 K docs, 152.9 MB 50.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 26.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 11.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 10.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 15.0 sec: 233 segments, 27 merges 1185.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 739.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 678.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 639.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 545.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 515.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 349.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 337.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 324.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 296.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 264.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 246.9s _1cd: 8 segs, 73.7 K docs, 292.7 MB 230.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 214.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 199.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 183.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 168.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 154.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 138.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 125.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 109.1s _1eg: 11 segs, 53.3 K docs, 210.8 MB 89.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 73.9s _1f0: 8 segs, 38.6 K docs, 152.9 MB 55.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 31.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 16.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 15.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 20.1 sec: 233 segments, 27 merges 1190.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 744.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 683.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 644.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 550.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 520.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 354.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 342.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 329.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 301.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 269.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 251.9s _1cd: 8 segs, 73.7 K docs, 292.7 MB 235.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 219.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 204.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 188.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 173.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 159.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 143.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 130.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 114.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 94.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 78.9s _1f0: 8 segs, 38.6 K docs, 152.9 MB 60.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 36.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 22.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 20.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 25.1 sec: 233 segments, 27 merges 1195.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 749.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 688.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 649.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 555.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 525.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 359.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 347.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 334.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 306.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 274.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 257.0s _1cd: 8 segs, 73.7 K docs, 292.7 MB 240.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 224.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 209.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 193.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 178.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 164.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 148.3s _1dz: 8 segs, 72.2 K docs, 287.0 MB 135.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 119.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 99.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 83.9s _1f0: 8 segs, 38.6 K docs, 152.9 MB 65.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 41.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 27.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 25.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 30.1 sec: 233 segments, 27 merges 1200.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 755.0s _15w: 8 segs, 169.1 K docs, 673.5 MB 693.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 654.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 560.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 530.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 364.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 352.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 339.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 311.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 279.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 262.0s _1cd: 8 segs, 73.7 K docs, 292.7 MB 245.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 229.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 214.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 198.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 183.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 169.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 153.3s _1dz: 8 segs, 72.2 K docs, 287.0 MB 140.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 124.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 104.2s _1er: 10 segs, 47.9 K docs, 189.6 MB 88.9s _1f0: 8 segs, 38.6 K docs, 152.9 MB 70.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 46.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 32.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 30.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 35.1 sec: 233 segments, 27 merges 1205.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 760.0s _15w: 8 segs, 169.1 K docs, 673.5 MB 698.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 659.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 565.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 535.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 369.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 357.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 344.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 316.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 284.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 267.0s _1cd: 8 segs, 73.7 K docs, 292.7 MB 250.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 234.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 219.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 203.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 188.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 174.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 158.3s _1dz: 8 segs, 72.2 K docs, 287.0 MB 145.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 129.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 109.2s _1er: 10 segs, 47.9 K docs, 189.6 MB 93.9s _1f0: 8 segs, 38.6 K docs, 152.9 MB 75.2s _1f9: 8 segs, 39.7 K docs, 157.1 MB 51.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 37.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 35.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 40.0 sec: 233 segments, 27 merges 1210.8s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 764.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 703.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 664.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 570.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 540.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 374.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 362.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 349.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 321.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 288.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 271.9s _1cd: 8 segs, 73.7 K docs, 292.7 MB 255.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 239.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 224.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 208.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 193.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 179.4s _1dr: 8 segs, 74.4 K docs, 295.7 MB 163.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 150.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 134.1s _1eg: 11 segs, 53.3 K docs, 210.8 MB 114.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 98.8s _1f0: 8 segs, 38.6 K docs, 152.9 MB 80.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 56.8s _1fi: 8 segs, 39.9 K docs, 157.8 MB 41.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 40.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 45.0 sec: 233 segments, 27 merges 1215.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 769.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 708.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 669.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 575.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 545.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 379.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 367.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 354.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 326.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 293.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 276.9s _1cd: 8 segs, 73.7 K docs, 292.7 MB 260.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 244.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 229.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 213.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 198.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 184.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 168.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 155.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 139.1s _1eg: 11 segs, 53.3 K docs, 210.8 MB 119.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 103.8s _1f0: 8 segs, 38.6 K docs, 152.9 MB 85.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 61.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 46.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 45.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 50.0 sec: 226 segments, 26 merges 1220.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 774.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 713.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 674.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 580.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 550.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 384.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 372.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 359.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 331.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 299.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 265.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 249.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 234.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 218.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 203.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 189.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 173.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 160.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 144.1s _1eg: 11 segs, 53.3 K docs, 210.8 MB 124.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 108.9s _1f0: 8 segs, 38.6 K docs, 152.9 MB 90.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 66.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 51.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 50.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 55.0 sec: 226 segments, 26 merges 1225.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 779.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 718.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 679.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 585.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 555.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 389.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 377.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 364.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 336.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 304.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 270.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 254.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 239.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 223.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 208.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 194.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 178.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 165.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 149.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 129.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 113.9s _1f0: 8 segs, 38.6 K docs, 152.9 MB 95.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 71.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 56.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 55.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 60.1 sec: 226 segments, 26 merges 1230.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 784.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 723.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 684.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 590.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 560.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 394.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 382.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 369.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 341.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 309.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 275.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 259.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 244.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 228.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 213.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 199.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 183.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 170.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 154.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 134.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 118.9s _1f0: 8 segs, 38.6 K docs, 152.9 MB 100.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 76.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 62.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 60.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 65.1 sec: 226 segments, 26 merges 1235.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 789.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 728.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 689.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 595.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 565.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 399.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 387.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 374.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 346.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 314.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 280.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 264.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 249.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 233.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 218.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 204.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 188.2s _1dz: 8 segs, 72.2 K docs, 287.0 MB 175.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 159.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 139.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 123.9s _1f0: 8 segs, 38.6 K docs, 152.9 MB 105.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 81.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 67.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 65.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 70.1 sec: 212 segments, 24 merges 1240.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 794.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 733.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 694.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 600.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 570.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 404.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 392.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 379.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 351.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 319.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 285.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 269.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 254.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 238.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 223.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 209.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 180.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 164.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 144.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 110.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 86.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 72.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 70.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 75.1 sec: 212 segments, 24 merges 1245.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 799.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 738.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 699.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 605.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 575.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 409.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 397.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 384.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 356.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 324.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 290.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 274.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 259.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 243.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 228.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 214.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 185.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 169.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 149.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 115.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 91.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 77.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 75.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 80.1 sec: 212 segments, 24 merges 1250.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 804.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 743.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 704.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 610.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 580.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 414.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 402.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 389.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 361.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 329.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 295.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 279.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 264.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 248.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 233.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 219.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 190.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 174.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 154.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 120.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 96.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 82.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 80.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 85.1 sec: 212 segments, 24 merges 1255.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 809.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 748.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 709.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 615.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 585.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 419.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 407.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 394.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 366.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 334.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 300.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 284.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 269.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 253.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 238.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 224.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 195.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 179.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 159.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 125.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 101.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 87.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 85.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 90.1 sec: 212 segments, 24 merges 1260.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 814.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 753.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 714.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 620.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 590.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 424.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 412.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 399.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 371.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 339.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 305.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 289.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 274.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 258.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 243.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 229.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 200.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 184.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 164.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 130.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 106.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 92.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 90.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 95.1 sec: 212 segments, 24 merges 1265.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 819.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 758.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 719.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 625.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 595.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 429.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 417.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 404.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 376.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 344.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 310.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 294.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 279.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 263.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 248.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 234.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 205.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 189.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 169.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 135.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 111.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 97.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 95.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 100.1 sec: 212 segments, 24 merges 1270.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 825.0s _15w: 8 segs, 169.1 K docs, 673.5 MB 763.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 724.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 630.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 600.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 434.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 422.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 409.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 381.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 349.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 315.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 299.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 284.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 268.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 253.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 239.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 210.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 194.2s _1eg: 11 segs, 53.3 K docs, 210.8 MB 174.2s _1er: 10 segs, 47.9 K docs, 189.6 MB 140.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 116.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 102.0s _1fq: 8 segs, 72.0 K docs, 286.1 MB 100.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 105.0 sec: 212 segments, 24 merges 1275.8s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 829.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 768.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 729.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 635.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 605.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 439.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 427.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 414.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 386.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 353.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 320.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 304.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 289.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 273.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 258.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 244.4s _1dr: 8 segs, 74.4 K docs, 295.7 MB 215.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 199.1s _1eg: 11 segs, 53.3 K docs, 210.8 MB 179.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 145.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 121.8s _1fi: 8 segs, 39.9 K docs, 157.8 MB 106.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 105.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 110.0 sec: 202 segments, 23 merges 1280.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 834.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 773.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 734.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 640.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 610.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 444.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 432.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 419.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 391.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 358.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 325.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 309.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 294.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 278.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 263.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 249.4s _1dr: 8 segs, 74.4 K docs, 295.7 MB 220.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 184.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 150.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 126.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 111.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 110.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 115.0 sec: 202 segments, 23 merges 1285.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 839.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 778.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 739.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 645.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 615.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 449.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 437.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 424.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 396.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 364.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 330.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 314.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 299.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 283.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 268.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 254.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 225.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 189.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 155.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 131.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 116.9s _1fq: 8 segs, 72.0 K docs, 286.1 MB 115.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 120.0 sec: 195 segments, 22 merges 1290.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 844.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 783.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 744.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 650.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 620.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 454.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 442.0s _1b3: 8 segs, 144.1 K docs, 574.0 MB 429.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 401.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 369.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 335.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 319.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 304.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 288.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 273.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 259.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 230.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 194.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 160.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 136.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 120.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 125.0 sec: 188 segments, 21 merges 1295.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 849.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 788.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 749.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 655.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 625.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 459.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 434.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 406.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 374.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 340.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 324.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 309.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 293.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 278.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 264.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 235.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 199.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 165.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 141.9s _1fi: 8 segs, 39.9 K docs, 157.8 MB 125.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 130.0 sec: 181 segments, 20 merges 1300.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 854.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 793.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 754.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 660.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 630.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 464.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 439.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 411.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 379.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 345.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 329.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 314.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 298.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 283.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 269.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 240.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 204.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 170.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 130.0s _1fr: 8 segs, 28.0 K docs, 110.9 MB 135.1 sec: 181 segments, 20 merges 1305.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 859.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 798.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 759.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 665.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 635.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 469.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 444.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 416.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 384.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 350.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 334.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 319.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 303.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 288.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 274.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 245.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 209.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 175.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 135.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 140.1 sec: 181 segments, 20 merges 1310.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 864.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 803.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 764.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 670.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 640.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 474.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 449.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 421.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 389.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 355.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 339.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 324.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 308.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 293.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 279.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 250.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 214.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 180.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 140.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 145.1 sec: 181 segments, 20 merges 1315.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 869.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 808.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 769.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 675.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 645.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 479.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 454.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 426.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 394.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 360.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 344.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 329.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 313.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 298.0s _1dj: 8 segs, 38.5 K docs, 152.6 MB 284.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 255.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 219.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 185.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 145.1s _1fr: 8 segs, 28.0 K docs, 110.9 MB 150.1 sec: 174 segments, 20 merges 1320.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 874.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 813.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 774.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 680.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 650.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 484.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 459.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 431.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 399.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 365.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 349.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 334.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 318.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 303.1s _1dj: 8 segs, 38.5 K docs, 152.6 MB 289.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 260.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 224.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 190.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 3.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 155.1 sec: 167 segments, 19 merges 1325.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 879.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 818.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 779.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 685.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 655.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 489.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 464.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 436.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 404.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 370.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 354.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 339.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 323.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 294.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 265.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 229.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 195.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 8.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 160.1 sec: 167 segments, 19 merges 1330.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 884.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 823.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 784.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 690.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 660.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 494.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 469.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 441.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 409.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 375.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 359.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 344.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 328.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 299.5s _1dr: 8 segs, 74.4 K docs, 295.7 MB 270.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 234.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 200.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 13.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 165.1 sec: 160 segments, 18 merges 1335.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 889.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 828.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 789.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 695.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 665.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 499.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 474.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 446.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 414.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 380.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 364.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 349.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 333.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 275.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 239.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 205.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 18.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 170.1 sec: 160 segments, 18 merges 1340.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 895.0s _15w: 8 segs, 169.1 K docs, 673.5 MB 833.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 794.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 700.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 670.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 504.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 479.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 451.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 419.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 385.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 369.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 354.1s _1d2: 8 segs, 73.4 K docs, 291.6 MB 338.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 280.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 244.2s _1er: 10 segs, 47.9 K docs, 189.6 MB 210.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 23.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 175.0 sec: 160 segments, 18 merges 1345.8s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 899.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 838.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 799.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 705.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 675.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 509.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 484.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 456.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 423.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 390.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 374.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 359.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 343.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 285.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 249.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 215.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 28.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 180.0 sec: 160 segments, 18 merges 1350.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 904.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 843.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 804.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 710.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 680.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 514.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 489.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 461.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 429.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 395.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 379.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 364.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 348.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 290.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 254.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 220.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 33.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 185.0 sec: 160 segments, 18 merges 1355.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 909.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 848.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 809.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 715.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 685.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 519.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 494.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 466.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 434.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 400.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 384.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 369.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 353.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 295.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 259.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 225.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 38.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 190.0 sec: 160 segments, 18 merges 1360.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 914.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 853.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 814.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 720.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 690.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 524.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 499.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 471.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 439.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 405.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 389.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 374.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 358.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 300.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 264.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 230.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 43.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 195.0 sec: 160 segments, 18 merges 1365.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 919.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 858.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 819.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 725.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 695.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 529.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 504.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 476.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 444.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 410.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 394.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 379.0s _1d2: 8 segs, 73.4 K docs, 291.6 MB 363.1s _1da: 8 segs, 72.4 K docs, 287.5 MB 305.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 269.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 235.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 48.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 200.0 sec: 153 segments, 17 merges 1370.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 924.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 863.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 824.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 730.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 700.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 534.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 509.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 481.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 449.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 415.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 399.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 368.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 310.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 274.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 240.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 53.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 205.0 sec: 153 segments, 17 merges 1375.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 929.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 868.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 829.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 735.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 705.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 539.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 514.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 486.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 454.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 420.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 404.6s _1cu: 8 segs, 39.1 K docs, 154.8 MB 373.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 315.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 279.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 245.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 58.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 210.0 sec: 153 segments, 17 merges 1380.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 934.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 873.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 834.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 740.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 710.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 544.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 519.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 491.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 459.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 425.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 409.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 378.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 320.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 284.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 250.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 63.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 215.1 sec: 153 segments, 17 merges 1385.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 939.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 878.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 839.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 745.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 715.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 549.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 524.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 496.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 464.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 430.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 414.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 383.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 325.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 289.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 255.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 68.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 220.1 sec: 153 segments, 17 merges 1390.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 944.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 883.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 844.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 750.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 720.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 554.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 529.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 501.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 469.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 435.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 419.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 388.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 330.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 294.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 260.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 73.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 225.1 sec: 153 segments, 17 merges 1395.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 949.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 888.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 849.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 755.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 725.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 559.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 534.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 506.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 474.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 440.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 424.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 393.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 335.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 299.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 265.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 78.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 230.0 sec: 153 segments, 17 merges 1400.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 954.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 893.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 854.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 760.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 730.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 564.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 539.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 511.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 479.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 445.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 429.7s _1cu: 8 segs, 39.1 K docs, 154.8 MB 398.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 340.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 304.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 270.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 83.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 235.1 sec: 146 segments, 16 merges 1405.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 959.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 898.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 859.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 765.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 735.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 569.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 544.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 516.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 484.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 450.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 403.2s _1da: 8 segs, 72.4 K docs, 287.5 MB 345.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 309.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 275.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 88.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 240.1 sec: 139 segments, 15 merges 1410.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 964.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 903.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 864.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 770.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 740.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 574.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 549.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 521.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 489.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 455.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 350.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 314.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 280.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 93.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 245.1 sec: 139 segments, 15 merges 1415.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 969.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 908.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 869.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 775.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 745.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 579.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 554.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 526.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 494.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 460.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 355.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 319.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 285.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 98.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 250.1 sec: 139 segments, 15 merges 1420.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 974.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 913.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 874.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 780.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 750.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 584.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 559.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 531.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 499.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 465.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 360.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 324.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 290.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 103.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 255.1 sec: 139 segments, 15 merges 1425.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 979.9s _15w: 8 segs, 169.1 K docs, 673.5 MB 918.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 879.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 785.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 755.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 589.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 564.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 536.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 504.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 470.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 365.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 329.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 295.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 108.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 260.1 sec: 132 segments, 14 merges 1430.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 923.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 884.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 790.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 760.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 594.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 569.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 541.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 509.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 475.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 370.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 334.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 300.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 113.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 265.1 sec: 132 segments, 14 merges 1435.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 928.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 889.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 795.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 765.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 599.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 574.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 546.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 514.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 480.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 375.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 339.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 305.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 118.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 270.1 sec: 132 segments, 14 merges 1440.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 933.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 894.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 800.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 770.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 604.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 579.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 551.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 519.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 485.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 380.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 344.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 310.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 123.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 275.1 sec: 132 segments, 14 merges 1445.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 938.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 899.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 805.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 775.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 609.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 584.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 556.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 524.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 490.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 385.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 349.2s _1er: 10 segs, 47.9 K docs, 189.6 MB 315.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 128.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 280.1 sec: 132 segments, 14 merges 1450.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 943.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 904.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 810.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 780.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 614.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 589.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 561.1s _1br: 8 segs, 197.3 K docs, 786.6 MB 529.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 495.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 390.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 354.2s _1er: 10 segs, 47.9 K docs, 189.6 MB 320.2s _1f9: 8 segs, 39.7 K docs, 157.1 MB 133.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 285.0 sec: 132 segments, 14 merges 1455.8s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 948.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 909.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 815.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 785.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 619.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 594.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 566.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 533.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 500.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 395.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 359.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 325.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 138.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 290.0 sec: 132 segments, 14 merges 1460.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 953.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 914.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 820.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 790.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 624.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 599.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 571.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 538.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 505.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 400.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 364.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 330.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 143.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 295.0 sec: 132 segments, 14 merges 1465.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 958.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 919.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 825.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 795.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 629.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 604.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 576.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 544.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 510.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 405.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 369.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 335.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 148.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 300.0 sec: 132 segments, 14 merges 1470.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 963.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 924.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 830.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 800.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 634.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 609.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 581.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 549.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 515.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 410.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 374.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 340.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 153.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 305.0 sec: 132 segments, 14 merges 1475.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 968.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 929.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 835.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 805.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 639.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 614.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 586.0s _1br: 8 segs, 197.3 K docs, 786.6 MB 554.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 520.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 415.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 379.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 345.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 158.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 310.0 sec: 125 segments, 13 merges 1480.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 973.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 934.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 840.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 810.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 644.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 619.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 559.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 525.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 420.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 384.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 350.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 163.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 315.0 sec: 125 segments, 13 merges 1485.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 978.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 939.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 845.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 815.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 649.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 624.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 564.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 530.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 425.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 389.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 355.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 168.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 320.0 sec: 125 segments, 13 merges 1490.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 983.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 944.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 850.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 820.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 654.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 629.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 569.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 535.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 430.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 394.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 360.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 173.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 325.1 sec: 125 segments, 13 merges 1495.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 988.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 949.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 855.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 825.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 659.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 634.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 574.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 540.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 435.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 399.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 365.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 178.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 330.1 sec: 125 segments, 13 merges 1500.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 993.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 954.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 860.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 830.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 664.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 639.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 579.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 545.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 440.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 404.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 370.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 183.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 335.1 sec: 125 segments, 13 merges 1505.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 998.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 959.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 865.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 835.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 669.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 644.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 584.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 550.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 445.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 409.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 375.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 188.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 340.1 sec: 125 segments, 13 merges 1510.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1003.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 964.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 870.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 840.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 674.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 649.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 589.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 555.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 450.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 414.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 380.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 193.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 345.1 sec: 125 segments, 13 merges 1515.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1008.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 969.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 875.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 845.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 679.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 654.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 594.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 560.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 455.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 419.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 385.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 198.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 350.1 sec: 125 segments, 13 merges 1520.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1013.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 974.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 880.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 850.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 684.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 659.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 599.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 565.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 460.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 424.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 390.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 203.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 355.1 sec: 125 segments, 13 merges 1525.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1018.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 979.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 885.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 855.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 689.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 664.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 604.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 570.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 465.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 429.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 395.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 208.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 360.1 sec: 125 segments, 13 merges 1530.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1023.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 984.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 890.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 860.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 694.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 669.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 609.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 575.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 470.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 434.2s _1er: 10 segs, 47.9 K docs, 189.6 MB 400.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 213.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 365.1 sec: 125 segments, 13 merges 1535.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1028.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 989.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 895.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 865.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 699.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 674.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 614.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 580.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 475.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 439.2s _1er: 10 segs, 47.9 K docs, 189.6 MB 405.2s _1f9: 8 segs, 39.7 K docs, 157.1 MB 218.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 370.0 sec: 125 segments, 13 merges 1540.8s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1033.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 994.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 900.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 870.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 704.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 679.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 618.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 585.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 480.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 444.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 410.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 223.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 375.0 sec: 125 segments, 13 merges 1545.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1038.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 999.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 905.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 875.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 709.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 684.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 623.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 590.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 485.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 449.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 415.1s _1f9: 8 segs, 39.7 K docs, 157.1 MB 228.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 380.0 sec: 118 segments, 13 merges 1550.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1043.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1004.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 910.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 880.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 714.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 689.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 628.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 595.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 490.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 454.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 233.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 0.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 385.0 sec: 118 segments, 13 merges 1555.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1048.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1009.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 915.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 885.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 719.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 694.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 634.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 600.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 495.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 459.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 238.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 5.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 390.0 sec: 118 segments, 13 merges 1560.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1053.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1014.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 920.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 890.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 724.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 699.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 639.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 605.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 500.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 464.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 243.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 10.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 395.0 sec: 118 segments, 13 merges 1565.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1058.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1019.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 925.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 895.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 729.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 704.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 644.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 610.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 505.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 469.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 248.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 15.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 400.0 sec: 118 segments, 13 merges 1570.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1063.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1024.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 930.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 900.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 734.1s _1aw: 8 segs, 105.2 K docs, 418.5 MB 709.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 649.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 615.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 510.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 474.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 253.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 20.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 405.0 sec: 118 segments, 13 merges 1575.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1068.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1029.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 935.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 905.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 739.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 714.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 654.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 620.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 515.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 479.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 258.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 25.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 410.0 sec: 118 segments, 13 merges 1580.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1073.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1034.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 940.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 910.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 744.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 719.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 659.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 625.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 520.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 484.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 263.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 30.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 415.1 sec: 118 segments, 13 merges 1585.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1078.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1039.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 945.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 915.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 749.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 724.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 664.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 630.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 525.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 489.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 268.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 35.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 420.1 sec: 118 segments, 13 merges 1590.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1083.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1044.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 950.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 920.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 754.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 729.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 669.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 635.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 530.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 494.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 273.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 40.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 425.1 sec: 118 segments, 13 merges 1595.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1088.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1049.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 955.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 925.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 759.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 734.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 674.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 640.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 535.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 499.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 278.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 45.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 430.1 sec: 118 segments, 13 merges 1600.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1093.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1054.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 960.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 930.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 764.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 739.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 679.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 645.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 540.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 504.1s _1er: 10 segs, 47.9 K docs, 189.6 MB 283.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 50.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 435.1 sec: 109 segments, 12 merges 1605.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1098.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1059.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 965.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 935.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 769.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 744.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 684.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 650.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 545.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 288.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 55.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 440.1 sec: 109 segments, 12 merges 1610.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1103.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1064.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 970.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 940.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 774.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 749.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 689.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 655.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 550.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 293.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 60.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 445.1 sec: 109 segments, 12 merges 1615.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1108.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1069.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 975.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 945.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 779.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 754.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 694.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 660.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 555.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 298.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 65.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 450.1 sec: 109 segments, 12 merges 1620.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1113.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1074.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 980.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 950.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 784.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 759.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 699.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 665.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 560.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 303.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 70.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 455.1 sec: 109 segments, 12 merges 1625.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1118.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1079.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 985.4s _18e: 8 segs, 252.3 K docs, 1006.3 MB 955.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 789.2s _1aw: 8 segs, 105.2 K docs, 418.5 MB 764.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 704.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 670.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 565.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 308.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 75.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 460.0 sec: 102 segments, 11 merges 1630.8s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1123.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1084.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 990.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 960.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 769.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 708.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 675.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 570.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 313.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 80.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 465.0 sec: 102 segments, 11 merges 1635.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1128.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1089.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 995.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 965.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 774.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 713.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 680.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 575.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 318.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 85.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 470.0 sec: 102 segments, 11 merges 1640.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1133.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1094.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 1000.3s _18e: 8 segs, 252.3 K docs, 1006.3 MB 970.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 779.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 718.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 685.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 580.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 323.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 90.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 475.0 sec: 95 segments, 10 merges 1645.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1138.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1099.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 975.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 784.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 724.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 690.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 585.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 328.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 95.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 480.0 sec: 95 segments, 10 merges 1650.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1143.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1104.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 980.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 789.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 729.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 695.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 590.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 333.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 100.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 485.0 sec: 95 segments, 10 merges 1655.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1148.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1109.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 985.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 794.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 734.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 700.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 595.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 338.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 105.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 490.0 sec: 95 segments, 10 merges 1660.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1153.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1114.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 990.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 799.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 739.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 705.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 600.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 343.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 110.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 495.0 sec: 95 segments, 10 merges 1665.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1158.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1119.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 995.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 804.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 744.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 710.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 605.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 348.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 115.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 500.0 sec: 95 segments, 10 merges 1670.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1163.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1124.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1000.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 809.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 749.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 715.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 610.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 353.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 120.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 505.1 sec: 95 segments, 10 merges 1675.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1168.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1129.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1005.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 814.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 754.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 720.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 615.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 358.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 125.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 510.1 sec: 95 segments, 10 merges 1680.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1173.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1134.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1010.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 819.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 759.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 725.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 620.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 363.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 130.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 515.1 sec: 95 segments, 10 merges 1685.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1178.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1139.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1015.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 824.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 764.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 730.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 625.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 368.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 135.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 520.1 sec: 95 segments, 10 merges 1690.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1183.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1144.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1020.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 829.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 769.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 735.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 630.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 373.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 140.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 525.0 sec: 95 segments, 10 merges 1695.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1188.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1149.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1025.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 834.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 774.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 740.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 635.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 378.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 145.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 530.0 sec: 95 segments, 10 merges 1700.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1193.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1154.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1030.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 839.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 779.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 745.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 640.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 383.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 150.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 535.0 sec: 95 segments, 10 merges 1705.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1198.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1159.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1035.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 844.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 784.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 750.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 645.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 388.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 155.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 540.0 sec: 95 segments, 10 merges 1710.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1203.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1164.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1040.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 849.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 789.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 755.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 650.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 393.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 160.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 545.0 sec: 95 segments, 10 merges 1715.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1208.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1169.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1045.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 854.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 794.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 760.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 655.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 398.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 165.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 550.1 sec: 95 segments, 10 merges 1720.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1213.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1174.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1050.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 859.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 799.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 765.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 660.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 403.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 170.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 555.1 sec: 95 segments, 10 merges 1725.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1218.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1179.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1055.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 864.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 804.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 770.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 665.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 408.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 175.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 560.1 sec: 95 segments, 10 merges 1730.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1223.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1184.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1060.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 869.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 809.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 775.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 670.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 413.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 180.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 565.1 sec: 95 segments, 10 merges 1735.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1228.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1189.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1065.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 874.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 814.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 780.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 675.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 418.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 185.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 570.1 sec: 95 segments, 10 merges 1740.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1233.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1194.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1070.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 879.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 819.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 785.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 680.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 423.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 190.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 575.1 sec: 95 segments, 10 merges 1745.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1238.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1199.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1075.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 884.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 824.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 790.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 685.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 428.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 195.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 580.1 sec: 95 segments, 10 merges 1750.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1243.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1204.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1080.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 889.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 829.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 795.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 690.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 433.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 200.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 585.1 sec: 95 segments, 10 merges 1755.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1248.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1209.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1085.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 894.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 834.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 800.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 695.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 438.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 205.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 590.1 sec: 95 segments, 10 merges 1760.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1253.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1214.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1090.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 899.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 839.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 805.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 700.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 443.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 210.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 595.1 sec: 95 segments, 10 merges 1765.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1258.8s _16l: 8 segs, 172.8 K docs, 688.6 MB 1219.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1095.1s _18u: 8 segs, 177.4 K docs, 707.2 MB 904.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 844.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 810.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 705.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 448.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 215.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 600.0 sec: 95 segments, 10 merges 1770.8s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1263.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1224.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 1100.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 909.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 848.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 815.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 710.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 453.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 220.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 605.0 sec: 95 segments, 10 merges 1775.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1268.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1229.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 1105.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 914.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 853.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 820.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 715.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 458.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 225.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 610.0 sec: 95 segments, 10 merges 1780.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1273.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1234.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 1110.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 919.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 858.9s _1c6: 8 segs, 174.5 K docs, 695.4 MB 825.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 720.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 463.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 230.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 615.0 sec: 95 segments, 10 merges 1785.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1278.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1239.8s _171: 8 segs, 315.4 K docs, 1258.4 MB 1115.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 924.3s _1bb: 8 segs, 182.2 K docs, 726.3 MB 864.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 830.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 725.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 468.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 235.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 620.0 sec: 95 segments, 10 merges 1790.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1283.7s _16l: 8 segs, 172.8 K docs, 688.6 MB 1244.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1120.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 929.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 869.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 835.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 730.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 473.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 240.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 625.0 sec: 88 segments, 9 merges 1795.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1249.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1125.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 934.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 874.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 840.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 735.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 478.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 245.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 630.0 sec: 88 segments, 9 merges 1800.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1254.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1130.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 939.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 879.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 845.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 740.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 483.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 250.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 635.0 sec: 88 segments, 9 merges 1805.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1259.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1135.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 944.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 884.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 850.1s _1cm: 8 segs, 201.0 K docs, 801.3 MB 745.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 488.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 255.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 640.0 sec: 88 segments, 9 merges 1810.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1264.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 1140.0s _18u: 8 segs, 177.4 K docs, 707.2 MB 949.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 889.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 855.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 750.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 493.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 260.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 645.0 sec: 81 segments, 8 merges 1815.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1269.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 954.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 894.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 860.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 755.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 498.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 265.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 650.1 sec: 81 segments, 8 merges 1820.9s _yu: 8 segs, 1107.0 K docs, 4423.3 MB 1274.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 959.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 899.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 865.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 760.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 503.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 270.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 655.1 sec: 74 segments, 7 merges 1279.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 964.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 904.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 870.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 765.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 508.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 275.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 660.1 sec: 74 segments, 7 merges 1284.9s _171: 8 segs, 315.4 K docs, 1258.4 MB 969.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 909.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 875.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 770.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 513.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 280.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 665.1 sec: 67 segments, 6 merges 974.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 914.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 880.2s _1cm: 8 segs, 201.0 K docs, 801.3 MB 775.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 518.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 285.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 670.1 sec: 60 segments, 6 merges 979.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 919.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 780.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 523.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 290.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 3.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 675.1 sec: 60 segments, 6 merges 984.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 924.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 785.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 528.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 295.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 8.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 680.1 sec: 60 segments, 6 merges 989.4s _1bb: 8 segs, 182.2 K docs, 726.3 MB 929.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 790.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 533.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 300.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 13.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 685.1 sec: 53 segments, 5 merges 934.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 795.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 538.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 305.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 18.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 690.1 sec: 53 segments, 5 merges 939.0s _1c6: 8 segs, 174.5 K docs, 695.4 MB 800.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 543.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 310.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 23.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 695.1 sec: 46 segments, 4 merges 805.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 548.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 315.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 28.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 700.1 sec: 46 segments, 4 merges 810.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 553.4s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 320.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 33.5s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 705.0 sec: 46 segments, 4 merges 815.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 558.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 325.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 38.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 710.0 sec: 46 segments, 4 merges 820.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 563.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 330.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 43.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 715.0 sec: 46 segments, 4 merges 825.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 568.3s _1fs: 8 segs, 415.7 K docs, 1658.2 MB 335.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 48.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 720.0 sec: 39 segments, 3 merges 830.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 340.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 53.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 725.0 sec: 39 segments, 3 merges 835.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 345.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 58.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 730.0 sec: 39 segments, 3 merges 840.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 350.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 63.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 735.0 sec: 39 segments, 3 merges 845.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 355.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 68.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 740.0 sec: 39 segments, 3 merges 850.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 360.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 73.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 745.0 sec: 39 segments, 3 merges 855.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 365.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 78.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 750.0 sec: 39 segments, 3 merges 860.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 370.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 83.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 755.0 sec: 39 segments, 3 merges 865.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 375.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 88.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 760.0 sec: 39 segments, 3 merges 870.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 380.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 93.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 765.0 sec: 39 segments, 3 merges 875.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 385.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 98.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 770.1 sec: 39 segments, 3 merges 880.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 390.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 103.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 775.1 sec: 39 segments, 3 merges 885.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 395.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 108.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 780.1 sec: 39 segments, 3 merges 890.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 400.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 113.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 785.1 sec: 39 segments, 3 merges 895.2s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 405.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 118.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 790.1 sec: 39 segments, 3 merges 900.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 410.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 123.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 795.1 sec: 39 segments, 3 merges 905.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 415.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 128.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 800.1 sec: 39 segments, 3 merges 910.3s _1e7: 8 segs, 437.5 K docs, 1746.5 MB 420.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 133.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 805.1 sec: 32 segments, 2 merges 425.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 138.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 810.1 sec: 32 segments, 2 merges 430.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 143.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 815.1 sec: 32 segments, 2 merges 435.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 148.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 820.1 sec: 32 segments, 2 merges 440.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 153.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 825.1 sec: 32 segments, 2 merges 445.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 158.5s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 830.1 sec: 32 segments, 2 merges 450.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 163.5s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 835.1 sec: 32 segments, 2 merges 455.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 168.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 840.1 sec: 32 segments, 2 merges 460.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 173.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 845.1 sec: 32 segments, 2 merges 465.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 178.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 850.1 sec: 32 segments, 2 merges 470.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 183.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 855.1 sec: 32 segments, 2 merges 475.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 188.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 860.1 sec: 32 segments, 2 merges 480.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 193.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 865.1 sec: 32 segments, 2 merges 485.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 198.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 870.1 sec: 32 segments, 2 merges 490.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 203.5s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 875.0 sec: 32 segments, 2 merges 495.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 208.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 880.0 sec: 32 segments, 2 merges 500.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 213.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 885.0 sec: 32 segments, 2 merges 505.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 218.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 890.0 sec: 32 segments, 2 merges 510.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 223.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 895.0 sec: 32 segments, 2 merges 515.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 228.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 900.0 sec: 32 segments, 2 merges 520.1s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 233.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 905.0 sec: 32 segments, 2 merges 525.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 238.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 910.0 sec: 32 segments, 2 merges 530.2s _1ft: 8 segs, 498.1 K docs, 1987.7 MB 243.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 915.0 sec: 25 segments, 1 merges 248.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 920.0 sec: 25 segments, 1 merges 253.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 925.0 sec: 25 segments, 1 merges 258.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 930.0 sec: 25 segments, 1 merges 263.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 935.0 sec: 25 segments, 1 merges 268.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 940.1 sec: 25 segments, 1 merges 273.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 945.1 sec: 25 segments, 1 merges 278.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 950.1 sec: 25 segments, 1 merges 283.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 955.1 sec: 25 segments, 1 merges 288.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 960.1 sec: 25 segments, 1 merges 293.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 965.1 sec: 25 segments, 1 merges 298.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 970.1 sec: 25 segments, 1 merges 303.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 975.1 sec: 25 segments, 1 merges 308.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 980.1 sec: 25 segments, 1 merges 313.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 985.1 sec: 25 segments, 1 merges 318.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 990.1 sec: 25 segments, 1 merges 323.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 995.1 sec: 25 segments, 1 merges 328.5s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1000.0 sec: 25 segments, 1 merges 333.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1005.0 sec: 25 segments, 1 merges 338.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1010.0 sec: 25 segments, 1 merges 343.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1015.0 sec: 25 segments, 1 merges 348.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1020.0 sec: 25 segments, 1 merges 353.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1025.0 sec: 25 segments, 1 merges 358.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1030.0 sec: 25 segments, 1 merges 363.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1035.0 sec: 25 segments, 1 merges 368.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1040.0 sec: 25 segments, 1 merges 373.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1045.0 sec: 25 segments, 1 merges 378.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1050.0 sec: 25 segments, 1 merges 383.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1055.0 sec: 25 segments, 1 merges 388.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1060.0 sec: 25 segments, 1 merges 393.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1065.1 sec: 25 segments, 1 merges 398.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1070.1 sec: 25 segments, 1 merges 403.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1075.1 sec: 25 segments, 1 merges 408.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1080.1 sec: 25 segments, 1 merges 413.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1085.1 sec: 25 segments, 1 merges 418.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1090.1 sec: 25 segments, 1 merges 423.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1095.1 sec: 25 segments, 1 merges 428.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1100.1 sec: 25 segments, 1 merges 433.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1105.1 sec: 25 segments, 1 merges 438.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1110.1 sec: 25 segments, 1 merges 443.5s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1115.0 sec: 25 segments, 1 merges 448.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1120.0 sec: 25 segments, 1 merges 453.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1125.0 sec: 25 segments, 1 merges 458.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1130.0 sec: 25 segments, 1 merges 463.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1135.0 sec: 25 segments, 1 merges 468.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1140.0 sec: 25 segments, 1 merges 473.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1145.0 sec: 25 segments, 1 merges 478.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1150.0 sec: 25 segments, 1 merges 483.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1155.0 sec: 25 segments, 1 merges 488.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1160.0 sec: 25 segments, 1 merges 493.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1165.0 sec: 25 segments, 1 merges 498.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1170.1 sec: 25 segments, 1 merges 503.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1175.1 sec: 25 segments, 1 merges 508.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1180.1 sec: 25 segments, 1 merges 513.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1185.1 sec: 25 segments, 1 merges 518.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1190.0 sec: 25 segments, 1 merges 523.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1195.0 sec: 25 segments, 1 merges 528.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1200.1 sec: 25 segments, 1 merges 533.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1205.1 sec: 25 segments, 1 merges 538.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1210.1 sec: 25 segments, 1 merges 543.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1215.1 sec: 25 segments, 1 merges 548.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1220.1 sec: 25 segments, 1 merges 553.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1225.1 sec: 25 segments, 1 merges 558.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1230.1 sec: 25 segments, 1 merges 563.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1235.1 sec: 25 segments, 1 merges 568.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1240.1 sec: 25 segments, 1 merges 573.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1245.1 sec: 25 segments, 1 merges 578.5s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1250.1 sec: 25 segments, 1 merges 583.5s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1255.0 sec: 25 segments, 1 merges 588.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1260.0 sec: 25 segments, 1 merges 593.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1265.0 sec: 25 segments, 1 merges 598.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1270.0 sec: 25 segments, 1 merges 603.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1275.0 sec: 25 segments, 1 merges 608.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1280.0 sec: 25 segments, 1 merges 613.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1285.0 sec: 25 segments, 1 merges 618.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1290.0 sec: 25 segments, 1 merges 623.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1295.0 sec: 25 segments, 1 merges 628.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1300.0 sec: 25 segments, 1 merges 633.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1305.0 sec: 25 segments, 1 merges 638.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1310.1 sec: 25 segments, 1 merges 643.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1315.1 sec: 25 segments, 1 merges 648.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB 1320.1 sec: 25 segments, 1 merges 653.4s _1fu: 8 segs, 1277.5 K docs, 5105.0 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 2976 seconds reindex takes 2976.33 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: 18 segments, 1 merges 0.0s ?: 18 segs, 8000.0 K docs, 32006.4 MB 5.0 sec: 18 segments, 1 merges 5.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 10.0 sec: 18 segments, 1 merges 10.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 15.0 sec: 18 segments, 1 merges 15.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 20.0 sec: 18 segments, 1 merges 20.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 25.0 sec: 18 segments, 1 merges 25.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 30.0 sec: 18 segments, 1 merges 30.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 35.0 sec: 18 segments, 1 merges 35.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 40.0 sec: 18 segments, 1 merges 40.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 45.0 sec: 18 segments, 1 merges 45.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 50.0 sec: 18 segments, 1 merges 50.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 55.1 sec: 18 segments, 1 merges 55.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 60.1 sec: 18 segments, 1 merges 60.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 65.1 sec: 18 segments, 1 merges 65.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 70.1 sec: 18 segments, 1 merges 70.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 75.1 sec: 18 segments, 1 merges 75.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 80.1 sec: 18 segments, 1 merges 80.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 85.1 sec: 18 segments, 1 merges 85.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 90.1 sec: 18 segments, 1 merges 90.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 95.0 sec: 18 segments, 1 merges 95.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 100.0 sec: 18 segments, 1 merges 100.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 105.0 sec: 18 segments, 1 merges 105.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 110.0 sec: 18 segments, 1 merges 110.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 115.0 sec: 18 segments, 1 merges 115.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 120.0 sec: 18 segments, 1 merges 120.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 125.0 sec: 18 segments, 1 merges 125.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 130.0 sec: 18 segments, 1 merges 130.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 135.0 sec: 18 segments, 1 merges 135.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 140.1 sec: 18 segments, 1 merges 140.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 145.1 sec: 18 segments, 1 merges 145.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 150.1 sec: 18 segments, 1 merges 150.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 155.1 sec: 18 segments, 1 merges 155.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 160.1 sec: 18 segments, 1 merges 160.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 165.1 sec: 18 segments, 1 merges 165.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 170.1 sec: 18 segments, 1 merges 170.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 175.1 sec: 18 segments, 1 merges 175.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 180.1 sec: 18 segments, 1 merges 180.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 185.1 sec: 18 segments, 1 merges 185.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 190.1 sec: 18 segments, 1 merges 190.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 195.0 sec: 18 segments, 1 merges 195.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 200.0 sec: 18 segments, 1 merges 200.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 205.0 sec: 18 segments, 1 merges 205.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 210.0 sec: 18 segments, 1 merges 210.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 215.0 sec: 18 segments, 1 merges 215.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 220.0 sec: 18 segments, 1 merges 220.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 225.0 sec: 18 segments, 1 merges 225.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 230.0 sec: 18 segments, 1 merges 230.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 235.0 sec: 18 segments, 1 merges 235.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 240.0 sec: 18 segments, 1 merges 240.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 245.1 sec: 18 segments, 1 merges 245.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 250.1 sec: 18 segments, 1 merges 250.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 255.1 sec: 18 segments, 1 merges 255.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 260.1 sec: 18 segments, 1 merges 260.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 265.1 sec: 18 segments, 1 merges 265.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 270.1 sec: 18 segments, 1 merges 270.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 275.1 sec: 18 segments, 1 merges 275.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 280.1 sec: 18 segments, 1 merges 280.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 285.1 sec: 18 segments, 1 merges 285.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 290.1 sec: 18 segments, 1 merges 290.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 295.1 sec: 18 segments, 1 merges 295.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 300.0 sec: 18 segments, 1 merges 300.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 305.0 sec: 18 segments, 1 merges 305.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 310.0 sec: 18 segments, 1 merges 310.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 315.0 sec: 18 segments, 1 merges 315.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 320.0 sec: 18 segments, 1 merges 320.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 325.0 sec: 18 segments, 1 merges 325.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 330.0 sec: 18 segments, 1 merges 330.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 335.0 sec: 18 segments, 1 merges 335.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 340.0 sec: 18 segments, 1 merges 340.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 345.0 sec: 18 segments, 1 merges 345.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 350.0 sec: 18 segments, 1 merges 350.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 355.1 sec: 18 segments, 1 merges 355.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 360.1 sec: 18 segments, 1 merges 360.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 365.1 sec: 18 segments, 1 merges 365.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 370.1 sec: 18 segments, 1 merges 370.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 375.1 sec: 18 segments, 1 merges 375.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 380.1 sec: 18 segments, 1 merges 380.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 385.1 sec: 18 segments, 1 merges 385.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 390.1 sec: 18 segments, 1 merges 390.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 395.1 sec: 18 segments, 1 merges 395.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 400.1 sec: 18 segments, 1 merges 400.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 405.1 sec: 18 segments, 1 merges 405.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 410.0 sec: 18 segments, 1 merges 410.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 415.0 sec: 18 segments, 1 merges 415.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 420.0 sec: 18 segments, 1 merges 420.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 425.0 sec: 18 segments, 1 merges 425.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 430.0 sec: 18 segments, 1 merges 430.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 435.0 sec: 18 segments, 1 merges 435.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 440.0 sec: 18 segments, 1 merges 440.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 445.0 sec: 18 segments, 1 merges 445.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 450.1 sec: 18 segments, 1 merges 450.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 455.1 sec: 18 segments, 1 merges 455.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 460.1 sec: 18 segments, 1 merges 460.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 465.1 sec: 18 segments, 1 merges 465.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 470.1 sec: 18 segments, 1 merges 470.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 475.1 sec: 18 segments, 1 merges 475.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 480.1 sec: 18 segments, 1 merges 480.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 485.1 sec: 18 segments, 1 merges 485.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 490.1 sec: 18 segments, 1 merges 490.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 495.1 sec: 18 segments, 1 merges 495.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 500.0 sec: 18 segments, 1 merges 500.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 505.0 sec: 18 segments, 1 merges 505.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 510.0 sec: 18 segments, 1 merges 510.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 515.0 sec: 18 segments, 1 merges 515.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 520.0 sec: 18 segments, 1 merges 520.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 525.0 sec: 18 segments, 1 merges 525.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 530.0 sec: 18 segments, 1 merges 530.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 535.0 sec: 18 segments, 1 merges 535.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 540.0 sec: 18 segments, 1 merges 540.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 545.0 sec: 18 segments, 1 merges 545.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 550.1 sec: 18 segments, 1 merges 550.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 555.1 sec: 18 segments, 1 merges 555.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 560.1 sec: 18 segments, 1 merges 560.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 565.1 sec: 18 segments, 1 merges 565.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 570.1 sec: 18 segments, 1 merges 570.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 575.1 sec: 18 segments, 1 merges 575.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 580.1 sec: 18 segments, 1 merges 580.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 585.1 sec: 18 segments, 1 merges 585.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 590.1 sec: 18 segments, 1 merges 590.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 595.1 sec: 18 segments, 1 merges 595.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 600.0 sec: 18 segments, 1 merges 600.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 605.0 sec: 18 segments, 1 merges 605.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 610.0 sec: 18 segments, 1 merges 610.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 615.0 sec: 18 segments, 1 merges 615.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 620.0 sec: 18 segments, 1 merges 620.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 625.0 sec: 18 segments, 1 merges 625.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 630.0 sec: 18 segments, 1 merges 630.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 635.0 sec: 18 segments, 1 merges 635.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 640.0 sec: 18 segments, 1 merges 640.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 645.0 sec: 18 segments, 1 merges 645.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 650.1 sec: 18 segments, 1 merges 650.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 655.1 sec: 18 segments, 1 merges 655.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 660.1 sec: 18 segments, 1 merges 660.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 665.1 sec: 18 segments, 1 merges 665.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 670.1 sec: 18 segments, 1 merges 670.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 675.1 sec: 18 segments, 1 merges 675.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 680.1 sec: 18 segments, 1 merges 680.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 685.1 sec: 18 segments, 1 merges 685.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 690.1 sec: 18 segments, 1 merges 690.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 695.1 sec: 18 segments, 1 merges 695.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 700.0 sec: 18 segments, 1 merges 700.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 705.0 sec: 18 segments, 1 merges 705.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 710.0 sec: 18 segments, 1 merges 710.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 715.0 sec: 18 segments, 1 merges 715.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 720.0 sec: 18 segments, 1 merges 720.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 725.0 sec: 18 segments, 1 merges 725.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 730.0 sec: 18 segments, 1 merges 730.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 735.0 sec: 18 segments, 1 merges 735.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 740.0 sec: 18 segments, 1 merges 740.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 745.0 sec: 18 segments, 1 merges 745.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 750.1 sec: 18 segments, 1 merges 750.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 755.1 sec: 18 segments, 1 merges 755.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 760.1 sec: 18 segments, 1 merges 760.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 765.1 sec: 18 segments, 1 merges 765.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 770.1 sec: 18 segments, 1 merges 770.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 775.1 sec: 18 segments, 1 merges 775.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 780.1 sec: 18 segments, 1 merges 780.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 785.1 sec: 18 segments, 1 merges 785.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 790.1 sec: 18 segments, 1 merges 790.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 795.1 sec: 18 segments, 1 merges 795.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 800.0 sec: 18 segments, 1 merges 800.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 805.0 sec: 18 segments, 1 merges 805.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 810.0 sec: 18 segments, 1 merges 810.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 815.0 sec: 18 segments, 1 merges 815.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 820.0 sec: 18 segments, 1 merges 820.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 825.0 sec: 18 segments, 1 merges 825.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 830.0 sec: 18 segments, 1 merges 830.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 835.0 sec: 18 segments, 1 merges 835.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 840.0 sec: 18 segments, 1 merges 840.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 845.0 sec: 18 segments, 1 merges 845.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 850.0 sec: 18 segments, 1 merges 850.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 855.1 sec: 18 segments, 1 merges 855.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 860.1 sec: 18 segments, 1 merges 860.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 865.1 sec: 18 segments, 1 merges 865.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 870.1 sec: 18 segments, 1 merges 870.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 875.1 sec: 18 segments, 1 merges 875.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 880.1 sec: 18 segments, 1 merges 880.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 885.1 sec: 18 segments, 1 merges 885.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 890.1 sec: 18 segments, 1 merges 890.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 895.1 sec: 18 segments, 1 merges 895.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 900.1 sec: 18 segments, 1 merges 900.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 905.0 sec: 18 segments, 1 merges 905.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 910.0 sec: 18 segments, 1 merges 910.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 915.0 sec: 18 segments, 1 merges 915.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 920.0 sec: 18 segments, 1 merges 920.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 925.0 sec: 18 segments, 1 merges 925.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 930.0 sec: 18 segments, 1 merges 930.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 935.0 sec: 18 segments, 1 merges 935.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 940.0 sec: 18 segments, 1 merges 940.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 945.0 sec: 18 segments, 1 merges 945.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 950.0 sec: 18 segments, 1 merges 950.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 955.1 sec: 18 segments, 1 merges 955.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 960.1 sec: 18 segments, 1 merges 960.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 965.1 sec: 18 segments, 1 merges 965.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 970.1 sec: 18 segments, 1 merges 970.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 975.1 sec: 18 segments, 1 merges 975.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 980.1 sec: 18 segments, 1 merges 980.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 985.1 sec: 18 segments, 1 merges 985.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 990.1 sec: 18 segments, 1 merges 990.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 995.1 sec: 18 segments, 1 merges 995.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1000.1 sec: 18 segments, 1 merges 1000.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1005.0 sec: 18 segments, 1 merges 1005.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1010.0 sec: 18 segments, 1 merges 1010.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1015.0 sec: 18 segments, 1 merges 1015.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1020.0 sec: 18 segments, 1 merges 1020.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1025.0 sec: 18 segments, 1 merges 1025.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1030.0 sec: 18 segments, 1 merges 1030.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1035.0 sec: 18 segments, 1 merges 1035.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1040.0 sec: 18 segments, 1 merges 1040.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1045.0 sec: 18 segments, 1 merges 1045.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1050.0 sec: 18 segments, 1 merges 1050.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1055.0 sec: 18 segments, 1 merges 1055.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1060.1 sec: 18 segments, 1 merges 1060.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1065.1 sec: 18 segments, 1 merges 1065.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1070.1 sec: 18 segments, 1 merges 1070.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1075.1 sec: 18 segments, 1 merges 1075.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1080.1 sec: 18 segments, 1 merges 1080.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1085.1 sec: 18 segments, 1 merges 1085.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1090.1 sec: 18 segments, 1 merges 1090.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1095.1 sec: 18 segments, 1 merges 1095.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1100.1 sec: 18 segments, 1 merges 1100.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1105.1 sec: 18 segments, 1 merges 1105.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1110.0 sec: 18 segments, 1 merges 1110.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1115.0 sec: 18 segments, 1 merges 1115.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1120.0 sec: 18 segments, 1 merges 1120.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1125.0 sec: 18 segments, 1 merges 1125.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1130.0 sec: 18 segments, 1 merges 1130.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1135.0 sec: 18 segments, 1 merges 1135.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1140.0 sec: 18 segments, 1 merges 1140.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1145.0 sec: 18 segments, 1 merges 1145.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1150.0 sec: 18 segments, 1 merges 1150.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1155.0 sec: 18 segments, 1 merges 1155.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1160.1 sec: 18 segments, 1 merges 1160.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1165.1 sec: 18 segments, 1 merges 1165.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1170.1 sec: 18 segments, 1 merges 1170.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1175.1 sec: 18 segments, 1 merges 1175.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1180.1 sec: 18 segments, 1 merges 1180.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1185.1 sec: 18 segments, 1 merges 1185.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1190.1 sec: 18 segments, 1 merges 1190.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1195.1 sec: 18 segments, 1 merges 1195.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1200.1 sec: 18 segments, 1 merges 1200.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1205.1 sec: 18 segments, 1 merges 1205.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1210.0 sec: 18 segments, 1 merges 1210.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1215.0 sec: 18 segments, 1 merges 1215.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1220.0 sec: 18 segments, 1 merges 1220.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1225.0 sec: 18 segments, 1 merges 1225.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1230.0 sec: 18 segments, 1 merges 1230.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1235.0 sec: 18 segments, 1 merges 1235.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1240.0 sec: 18 segments, 1 merges 1240.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1245.0 sec: 18 segments, 1 merges 1245.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1250.0 sec: 18 segments, 1 merges 1250.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1255.0 sec: 18 segments, 1 merges 1255.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1260.0 sec: 18 segments, 1 merges 1260.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1265.1 sec: 18 segments, 1 merges 1265.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1270.1 sec: 18 segments, 1 merges 1270.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1275.1 sec: 18 segments, 1 merges 1275.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1280.1 sec: 18 segments, 1 merges 1280.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1285.1 sec: 18 segments, 1 merges 1285.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1290.1 sec: 18 segments, 1 merges 1290.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1295.1 sec: 18 segments, 1 merges 1295.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1300.1 sec: 18 segments, 1 merges 1300.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1305.1 sec: 18 segments, 1 merges 1305.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1310.1 sec: 18 segments, 1 merges 1310.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1315.0 sec: 18 segments, 1 merges 1315.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1320.0 sec: 18 segments, 1 merges 1320.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1325.0 sec: 18 segments, 1 merges 1325.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1330.0 sec: 18 segments, 1 merges 1330.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1335.0 sec: 18 segments, 1 merges 1335.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1340.0 sec: 18 segments, 1 merges 1340.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1345.0 sec: 18 segments, 1 merges 1345.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1350.0 sec: 18 segments, 1 merges 1350.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1355.0 sec: 18 segments, 1 merges 1355.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1360.0 sec: 18 segments, 1 merges 1360.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1365.0 sec: 18 segments, 1 merges 1365.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1370.1 sec: 18 segments, 1 merges 1370.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1375.0 sec: 18 segments, 1 merges 1375.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1380.0 sec: 18 segments, 1 merges 1380.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1385.0 sec: 18 segments, 1 merges 1385.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1390.0 sec: 18 segments, 1 merges 1390.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1395.1 sec: 18 segments, 1 merges 1395.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1400.1 sec: 18 segments, 1 merges 1400.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1405.1 sec: 18 segments, 1 merges 1405.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1410.1 sec: 18 segments, 1 merges 1410.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1415.1 sec: 18 segments, 1 merges 1415.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1420.1 sec: 18 segments, 1 merges 1420.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1425.1 sec: 18 segments, 1 merges 1425.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1430.1 sec: 18 segments, 1 merges 1430.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1435.1 sec: 18 segments, 1 merges 1435.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1440.1 sec: 18 segments, 1 merges 1440.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1445.1 sec: 18 segments, 1 merges 1445.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1450.0 sec: 18 segments, 1 merges 1450.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1455.0 sec: 18 segments, 1 merges 1455.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1460.0 sec: 18 segments, 1 merges 1460.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1465.0 sec: 18 segments, 1 merges 1465.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1470.0 sec: 18 segments, 1 merges 1470.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1475.0 sec: 18 segments, 1 merges 1475.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1480.0 sec: 18 segments, 1 merges 1480.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1485.0 sec: 18 segments, 1 merges 1485.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1490.0 sec: 18 segments, 1 merges 1490.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1495.0 sec: 18 segments, 1 merges 1495.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1500.0 sec: 18 segments, 1 merges 1500.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1505.0 sec: 18 segments, 1 merges 1505.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1510.1 sec: 18 segments, 1 merges 1510.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1515.1 sec: 18 segments, 1 merges 1515.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1520.1 sec: 18 segments, 1 merges 1520.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1525.1 sec: 18 segments, 1 merges 1525.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1530.1 sec: 18 segments, 1 merges 1530.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1535.1 sec: 18 segments, 1 merges 1535.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1540.1 sec: 18 segments, 1 merges 1540.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1545.1 sec: 18 segments, 1 merges 1545.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1550.1 sec: 18 segments, 1 merges 1550.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1555.1 sec: 18 segments, 1 merges 1555.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1560.1 sec: 18 segments, 1 merges 1560.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1565.1 sec: 18 segments, 1 merges 1565.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1570.0 sec: 18 segments, 1 merges 1570.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1575.0 sec: 18 segments, 1 merges 1575.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1580.0 sec: 18 segments, 1 merges 1580.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1585.0 sec: 18 segments, 1 merges 1585.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1590.0 sec: 18 segments, 1 merges 1590.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1595.0 sec: 18 segments, 1 merges 1595.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1600.0 sec: 18 segments, 1 merges 1600.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1605.0 sec: 18 segments, 1 merges 1605.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1610.0 sec: 18 segments, 1 merges 1610.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1615.0 sec: 18 segments, 1 merges 1615.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1620.0 sec: 18 segments, 1 merges 1620.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1625.1 sec: 18 segments, 1 merges 1625.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1630.1 sec: 18 segments, 1 merges 1630.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1635.1 sec: 18 segments, 1 merges 1635.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1640.1 sec: 18 segments, 1 merges 1640.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1645.1 sec: 18 segments, 1 merges 1645.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1650.1 sec: 18 segments, 1 merges 1650.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1655.1 sec: 18 segments, 1 merges 1655.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1660.1 sec: 18 segments, 1 merges 1660.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1665.1 sec: 18 segments, 1 merges 1665.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1670.1 sec: 18 segments, 1 merges 1670.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1675.1 sec: 18 segments, 1 merges 1675.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1680.0 sec: 18 segments, 1 merges 1680.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1685.0 sec: 18 segments, 1 merges 1685.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1690.0 sec: 18 segments, 1 merges 1690.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1695.0 sec: 18 segments, 1 merges 1695.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1700.0 sec: 18 segments, 1 merges 1700.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1705.0 sec: 18 segments, 1 merges 1705.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1710.0 sec: 18 segments, 1 merges 1710.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1715.0 sec: 18 segments, 1 merges 1715.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1720.0 sec: 18 segments, 1 merges 1720.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1725.0 sec: 18 segments, 1 merges 1725.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1730.0 sec: 18 segments, 1 merges 1730.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1735.0 sec: 18 segments, 1 merges 1735.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1740.1 sec: 18 segments, 1 merges 1740.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1745.1 sec: 18 segments, 1 merges 1745.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1750.1 sec: 18 segments, 1 merges 1750.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1755.1 sec: 18 segments, 1 merges 1755.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1760.1 sec: 18 segments, 1 merges 1760.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1765.1 sec: 18 segments, 1 merges 1765.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1770.1 sec: 18 segments, 1 merges 1770.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1775.1 sec: 18 segments, 1 merges 1775.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1780.1 sec: 18 segments, 1 merges 1780.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1785.1 sec: 18 segments, 1 merges 1785.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1790.1 sec: 18 segments, 1 merges 1790.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1795.1 sec: 18 segments, 1 merges 1795.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1800.1 sec: 18 segments, 1 merges 1800.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1805.0 sec: 18 segments, 1 merges 1805.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1810.0 sec: 18 segments, 1 merges 1810.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1815.1 sec: 18 segments, 1 merges 1815.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1820.1 sec: 18 segments, 1 merges 1820.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1825.1 sec: 18 segments, 1 merges 1825.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1830.1 sec: 18 segments, 1 merges 1830.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1835.1 sec: 18 segments, 1 merges 1835.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1840.0 sec: 18 segments, 1 merges 1840.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1845.0 sec: 18 segments, 1 merges 1845.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1850.0 sec: 18 segments, 1 merges 1850.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1855.0 sec: 18 segments, 1 merges 1855.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1860.0 sec: 18 segments, 1 merges 1860.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1865.0 sec: 18 segments, 1 merges 1865.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1870.0 sec: 18 segments, 1 merges 1870.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1875.0 sec: 18 segments, 1 merges 1875.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1880.0 sec: 18 segments, 1 merges 1880.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1885.0 sec: 18 segments, 1 merges 1885.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1890.0 sec: 18 segments, 1 merges 1890.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1895.0 sec: 18 segments, 1 merges 1895.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1900.1 sec: 18 segments, 1 merges 1900.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1905.1 sec: 18 segments, 1 merges 1905.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1910.1 sec: 18 segments, 1 merges 1910.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1915.1 sec: 18 segments, 1 merges 1915.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1920.1 sec: 18 segments, 1 merges 1920.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1925.1 sec: 18 segments, 1 merges 1925.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1930.1 sec: 18 segments, 1 merges 1930.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1935.1 sec: 18 segments, 1 merges 1935.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1940.1 sec: 18 segments, 1 merges 1940.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1945.1 sec: 18 segments, 1 merges 1945.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1950.1 sec: 18 segments, 1 merges 1950.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1955.1 sec: 18 segments, 1 merges 1955.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1960.0 sec: 18 segments, 1 merges 1960.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1965.0 sec: 18 segments, 1 merges 1965.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1970.0 sec: 18 segments, 1 merges 1970.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1975.0 sec: 18 segments, 1 merges 1975.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1980.0 sec: 18 segments, 1 merges 1980.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1985.0 sec: 18 segments, 1 merges 1985.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1990.0 sec: 18 segments, 1 merges 1990.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 1995.0 sec: 18 segments, 1 merges 1995.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2000.0 sec: 18 segments, 1 merges 2000.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2005.0 sec: 18 segments, 1 merges 2005.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2010.0 sec: 18 segments, 1 merges 2010.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2015.1 sec: 18 segments, 1 merges 2015.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2020.1 sec: 18 segments, 1 merges 2020.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2025.1 sec: 18 segments, 1 merges 2025.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2030.1 sec: 18 segments, 1 merges 2030.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2035.1 sec: 18 segments, 1 merges 2035.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2040.1 sec: 18 segments, 1 merges 2040.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2045.1 sec: 18 segments, 1 merges 2045.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2050.1 sec: 18 segments, 1 merges 2050.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2055.1 sec: 18 segments, 1 merges 2055.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2060.1 sec: 18 segments, 1 merges 2060.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2065.1 sec: 18 segments, 1 merges 2065.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2070.1 sec: 18 segments, 1 merges 2070.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2075.0 sec: 18 segments, 1 merges 2075.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2080.0 sec: 18 segments, 1 merges 2080.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2085.0 sec: 18 segments, 1 merges 2085.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2090.0 sec: 18 segments, 1 merges 2090.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2095.0 sec: 18 segments, 1 merges 2095.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2100.0 sec: 18 segments, 1 merges 2100.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2105.0 sec: 18 segments, 1 merges 2105.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2110.0 sec: 18 segments, 1 merges 2110.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2115.0 sec: 18 segments, 1 merges 2115.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2120.0 sec: 18 segments, 1 merges 2120.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2125.0 sec: 18 segments, 1 merges 2125.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2130.0 sec: 18 segments, 1 merges 2130.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2135.1 sec: 18 segments, 1 merges 2135.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2140.1 sec: 18 segments, 1 merges 2140.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2145.1 sec: 18 segments, 1 merges 2145.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2150.1 sec: 18 segments, 1 merges 2150.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2155.1 sec: 18 segments, 1 merges 2155.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2160.1 sec: 18 segments, 1 merges 2160.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2165.1 sec: 18 segments, 1 merges 2165.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2170.1 sec: 18 segments, 1 merges 2170.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2175.1 sec: 18 segments, 1 merges 2175.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2180.1 sec: 18 segments, 1 merges 2180.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2185.1 sec: 18 segments, 1 merges 2185.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2190.1 sec: 18 segments, 1 merges 2190.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2195.0 sec: 18 segments, 1 merges 2195.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2200.0 sec: 18 segments, 1 merges 2200.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2205.0 sec: 18 segments, 1 merges 2205.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2210.0 sec: 18 segments, 1 merges 2210.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2215.0 sec: 18 segments, 1 merges 2215.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2220.0 sec: 18 segments, 1 merges 2220.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2225.1 sec: 18 segments, 1 merges 2225.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2230.1 sec: 18 segments, 1 merges 2230.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2235.1 sec: 18 segments, 1 merges 2235.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2240.1 sec: 18 segments, 1 merges 2240.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2245.1 sec: 18 segments, 1 merges 2245.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2250.1 sec: 18 segments, 1 merges 2250.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2255.1 sec: 18 segments, 1 merges 2255.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2260.1 sec: 18 segments, 1 merges 2260.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2265.1 sec: 18 segments, 1 merges 2265.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2270.1 sec: 18 segments, 1 merges 2270.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2275.1 sec: 18 segments, 1 merges 2275.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2280.1 sec: 18 segments, 1 merges 2280.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2285.0 sec: 18 segments, 1 merges 2285.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2290.0 sec: 18 segments, 1 merges 2290.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2295.0 sec: 18 segments, 1 merges 2295.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2300.0 sec: 18 segments, 1 merges 2300.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2305.0 sec: 18 segments, 1 merges 2305.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2310.0 sec: 18 segments, 1 merges 2310.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2315.0 sec: 18 segments, 1 merges 2315.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2320.0 sec: 18 segments, 1 merges 2320.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2325.0 sec: 18 segments, 1 merges 2325.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2330.0 sec: 18 segments, 1 merges 2330.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2335.0 sec: 18 segments, 1 merges 2335.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2340.1 sec: 18 segments, 1 merges 2340.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2345.1 sec: 18 segments, 1 merges 2345.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2350.1 sec: 18 segments, 1 merges 2350.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2355.1 sec: 18 segments, 1 merges 2355.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2360.1 sec: 18 segments, 1 merges 2360.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2365.1 sec: 18 segments, 1 merges 2365.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2370.1 sec: 18 segments, 1 merges 2370.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2375.1 sec: 18 segments, 1 merges 2375.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2380.1 sec: 18 segments, 1 merges 2380.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2385.1 sec: 18 segments, 1 merges 2385.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2390.1 sec: 18 segments, 1 merges 2390.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2395.1 sec: 18 segments, 1 merges 2395.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2400.0 sec: 18 segments, 1 merges 2400.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2405.0 sec: 18 segments, 1 merges 2405.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2410.0 sec: 18 segments, 1 merges 2410.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2415.0 sec: 18 segments, 1 merges 2415.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2420.0 sec: 18 segments, 1 merges 2420.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2425.0 sec: 18 segments, 1 merges 2425.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2430.0 sec: 18 segments, 1 merges 2430.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2435.0 sec: 18 segments, 1 merges 2435.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2440.0 sec: 18 segments, 1 merges 2440.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2445.0 sec: 18 segments, 1 merges 2445.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2450.0 sec: 18 segments, 1 merges 2450.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2455.0 sec: 18 segments, 1 merges 2455.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2460.1 sec: 18 segments, 1 merges 2460.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2465.1 sec: 18 segments, 1 merges 2465.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2470.1 sec: 18 segments, 1 merges 2470.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2475.1 sec: 18 segments, 1 merges 2475.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2480.1 sec: 18 segments, 1 merges 2480.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2485.1 sec: 18 segments, 1 merges 2485.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2490.1 sec: 18 segments, 1 merges 2490.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2495.1 sec: 18 segments, 1 merges 2495.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2500.1 sec: 18 segments, 1 merges 2500.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2505.1 sec: 18 segments, 1 merges 2505.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2510.1 sec: 18 segments, 1 merges 2510.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2515.1 sec: 18 segments, 1 merges 2515.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2520.0 sec: 18 segments, 1 merges 2520.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2525.0 sec: 18 segments, 1 merges 2525.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2530.0 sec: 18 segments, 1 merges 2530.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2535.0 sec: 18 segments, 1 merges 2535.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2540.0 sec: 18 segments, 1 merges 2540.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2545.0 sec: 18 segments, 1 merges 2545.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2550.0 sec: 18 segments, 1 merges 2550.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2555.1 sec: 18 segments, 1 merges 2555.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2560.1 sec: 18 segments, 1 merges 2560.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2565.1 sec: 18 segments, 1 merges 2565.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2570.1 sec: 18 segments, 1 merges 2570.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2575.1 sec: 18 segments, 1 merges 2575.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2580.1 sec: 18 segments, 1 merges 2580.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2585.1 sec: 18 segments, 1 merges 2585.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2590.1 sec: 18 segments, 1 merges 2590.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2595.1 sec: 18 segments, 1 merges 2595.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2600.1 sec: 18 segments, 1 merges 2600.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2605.1 sec: 18 segments, 1 merges 2605.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2610.1 sec: 18 segments, 1 merges 2610.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2615.1 sec: 18 segments, 1 merges 2615.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2620.0 sec: 18 segments, 1 merges 2620.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2625.0 sec: 18 segments, 1 merges 2625.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2630.0 sec: 18 segments, 1 merges 2630.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2635.0 sec: 18 segments, 1 merges 2635.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2640.0 sec: 18 segments, 1 merges 2640.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2645.0 sec: 18 segments, 1 merges 2645.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2650.0 sec: 18 segments, 1 merges 2650.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2655.0 sec: 18 segments, 1 merges 2655.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2660.0 sec: 18 segments, 1 merges 2660.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2665.0 sec: 18 segments, 1 merges 2665.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2670.0 sec: 18 segments, 1 merges 2670.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2675.1 sec: 18 segments, 1 merges 2675.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2680.1 sec: 18 segments, 1 merges 2680.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2685.1 sec: 18 segments, 1 merges 2685.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2690.1 sec: 18 segments, 1 merges 2690.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2695.1 sec: 18 segments, 1 merges 2695.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2700.1 sec: 18 segments, 1 merges 2700.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2705.1 sec: 18 segments, 1 merges 2705.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2710.1 sec: 18 segments, 1 merges 2710.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2715.1 sec: 18 segments, 1 merges 2715.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2720.1 sec: 18 segments, 1 merges 2720.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2725.1 sec: 18 segments, 1 merges 2725.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2730.1 sec: 18 segments, 1 merges 2730.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2735.0 sec: 18 segments, 1 merges 2735.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2740.0 sec: 18 segments, 1 merges 2740.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2745.0 sec: 18 segments, 1 merges 2745.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2750.0 sec: 18 segments, 1 merges 2750.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2755.0 sec: 18 segments, 1 merges 2755.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2760.0 sec: 18 segments, 1 merges 2760.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2765.0 sec: 18 segments, 1 merges 2765.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2770.0 sec: 18 segments, 1 merges 2770.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2775.0 sec: 18 segments, 1 merges 2775.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2780.0 sec: 18 segments, 1 merges 2780.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2785.0 sec: 18 segments, 1 merges 2785.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2790.0 sec: 18 segments, 1 merges 2790.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2795.1 sec: 18 segments, 1 merges 2795.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2800.1 sec: 18 segments, 1 merges 2800.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2805.1 sec: 18 segments, 1 merges 2805.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2810.1 sec: 18 segments, 1 merges 2810.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2815.1 sec: 18 segments, 1 merges 2815.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2820.1 sec: 18 segments, 1 merges 2820.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2825.1 sec: 18 segments, 1 merges 2825.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2830.1 sec: 18 segments, 1 merges 2830.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2835.1 sec: 18 segments, 1 merges 2835.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2840.1 sec: 18 segments, 1 merges 2840.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2845.1 sec: 18 segments, 1 merges 2845.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2850.1 sec: 18 segments, 1 merges 2850.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2855.1 sec: 18 segments, 1 merges 2855.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2860.0 sec: 18 segments, 1 merges 2860.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2865.0 sec: 18 segments, 1 merges 2865.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2870.0 sec: 18 segments, 1 merges 2870.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2875.0 sec: 18 segments, 1 merges 2875.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2880.0 sec: 18 segments, 1 merges 2880.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2885.0 sec: 18 segments, 1 merges 2885.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2890.0 sec: 18 segments, 1 merges 2890.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2895.0 sec: 18 segments, 1 merges 2895.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2900.0 sec: 18 segments, 1 merges 2900.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2905.0 sec: 18 segments, 1 merges 2905.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2910.0 sec: 18 segments, 1 merges 2910.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2915.1 sec: 18 segments, 1 merges 2915.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2920.1 sec: 18 segments, 1 merges 2920.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2925.1 sec: 18 segments, 1 merges 2925.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2930.1 sec: 18 segments, 1 merges 2930.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2935.1 sec: 18 segments, 1 merges 2935.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2940.1 sec: 18 segments, 1 merges 2940.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2945.1 sec: 18 segments, 1 merges 2945.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2950.1 sec: 18 segments, 1 merges 2950.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2955.1 sec: 18 segments, 1 merges 2955.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2960.1 sec: 18 segments, 1 merges 2960.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2965.1 sec: 18 segments, 1 merges 2965.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2970.1 sec: 18 segments, 1 merges 2970.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2975.1 sec: 18 segments, 1 merges 2975.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2980.0 sec: 18 segments, 1 merges 2980.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2985.0 sec: 18 segments, 1 merges 2985.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2990.0 sec: 18 segments, 1 merges 2990.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 2995.0 sec: 18 segments, 1 merges 2995.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3000.0 sec: 18 segments, 1 merges 3000.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3005.0 sec: 18 segments, 1 merges 3005.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3010.0 sec: 18 segments, 1 merges 3010.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3015.0 sec: 18 segments, 1 merges 3015.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3020.0 sec: 18 segments, 1 merges 3020.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3025.0 sec: 18 segments, 1 merges 3025.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3030.0 sec: 18 segments, 1 merges 3030.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3035.0 sec: 18 segments, 1 merges 3035.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3040.1 sec: 18 segments, 1 merges 3040.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3045.1 sec: 18 segments, 1 merges 3045.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3050.1 sec: 18 segments, 1 merges 3050.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3055.1 sec: 18 segments, 1 merges 3055.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3060.1 sec: 18 segments, 1 merges 3060.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3065.1 sec: 18 segments, 1 merges 3065.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3070.1 sec: 18 segments, 1 merges 3070.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3075.1 sec: 18 segments, 1 merges 3075.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3080.1 sec: 18 segments, 1 merges 3080.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3085.1 sec: 18 segments, 1 merges 3085.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3090.1 sec: 18 segments, 1 merges 3090.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3095.1 sec: 18 segments, 1 merges 3095.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3100.1 sec: 18 segments, 1 merges 3100.1s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3105.0 sec: 18 segments, 1 merges 3105.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3110.0 sec: 18 segments, 1 merges 3110.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3115.0 sec: 18 segments, 1 merges 3115.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3120.0 sec: 18 segments, 1 merges 3120.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3125.0 sec: 18 segments, 1 merges 3125.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3130.0 sec: 18 segments, 1 merges 3130.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3135.0 sec: 18 segments, 1 merges 3135.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3140.0 sec: 18 segments, 1 merges 3140.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3145.0 sec: 18 segments, 1 merges 3145.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3150.0 sec: 18 segments, 1 merges 3150.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3155.0 sec: 18 segments, 1 merges 3155.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3160.0 sec: 18 segments, 1 merges 3160.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3165.0 sec: 18 segments, 1 merges 3165.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3170.0 sec: 18 segments, 1 merges 3170.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB 3175.0 sec: 18 segments, 1 merges 3175.0s _1fv: 18 segs, 8000.0 K docs, 32006.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 3179.89 sec index has 1 segments: segments_3: _1fv(11.0.0):C8000000 _1fv: 32155.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32155.91 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=49567255688 cpu@end=52798956120 deltaMS=3231.700432 thread 14 name=Reference Handler cpu@start=4458376 cpu@end=4458376 deltaMS=0.0 thread 15 name=Finalizer cpu@start=141700 cpu@end=141700 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64902 cpu@end=64902 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=36921031 cpu@end=36921031 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=54113528670 cpu@end=54114214625 deltaMS=0.685955 thread 42 name=JFR Periodic Tasks cpu@start=508293285403 cpu@end=508447143888 deltaMS=153.858485 thread 45 name=Notification Thread cpu@start=104206 cpu@end=104206 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=7380782733402 cpu@end=7380782733402 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=7371587057776 cpu@end=7371587057776 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=7380554747334 cpu@end=7380554747334 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=7378728408001 cpu@end=7378728408001 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=7373402058851 cpu@end=7373402058851 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=7382557892636 cpu@end=7382557892636 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=7377854538769 cpu@end=7377854538769 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=7381991367731 cpu@end=7381991367731 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=7375860751640 cpu@end=7375860751640 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=7384984399545 cpu@end=7384984399545 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=7377014903317 cpu@end=7377014903317 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=7376259913644 cpu@end=7376259913644 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=7381345137148 cpu@end=7381345137148 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=7378112287228 cpu@end=7378112287228 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=7379777932962 cpu@end=7379777932962 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=7376085639980 cpu@end=7376085639980 deltaMS=0.0 Average CPU cores used: 1.0453852260548435 completed 1000 searches in 3239 ms: 308 QPS CPU time=3386 ms checking results SUMMARY: 0.943 3.239 3.386 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5666 2976.33 2687.87 3179.89 1 32155.91 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=235, Fanout min=7, mean=16.05, max=32, meandelta=411902.84 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 13 14 15 16 18 20 23 32 Graph level=2 size=7644, Fanout min=7, mean=27.38, max=32, meandelta=266080.69 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 27 31 32 32 32 32 32 Graph level=1 size=247323, Fanout min=2, mean=28.28, max=32, meandelta=258753.70 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.65, max=64, meandelta=194640.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=235, connectedness=1.00 Graph level=2 size=7644, connectedness=1.00 Graph level=1 size=247323, 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.19.18.39.09/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': 212,640,139.59 msec task-clock:u 815,700,089,729,308 cycles:u (36.36%) 81,678,843,991,158 instructions:u (36.36%) 12,979,753,321,878 cache-references:u (36.36%) 3,615,892,041,547 cache-misses:u (36.36%) 51,151,567,750,398 L1-dcache-loads:u (36.36%) 3,493,057,152,503 L1-dcache-load-misses:u (36.36%) 3,901,306,643,011 L1-icache-loads:u (36.36%) 39,391,765,765 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 43,051,830 faults:u 20,345,778 minor-faults:u 422 major-faults:u 10,358,647,652,837 branches:u (36.36%) 110,657,923,957 branch-misses:u (36.36%) 10,279,857,642,497 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 7562.795154392 seconds time elapsed 211357.245287000 seconds user 1236.382368000 seconds sys took 2:06:02.820346 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.943, cpu_time_ms=3.239, net_cpu_ms=3.386, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=5666, index_time_sec=2976.33, index_docs_per_sec=2687.87, force_merge_time_sec=3179.89, index_num_segments=1, index_size_on_disk_mb=32155.91, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (235, {0: 0, 10: 11, 20: 12, 30: 13, 40: 14, 50: 15, 60: 16, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7644, {0: 0, 10: 18, 20: 22, 30: 25, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247323, {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=7562, microseconds=820346)) Profiler summary for /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-05-20 05:46:39 (UTC) Duration: 5096 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 106611874 1888977780 jdk.FileWrite 7454346 176214536 jdk.FileRead 1120433 26347736 jdk.CPULoad 95397 1967238 jdk.BooleanFlag 82336 2644398 jdk.ObjectAllocationInNewTLAB 30297 609223 jdk.Checkpoint 13954 25232423 jdk.UnsignedIntFlag 7968 274132 jdk.IntFlag 7304 270018 jdk.StringFlag 5644 221802 jdk.Compilation 1082 29612 jdk.ObjectAllocationOutsideTLAB 1050 19652 jdk.CPUInformation 166 249406 jdk.GCConfiguration 166 4390 jdk.JVMInformation 166 150636 jdk.Metadata 166 18347556 jdk.GarbageCollection 25 620 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.19.18.39.09/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmTrue.jfr is 2042.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106611874 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 44.40% 47M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 42.78% 45M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 4.64% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.41% 1M org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] 1.34% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.28% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.67% 717258 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.63% 666548 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.44% 463883 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.43% 454078 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.31% 335686 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.22% 234132 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 185542 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.17% 176842 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.15% 157439 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.11% 119535 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.07% 77035 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.07% 72486 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.04% 43217 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 38330 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 34711 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] 0.03% 31037 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.03% 27044 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 26120 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 25746 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.02% 22348 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 21601 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 20713 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.02% 19150 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 19031 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 18409 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.01% 15453 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.01% 15330 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.01% 14525 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.01% 14498 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 14174 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.01% 13027 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 12713 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.01% 12399 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.01% 12201 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 11882 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 11381 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.01% 10944 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10926 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 10893 org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.01% 10815 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 10636 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 10513 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 9601 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.01% 9177 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [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.19.18.39.09/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmTrue.jfr is 2042.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106611874 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.37% 44M 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] 23.68% 25M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 19.09% 20M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 4.64% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 3.03% 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.34% 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.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.79% 843663 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.67% 717249 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.63% 666548 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.42% 446036 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.39% 419248 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.38% 407506 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.31% 332592 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.22% 233859 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.21% 227173 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.17% 185181 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.17% 176749 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] 0.10% 106813 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.10% 103083 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.07% 79663 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% 52703 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% 43217 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% 40419 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% 34924 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.03% 30109 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.03% 28121 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 26697 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 24802 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 24255 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.02% 23402 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% 23157 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 22849 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 20286 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.02% 18409 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 16408 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.0x000000005d173618#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.02% 16129 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.01% 15914 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 15451 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.01% 15036 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.01% 14969 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.01% 14525 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.01% 14174 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.01% 13036 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 12695 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% 12399 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.01% 12201 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():493 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 12024 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 11715 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.01% 11556 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():667 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.19.18.39.09/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmTrue.jfr is 2042.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106611874 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.41% 40M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] 11.32% 12M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 10.08% 10M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 9.21% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 8.19% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 2.86% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 2.54% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] 1.45% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] 1.33% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.79% 838390 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.66% 698921 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.65% 689014 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.55% 582770 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.54% 577105 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.51% 540430 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#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.50% 536906 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.48% 515495 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.48% 508189 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.44% 468535 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.40% 422484 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.38% 408198 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.33% 348158 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.32% 337151 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.31% 331684 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.31% 328461 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.30% 321709 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.28% 299976 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.28% 295456 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#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.26% 276410 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.25% 267262 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.24% 255464 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.23% 242938 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.20% 210608 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.18% 196933 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 187407 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.18% 187044 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.0x000000005d07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.16% 171119 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 166768 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 154225 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.14% 153437 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] 0.14% 150962 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] 0.14% 147360 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005d1a07c0#run() [JIT compiled code] 0.14% 145282 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#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.0x000000005d1a07c0#run() [JIT compiled code] 0.12% 131674 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.12% 127758 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.10% 105270 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 104506 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 103265 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.10% 103263 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.09% 97582 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmTrue.jfr is 2042.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31336 events (total: 219431M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 28.89% 63399M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 27.00% 59250M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 26.71% 58605M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 3.52% 7729M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.64% 5784M java.util.Arrays#copyOf():3478 [Inlined code] 2.33% 5115M java.lang.Integer#valueOf():1006 [Inlined code] 2.05% 4501M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.81% 1768M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.79% 1731M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.79% 1724M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.50% 1098M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.44% 964M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.41% 899M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.40% 869M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.38% 842M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.23% 507M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.23% 501M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.15% 337M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 277M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.13% 276M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.11% 242M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.10% 211M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 157M org.apache.lucene.search.TopKnnCollector#topDocs():63 [JIT compiled code] 0.07% 157M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.07% 152M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 146M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.07% 145M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.06% 122M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.05% 109M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.05% 109M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 107M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.05% 99M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 96M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 91M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.04% 91M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 85M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 83M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 81M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 81M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 81M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.03% 75M java.util.List#of():935 [Inlined code] 0.03% 69M java.util.ArrayList#grow():240 [Inlined code] 0.03% 62M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 61M knn.IndexerThread#_run():108 [JIT compiled code] 0.03% 61M java.lang.Thread#beforeSleep():473 [Inlined code] 0.02% 44M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.01% 32M org.apache.lucene.document.Document#():42 [Inlined code] 0.01% 32M knn.KnnGraphTester#printGraphFanout():1147 [Interpreted code] 0.01% 30M 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.19.18.39.09/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmTrue.jfr is 2042.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31336 events (total: 219431M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.43% 49212M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 22.21% 48742M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 17.74% 38923M 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.15% 24475M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.53% 9933M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.49% 9863M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.52% 7729M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.55% 5605M 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.33% 5115M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 2.05% 4501M 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.81% 1768M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.50% 1098M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.41% 903M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.40% 873M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.40% 869M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.38% 842M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] 0.32% 708M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.32% 692M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 689M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.23% 511M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.15% 334M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.14% 307M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.13% 294M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.13% 276M 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% 242M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.09% 196M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 191M 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% 169M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 168M 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% 162M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():532 [JIT compiled code] 0.07% 160M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [JIT compiled code] 0.07% 159M 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% 157M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues$DenseOffHeapVectorValues#():154 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#load():122 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#getFloatVectorValues():230 [JIT compiled code] 0.07% 157M org.apache.lucene.search.TopKnnCollector#topDocs():63 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():119 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#searchLeaf():177 [JIT compiled code] 0.07% 146M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.07% 145M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [Interpreted code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [Interpreted code] 0.06% 139M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.06% 132M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 122M 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% 111M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.05% 107M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.05% 102M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.05% 100M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace():276 [Inlined code] 0.05% 99M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.04% 96M 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.0x000000005d180c00#concat() [Inlined code] 0.04% 94M 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.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.04% 91M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.04% 85M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#():190 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#():66 [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():85 [Interpreted code] 0.04% 83M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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.19.18.39.09/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.19.18.39.09/bench-knn-q32-fmTrue.jfr is 2042.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31336 events (total: 219431M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.71% 38859M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 8.67% 19029M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] 8.54% 18745M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] 7.44% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.34% 11719M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Interpreted code] 5.03% 11037M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Interpreted code] 4.59% 10080M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] 4.57% 10037M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] 3.72% 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():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.55% 5605M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 2.33% 5115M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 2.05% 4501M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.60% 3504M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.56% 3416M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 1.49% 3278M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.46% 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#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 1.39% 3057M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.39% 3054M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.20% 2627M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.17% 2558M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.96% 2109M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.93% 2050M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.84% 1835M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.77% 1683M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.74% 1632M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#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.66% 1456M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.64% 1414M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.61% 1333M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#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.52% 1140M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.51% 1112M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.39% 851M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] 0.34% 735M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.33% 726M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2304 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.25% 557M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Interpreted code] 0.24% 534M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.22% 485M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] 0.20% 437M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.19% 414M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.18% 400M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 393M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.17% 377M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.16% 360M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#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.16% 351M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.15% 338M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.15% 325M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#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% 253M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#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.0x000000005d1a07c0#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 246M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.11% 246M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005d1a07c0#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 243M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 216M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005d1a0268#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] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm nDoc searchType topK fanout resultSimilarity decay resultCount maxConn beamWidth overSample bp-reorder indexType rerank quantized vec_disk(MB) vec_RAM(MB) index(s) index_docs/s force_merge(s) num_segments index_size(MB) recall latency(ms) netCPU avgCpuCount 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 862.54 9274.89 0.00 17 36037.12 0.897 13.859 14.504 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 926.29 8636.64 1083.09 1 36185.82 0.882 2.381 2.488 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1377.33 5808.33 1148.67 1 40090.78 0.929 2.472 2.584 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1523.61 5250.70 0.00 12 39949.92 0.954 11.795 12.347 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 2976.33 2687.87 3179.89 1 32155.91 0.943 3.239 3.386 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3397.26 2354.84 0.00 15 32013.64 0.974 12.078 12.655 1.048 saving all results to /l/logs.nightly/2026.05.19.18.39.09/knn_results.pk done! took 27821.7 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-20 03:39:24.711162] now generate KNN nightly charts [2026-05-20 03:39:28.003868] 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=1929561 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-20 07:39:28 (UTC) Duration: 127 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3924043 81934914 jdk.CPUTimeSample 3588857 63003287 jdk.FileRead 796363 18934990 jdk.ObjectAllocationInNewTLAB 256573 4626257 jdk.ObjectAllocationOutsideTLAB 71731 1179292 jdk.BooleanFlag 10380 328745 jdk.Compilation 6258 161356 jdk.CPULoad 2266 44715 jdk.UnsignedIntFlag 930 32105 jdk.IntFlag 840 30125 jdk.Checkpoint 821 24939055 jdk.StringFlag 675 25185 jdk.GarbageCollection 45 1066 jdk.CPUInformation 15 22525 jdk.GCConfiguration 15 385 jdk.JVMInformation 15 15850 jdk.Metadata 15 1657901 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3588857 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.00% 215159 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 5.33% 191415 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] 5.20% 186586 java.lang.Character#codePointAtImpl():9670 [Inlined code] 4.03% 144487 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.92% 140654 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.31% 118834 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.99% 107168 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.88% 103220 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.86% 102515 java.lang.Integer#rotateLeft():1650 [Inlined code] 1.76% 63027 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.75% 62631 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.69% 60602 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.48% 52987 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.40% 50343 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.37% 48996 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 1.30% 46760 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.25% 44847 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.12% 40246 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.08% 38807 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.04% 37189 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.99% 35483 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.89% 32051 java.lang.ThreadLocal#get():171 [Inlined code] 0.87% 31132 java.lang.Character#toChars():9872 [Inlined code] 0.86% 30843 java.lang.Character#codePointAt():9662 [Inlined code] 0.85% 30496 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.85% 30383 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.84% 30278 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.77% 27520 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.70% 25113 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.68% 24466 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.59% 21000 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.54% 19387 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.48% 17206 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.48% 17108 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.45% 16227 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.44% 15717 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.43% 15255 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.40% 14464 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.38% 13787 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.38% 13752 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.38% 13583 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.37% 13385 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.37% 13294 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.36% 12962 java.lang.Character#toLowerCase():11251 [Inlined code] 0.36% 12890 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.36% 12811 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] 0.35% 12710 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.35% 12674 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.35% 12391 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.34% 12368 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3588857 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.33% 191415 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 5.20% 186586 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.02% 144399 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.92% 140653 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.30% 118423 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.97% 106467 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.88% 103219 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.86% 102515 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 1.76% 63017 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.75% 62630 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.69% 60602 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.68% 60339 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.53% 54909 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.48% 52987 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.42% 51026 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.40% 50343 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.36% 48885 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.35% 48624 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.30% 46759 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.25% 44847 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.08% 38799 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 0.99% 35483 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.87% 31132 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.85% 30496 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.84% 30275 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.79% 28516 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.75% 27066 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] 0.72% 25706 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.70% 25113 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.68% 24466 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.60% 21442 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.59% 21000 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.54% 19387 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.54% 19366 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.52% 18759 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.44% 15850 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.43% 15494 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.43% 15437 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.42% 15193 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.40% 14464 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.40% 14317 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.38% 13782 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.38% 13751 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.38% 13583 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.37% 13356 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.36% 12886 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.36% 12809 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.36% 12776 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.35% 12710 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.35% 12659 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] at java.util.Arrays#equals():2707 [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 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3588857 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.07% 181985 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.02% 144348 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.78% 135681 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 3.22% 115443 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.88% 103215 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 2.83% 101727 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.72% 97792 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 1.79% 64385 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.76% 63016 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.75% 62630 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.68% 60356 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.55% 55679 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.48% 52987 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.41% 50646 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.40% 50351 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.40% 50343 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 1.32% 47339 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.30% 46759 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 1.25% 44787 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.21% 43468 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% 35483 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 0.87% 31132 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.85% 30496 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.84% 30272 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.81% 29212 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.79% 28396 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.79% 28303 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.78% 27859 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.75% 27066 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.71% 25440 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.70% 25113 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.68% 24465 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.67% 24093 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.59% 21290 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.59% 21000 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.56% 20097 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.54% 19387 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.45% 16024 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.44% 15727 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.43% 15494 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.43% 15303 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.42% 15193 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.40% 14464 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.40% 14317 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.38% 13782 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.38% 13751 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.38% 13571 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.36% 12884 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.36% 12808 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.36% 12776 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3588857 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.22% 115442 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 3.10% 111117 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 3.06% 109925 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.26% 81169 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 2.02% 72441 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.98% 71025 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.97% 70868 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.81% 65040 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.79% 64329 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.40% 50351 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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.35% 48524 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 1.27% 45491 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.24% 44662 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.22% 43949 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.20% 42932 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.12% 40202 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.07% 38465 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.87% 31217 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.86% 30714 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.80% 28685 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.80% 28581 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.79% 28396 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.77% 27812 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.76% 27229 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.75% 26869 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.73% 26367 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.73% 26203 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.70% 25110 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.68% 24359 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.66% 23833 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.66% 23708 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.64% 22934 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.63% 22462 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.60% 21667 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.58% 20865 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.56% 20078 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.56% 20067 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.52% 18706 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.49% 17605 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.45% 16244 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.45% 15984 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.44% 15877 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.43% 15296 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.40% 14302 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.39% 13874 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.38% 13716 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.38% 13677 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.37% 13291 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.36% 12941 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.36% 12929 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3588857 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.06% 109796 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.40% 86312 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.26% 81057 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.02% 72438 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.97% 70808 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.81% 64961 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.80% 64679 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.79% 64329 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.57% 56321 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.40% 50351 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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.33% 47659 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.27% 45423 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.24% 44624 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.22% 43899 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.21% 43399 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.19% 42884 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.12% 40147 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.07% 38419 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.87% 31179 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.80% 28544 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.79% 28396 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.78% 28118 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.75% 27090 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.75% 26845 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.70% 25232 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.70% 25110 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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.69% 24637 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.69% 24588 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.67% 24061 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.67% 23902 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.66% 23806 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.60% 21650 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.58% 20865 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.57% 20572 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.56% 20078 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.56% 20046 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.55% 19907 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.52% 18636 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.45% 16175 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.45% 16054 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.44% 15858 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.40% 14293 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.39% 13858 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.38% 13793 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.38% 13781 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.38% 13651 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.37% 13188 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.36% 12907 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.34% 12314 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.33% 11850 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 328278 events (total: 312100M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.19% 53651M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.36% 29226M java.lang.StringUTF16#compress():212 [Inlined code] 8.53% 26606M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.21% 22490M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 7.02% 21919M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.54% 14154M java.lang.StringUTF16#compress():216 [Inlined code] 3.34% 10409M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.27% 10196M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.07% 9595M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.69% 8405M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.41% 7517M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.07% 6450M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 2.04% 6366M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.82% 5676M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.76% 5482M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.73% 5405M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.70% 5317M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.70% 5294M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.58% 4938M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.47% 4576M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.40% 4359M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.24% 3866M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.13% 3541M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.93% 2916M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.65% 2043M java.nio.HeapByteBuffer#():75 [Inlined code] 0.61% 1915M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.54% 1675M java.util.ArrayList#grow():240 [Inlined code] 0.53% 1648M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.45% 1402M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.44% 1369M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.43% 1330M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.40% 1245M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.36% 1113M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.35% 1081M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.30% 946M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.30% 938M java.util.ArrayDeque#():179 [Inlined code] 0.30% 932M perf.LineFileDocs#intToID():305 [Inlined code] 0.30% 929M perf.LineFileDocs#intToID():299 [Inlined code] 0.28% 883M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.28% 864M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.26% 814M java.util.List#of():935 [Inlined code] 0.19% 604M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():936 [JIT compiled code] 0.19% 583M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.17% 535M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.17% 519M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 443M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.14% 439M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.13% 408M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 405M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 328278 events (total: 312100M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.15% 53522M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.36% 29226M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.52% 26601M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.21% 22490M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 7.02% 21919M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.54% 14154M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.34% 10409M org.apache.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.03% 9458M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.69% 8389M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.57% 8007M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.41% 7517M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.07% 6450M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 2.04% 6366M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.82% 5676M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.73% 5405M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.70% 5317M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.70% 5299M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.70% 5294M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.58% 4938M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.47% 4576M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.40% 4359M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.24% 3866M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.13% 3541M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.70% 2189M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.65% 2043M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.61% 1915M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.54% 1675M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.52% 1637M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.45% 1402M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.44% 1369M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.43% 1330M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.36% 1113M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1038M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1015M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.32% 1000M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.30% 946M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.30% 938M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.30% 932M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.30% 931M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.30% 929M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 900M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.28% 883M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.28% 864M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.26% 814M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.17% 535M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.16% 503M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000941b0400#newInvokeSpecial() [Inlined code] 0.14% 443M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.14% 439M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.13% 399M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts():541 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():402 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 328278 events (total: 312100M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.15% 53522M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.45% 26367M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 8.43% 26308M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.02% 21919M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.55% 17327M org.apache.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.51% 14067M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 2.99% 9346M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.66% 8288M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.56% 7975M 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.41% 7517M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.07% 6450M 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] 2.04% 6366M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.82% 5676M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.71% 5338M 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.70% 5317M 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.70% 5294M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.62% 5069M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.58% 4938M 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.47% 4576M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.40% 4359M 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.38% 4296M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.24% 3866M 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.13% 3517M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 1.05% 3276M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.98% 3072M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.70% 2189M 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.64% 1996M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009413f1b8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.54% 1675M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.53% 1646M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.52% 1623M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1439M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.45% 1402M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.43% 1330M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.36% 1115M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.36% 1113M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1109M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.33% 1038M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1015M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1000M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 975M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.30% 946M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 944M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 939M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():754 [JIT compiled code] 0.30% 935M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.30% 932M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 929M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 915M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.29% 900M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 879M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 328278 events (total: 312100M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.15% 53522M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.42% 26265M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.02% 21919M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.49% 14024M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.54% 11045M 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.42% 7545M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 2.41% 7517M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.81% 5643M org.apache.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.69% 5280M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.64% 5116M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.57% 4895M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.57% 4892M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.56% 4873M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.53% 4777M 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.52% 4734M 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():1855 [JIT compiled code] 1.47% 4576M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.44% 4499M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.42% 4435M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.38% 4296M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.33% 4161M 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.0x00000000941d4d30#merge() [Interpreted code] 1.18% 3669M 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.10% 3445M 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.0x00000000941d4d30#merge() [Interpreted code] 1.03% 3226M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.02% 3172M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.98% 3072M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.92% 2883M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.87% 2713M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.86% 2688M org.apache.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.82% 2558M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.78% 2425M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.76% 2372M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.75% 2350M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.74% 2319M org.apache.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.69% 2165M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.61% 1914M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.59% 1853M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.57% 1791M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009413f1b8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.52% 1623M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.52% 1612M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1503M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 0.46% 1439M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 1396M 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% 1389M 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.38% 1188M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.36% 1119M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.36% 1115M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1113M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1109M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1038M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 187.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 328278 events (total: 312100M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.15% 53522M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.42% 26265M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.02% 21919M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.49% 14024M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.54% 11045M 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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 2.41% 7517M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.32% 7244M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.69% 5280M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000941d4d30#merge() [Interpreted code] 1.57% 4894M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.57% 4890M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.56% 4868M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.53% 4777M 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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.47% 4576M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.44% 4498M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.40% 4358M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.39% 4335M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.38% 4296M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.33% 4161M 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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.31% 4096M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.14% 3548M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.10% 3445M 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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.03% 3226M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.98% 3072M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.92% 2869M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.90% 2817M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.87% 2713M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.73% 2287M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.72% 2242M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.70% 2175M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.69% 2160M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.66% 2045M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.60% 1869M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.57% 1786M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009413f1b8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.52% 1623M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000941d4d30#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% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.49% 1515M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.47% 1457M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.46% 1448M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.46% 1444M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.46% 1439M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.45% 1396M 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.0x00000000941d4d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.42% 1308M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.41% 1291M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.38% 1188M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.36% 1118M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.36% 1115M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1113M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1109M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1101M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.34% 1056M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] move log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexMediumDocs.top.log [2026-05-20 03:43:19.526381] took 98.4 sec [2026-05-20 03:43:19.530477] medIndexAtClose None [2026-05-20 03:43:19.531706] 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=1932994 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-20 11:16:24 (UTC) Duration: 1539 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 93850634 1876976100 jdk.FileWrite 3839483 105000399 jdk.ObjectAllocationInNewTLAB 126206 2718780 jdk.FileRead 66004 1881067 jdk.BooleanFlag 40828 1347501 jdk.CPULoad 9825 206325 jdk.ObjectAllocationOutsideTLAB 8036 158404 jdk.UnsignedIntFlag 3658 131157 jdk.IntFlag 3304 122897 jdk.StringFlag 2655 103840 jdk.Checkpoint 2089 50373739 jdk.Compilation 100 2797 jdk.CPUInformation 59 88677 jdk.GCConfiguration 59 1593 jdk.JVMInformation 59 71154 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 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 93850634 events (total: 93M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.36% 64M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 11.61% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.59% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.74% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.34% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.96% 896688 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.90% 846703 java.util.ArrayList#elementData():412 [Inlined code] 0.83% 774859 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.52% 483764 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.49% 461223 java.util.Arrays#fill():3144 [Inlined code] 0.35% 328481 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.35% 328256 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.26% 241154 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.25% 231273 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.24% 223394 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.23% 218161 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] 0.23% 216847 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.18% 171901 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.17% 161993 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.14% 135371 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.14% 132860 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.13% 124865 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.12% 116212 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 113661 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.12% 110074 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] 0.11% 102096 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.10% 95802 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.10% 89815 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.09% 88450 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.09% 86669 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.09% 82431 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.08% 75891 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.08% 75102 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 70321 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.07% 68695 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 65395 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.07% 64270 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.07% 61686 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.06% 60804 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.06% 60316 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.06% 59046 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.06% 56992 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 55187 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.06% 55131 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.06% 54280 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.06% 53913 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.06% 52797 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.06% 51678 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():319 [JIT compiled code] 0.05% 49911 java.util.Arrays#fill():3143 [Inlined code] 0.05% 45480 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 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 93850634 events (total: 93M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.36% 64M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 11.61% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.59% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.60% 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.34% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.96% 896688 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.90% 846441 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.83% 774859 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.52% 483764 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.49% 461223 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.35% 328481 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.25% 231273 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.24% 223394 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.23% 218161 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.21% 198727 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.18% 171901 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] 0.16% 151787 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.15% 145285 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.15% 144745 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 139691 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.14% 132860 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% 126338 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.13% 125540 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.13% 124865 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.12% 113661 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.11% 102096 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.10% 93765 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.10% 90372 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.09% 88450 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 82046 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.08% 75891 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 72102 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 70565 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.07% 70321 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.07% 65251 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.07% 65050 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.07% 62954 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 62790 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 60316 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 56241 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% 55187 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.06% 53629 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 52797 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.06% 51873 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 49911 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.05% 44425 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.05% 44102 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.05% 43338 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] 0.04% 41904 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.04% 41370 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=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 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 93850634 events (total: 93M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 68.36% 64M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 11.61% 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.12% 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] 1.53% 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.34% 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.05% 987934 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.93% 876300 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.82% 771727 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.61% 568531 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% 461223 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.49% 456650 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.42% 391573 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% 327322 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.25% 231273 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 208560 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.20% 190809 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 181048 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.17% 162462 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.17% 155506 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.16% 151787 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.15% 142431 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.15% 139691 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.15% 136631 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.13% 125469 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% 124865 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.13% 120071 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.12% 110144 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.11% 100764 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.10% 93125 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.09% 88450 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 85507 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.08% 77716 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.08% 73967 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% 72102 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.07% 66310 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.07% 65325 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.07% 61370 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.06% 58901 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 58727 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 57894 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.06% 56937 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.06% 55187 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.06% 52797 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.05% 50670 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 50480 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.05% 50008 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.05% 49911 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% 49437 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.05% 42705 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.05% 42346 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 93850634 events (total: 93M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 13.94% 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.81% 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():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] 13.71% 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] 10.42% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 10.39% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 4.02% 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.11% 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] 2.93% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 2.59% 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.79% 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.70% 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.69% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.49% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 1.00% 940222 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.96% 900585 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.83% 779917 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.71% 665656 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.70% 661270 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.61% 568582 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.61% 568530 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.59% 556123 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.52% 483873 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% 456650 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.44% 413211 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.38% 356764 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.37% 345409 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% 327322 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 218242 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.22% 208560 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.20% 190809 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.18% 167555 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.17% 162462 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.17% 155506 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.15% 145421 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.15% 144520 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 136631 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.13% 124924 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.13% 124865 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.13% 120071 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.12% 111134 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.12% 109384 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.12% 108815 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 103155 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.10% 96129 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.10% 95577 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 86463 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 82647 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 80440 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.08% 77716 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 75897 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 93850634 events (total: 93M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.77% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 11.92% 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] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 11.58% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 9.52% 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.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] 7.16% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 3.01% 2M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.73% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 2.09% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.08% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.88% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.61% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.61% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.51% 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.49% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.32% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.27% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.93% 873436 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.84% 786839 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.82% 771900 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.78% 732368 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#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.71% 662222 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.70% 660605 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.61% 568443 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.59% 556123 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.55% 512815 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.51% 477542 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.51% 475296 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.49% 462521 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.49% 456650 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.48% 455124 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.47% 445642 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.45% 421603 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.45% 419401 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.44% 413211 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.39% 364108 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.36% 335911 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.35% 329356 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.34% 323582 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.34% 319038 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.33% 312504 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.33% 310475 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.33% 306641 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.31% 289233 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.28% 263488 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.23% 218242 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 196236 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#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% 187955 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.20% 183910 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 168652 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.18% 167555 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 134241 events (total: 109863M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 25.20% 27686M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 25.15% 27631M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 6.32% 6938M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.16% 6768M java.nio.HeapByteBuffer#():75 [Inlined code] 5.29% 5811M perf.LineFileDocs#readVector():212 [Inlined code] 3.11% 3420M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.88% 3160M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.70% 2967M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.26% 2478M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.57% 1725M java.lang.StringUTF16#compress():212 [Inlined code] 1.57% 1723M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.14% 1247M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.10% 1206M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.96% 1057M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.94% 1032M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.84% 922M java.lang.StringUTF16#compress():216 [Inlined code] 0.75% 827M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.72% 794M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.70% 764M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.68% 743M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.63% 691M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.51% 565M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.45% 495M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.44% 487M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.43% 473M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.42% 464M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.42% 459M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.38% 418M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.38% 415M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.36% 393M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.35% 389M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.31% 339M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.26% 281M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.23% 248M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.22% 241M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.19% 204M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.17% 186M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 170M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.15% 167M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.15% 159M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.13% 144M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.13% 143M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.12% 133M java.util.ArrayList#grow():240 [Inlined code] 0.12% 130M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.11% 117M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.11% 116M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.10% 112M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.09% 103M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.09% 102M java.util.ArrayDeque#():179 [Inlined code] 0.09% 98M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 134241 events (total: 109863M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 25.20% 27686M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 25.03% 27498M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 6.32% 6938M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.16% 6768M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.29% 5811M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.11% 3420M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.88% 3160M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.70% 2967M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.26% 2478M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.57% 1725M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.57% 1723M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.14% 1247M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.10% 1206M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.95% 1046M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.94% 1032M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.84% 922M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.75% 827M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.63% 691M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.58% 632M 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% 565M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 495M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 473M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.43% 473M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 464M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.42% 462M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.42% 459M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.40% 436M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.38% 418M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.38% 415M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.35% 383M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.32% 353M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.31% 339M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.26% 290M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.26% 281M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.26% 281M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.23% 248M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.19% 204M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.18% 199M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.17% 186M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.15% 167M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.15% 161M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.15% 159M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.13% 144M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.13% 143M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.12% 133M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.12% 133M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.11% 117M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.11% 116M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.11% 115M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.10% 112M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.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 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 134241 events (total: 109863M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.83% 25076M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.79% 25034M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 6.32% 6938M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 5.29% 5811M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.21% 5722M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.11% 3420M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.88% 3160M 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.70% 2967M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.38% 2609M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.24% 2463M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.80% 1980M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.57% 1723M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.40% 1539M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.95% 1046M 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% 1032M 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.83% 911M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.82% 903M org.apache.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.75% 827M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.75% 822M 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.63% 691M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.61% 667M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.58% 632M 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.53% 579M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 565M 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% 497M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.45% 495M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.43% 473M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.43% 473M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 462M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.42% 459M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.38% 418M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.38% 415M 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% 339M 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% 325M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.28% 306M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.23% 257M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.23% 252M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.23% 248M 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.21% 234M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.20% 218M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.20% 215M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.19% 214M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.19% 206M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x00000000511825a0#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.19% 204M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.18% 199M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 165M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 161M 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.15% 159M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.13% 145M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.13% 144M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 134241 events (total: 109863M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.25% 16753M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 15.18% 16682M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 6.32% 6938M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 5.29% 5811M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.21% 5722M 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.18% 5687M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 5.10% 5599M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 2.70% 2967M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.34% 2566M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.30% 2522M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 2.29% 2513M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.80% 1980M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.57% 1723M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.44% 1581M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.44% 1578M 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.40% 1539M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.36% 1498M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 1.33% 1457M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.83% 911M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.79% 873M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.75% 822M 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.63% 691M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.57% 621M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.55% 607M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.53% 579M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000511fc480#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.52% 565M 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.0x00000000511fc480#merge() [Interpreted code] 0.51% 562M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.51% 559M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.46% 503M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.45% 496M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.44% 480M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.43% 473M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.43% 471M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.43% 469M 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.0x00000000511fc480#merge() [Interpreted code] 0.41% 446M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.40% 440M 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% 431M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.38% 418M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.38% 415M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.35% 382M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.34% 373M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.31% 343M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.30% 334M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.30% 325M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.28% 306M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] 0.28% 304M org.apache.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.25% 277M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.23% 252M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.20% 218M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.19% 214M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 1950.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 134241 events (total: 109863M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.25% 16753M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] 15.18% 16682M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] 6.32% 6938M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 5.29% 5811M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.21% 5722M 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.18% 5687M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 5.10% 5599M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.70% 2967M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.10% 2306M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#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.83% 2007M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.80% 1980M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] 1.77% 1944M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.57% 1723M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.44% 1578M 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.0x00000000511fc480#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.40% 1539M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.36% 1498M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.33% 1457M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.83% 911M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.79% 873M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.77% 850M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.75% 822M 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.63% 691M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000511fc480#merge() [Interpreted code] 0.55% 606M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.54% 593M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.53% 579M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000511fc480#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.52% 565M 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.0x00000000511fc480#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.51% 562M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.50% 551M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.50% 550M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.46% 503M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.45% 496M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.43% 473M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.43% 471M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.43% 469M 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.0x00000000511fc480#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.42% 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.41% 446M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.40% 440M 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.0x00000000511fc480#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.39% 431M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.38% 418M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.38% 415M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.35% 382M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 373M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.30% 327M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.28% 303M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#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.0x000000005120e328#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.27% 300M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#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% 294M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005120bc50#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.0x000000005120e328#run() [JIT compiled code] 0.25% 277M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.25% 273M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():688 [Interpreted code] 0.24% 263M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.23% 252M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] move log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexMediumDocsWithVectors.top.log [2026-05-20 08:21:26.787829] took 13711.8 sec [2026-05-20 08:21:27.623419] medIndexVectorsAtClose None [2026-05-20 08:21:27.631110] 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=2101668 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 162 Start: 2026-05-20 13:56:45 (UTC) Duration: 1385 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83311231 1666123965 jdk.FileWrite 11136735 303434483 jdk.ObjectAllocationInNewTLAB 423508 8561993 jdk.FileRead 208438 6093253 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 70362 1282077 jdk.CPULoad 22076 463596 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6411 134363730 jdk.CPUInformation 162 243486 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201852 jdk.Metadata 162 17905536 jdk.Compilation 147 4102 jdk.GarbageCollection 44 1144 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83311231 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.42% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 36.30% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 5.76% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.55% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.29% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.31% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.28% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.65% 545109 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.60% 496768 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.36% 300726 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.31% 260049 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.28% 234719 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.27% 223291 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.25% 209620 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.25% 205243 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] 0.21% 176619 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.19% 162347 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.19% 156531 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 150902 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.17% 139916 java.util.Arrays#fill():3144 [Inlined code] 0.17% 137850 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.16% 130493 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.16% 129613 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.14% 115754 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.14% 113376 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.13% 107834 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 102584 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 101135 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.12% 95923 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.11% 95285 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.10% 81191 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.09% 73087 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.08% 64608 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 60595 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 59781 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.07% 57193 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.07% 55689 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 54257 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 52895 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.06% 50788 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 50679 java.util.Arrays#fill():3143 [Inlined code] 0.06% 48983 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.06% 48588 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 48335 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] 0.06% 47388 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 42677 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.05% 40397 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():201 [JIT compiled code] 0.05% 40241 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.05% 39953 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():291 [JIT compiled code] 0.05% 39294 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():281 [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 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83311231 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.42% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 35.16% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 5.76% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.29% 2M 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] 2.31% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.28% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.60% 496768 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.59% 491779 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.53% 441557 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.39% 328077 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.36% 300726 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.28% 234719 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.28% 231626 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.27% 223291 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.25% 209620 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.25% 205243 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.24% 201201 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.21% 176619 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.21% 171350 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] 0.19% 162347 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.19% 156531 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.18% 150902 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.17% 139916 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.16% 130493 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 115754 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.14% 113376 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 101135 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% 95923 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.11% 95285 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.11% 91968 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.10% 81613 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.10% 81191 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 67281 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.07% 60595 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 59781 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 58848 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 57193 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% 55689 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 52895 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% 52413 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% 50679 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 48983 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% 48583 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.06% 48335 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.06% 47388 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 0.06% 47101 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.06% 46700 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 45945 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.05% 41199 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 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83311231 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.42% 30M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 32.96% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 5.76% 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.29% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.11% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.68% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 1.26% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] 1.14% 953263 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.92% 764353 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.60% 496768 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.59% 491779 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.53% 441557 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.48% 402995 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.39% 328077 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.36% 300723 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% 234267 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.26% 215785 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.24% 203687 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.24% 196773 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.21% 176619 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.20% 163254 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.19% 161721 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.19% 156531 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.17% 139916 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.16% 130493 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.16% 129612 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.15% 123326 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.14% 117284 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% 115754 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.13% 112091 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 109846 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.13% 107400 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.12% 96551 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.12% 95923 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% 91729 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.11% 87937 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.10% 81191 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% 79047 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% 77957 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.09% 71589 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% 65574 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.08% 64925 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% 59947 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.06% 54129 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.06% 53707 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.06% 50679 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% 48469 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.06% 47388 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.06% 47101 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.05% 45309 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83311231 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.96% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 27.83% 23M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 5.76% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 5.05% 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.04% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 2.63% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.68% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 1.26% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.03% 854018 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.92% 769218 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.92% 764353 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.59% 491773 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.56% 469265 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.53% 441550 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.48% 402995 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.38% 315705 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.36% 300723 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% 234267 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 215147 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.24% 196773 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.20% 166239 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.20% 163254 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.19% 156531 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.19% 154190 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.19% 154150 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 129360 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] 0.15% 123326 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 122132 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.15% 120815 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 117284 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.13% 107171 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.12% 96551 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.11% 89260 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.10% 85083 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 83496 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.09% 79047 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 77648 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.0x000000003707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.09% 71589 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] 0.09% 71274 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 65574 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.07% 61663 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.07% 61654 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] 0.07% 59947 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% 58690 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 54129 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [Inlined code] 0.06% 50454 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.06% 49208 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.06% 48469 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83311231 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.96% 27M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#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.41% 22M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 4.69% 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.53% 2M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 3.04% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 2.41% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.82% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 1.57% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.56% 1M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.26% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#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.02% 853698 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.92% 764353 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] 0.77% 642633 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.71% 588615 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.60% 497920 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.59% 491773 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.53% 441550 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.49% 405850 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.45% 375755 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.38% 315705 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.27% 222263 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.26% 215147 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.26% 212760 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.23% 193837 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.22% 183784 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#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% 178614 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.20% 166239 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.20% 163742 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.20% 163254 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.19% 156280 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.17% 144424 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#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% 129360 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000371f2350#merge() [Interpreted code] 0.15% 129089 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 124643 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.15% 123317 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.15% 122132 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 120815 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 112969 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.13% 109831 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 109498 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 107171 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.12% 96551 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000371f2350#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.12% 96082 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.11% 89260 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.10% 85083 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.10% 83496 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.10% 80992 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.09% 79044 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.09% 77648 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.0x000000003707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 493868 events (total: 347989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.24% 73924M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.01% 59199M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.77% 58372M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.28% 21865M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.99% 20851M java.nio.HeapByteBuffer#():75 [Inlined code] 5.68% 19769M perf.LineFileDocs#readVector():212 [Inlined code] 2.89% 10062M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.67% 9276M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.41% 8370M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.64% 5702M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.50% 5225M java.lang.StringUTF16#compress():212 [Inlined code] 1.46% 5090M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.03% 3573M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.92% 3202M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.91% 3177M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.83% 2894M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.70% 2422M java.lang.StringUTF16#compress():216 [Inlined code] 0.62% 2142M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.57% 1988M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.53% 1829M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.46% 1609M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.46% 1592M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.43% 1481M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.43% 1480M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.42% 1447M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.40% 1374M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.36% 1252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.33% 1148M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.33% 1133M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.29% 1006M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.27% 956M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.26% 909M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.25% 870M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.19% 653M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.17% 590M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.16% 561M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 507M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.14% 498M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 479M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.12% 427M java.util.ArrayList#grow():240 [Inlined code] 0.11% 365M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 361M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.10% 346M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.09% 311M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 310M java.util.ArrayDeque#():179 [Inlined code] 0.09% 301M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.09% 297M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.09% 297M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.08% 288M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.08% 287M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 493868 events (total: 347989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.97% 69495M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 16.90% 58814M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 16.77% 58372M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 6.28% 21865M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 5.99% 20850M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.68% 19769M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.89% 10062M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.67% 9276M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.41% 8370M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.64% 5702M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.50% 5225M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.46% 5090M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.27% 4428M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 1.03% 3573M org.apache.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.92% 3202M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.89% 3111M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.83% 2894M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.70% 2422M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.62% 2142M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.53% 1829M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.46% 1609M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.46% 1605M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.46% 1592M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 1447M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 1374M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.36% 1252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.33% 1148M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.30% 1047M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.29% 1006M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.28% 978M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.28% 976M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.26% 909M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.25% 870M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.25% 860M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.19% 653M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.15% 507M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 505M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.14% 502M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.14% 498M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 429M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.12% 427M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.12% 425M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.11% 384M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.11% 383M 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% 365M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 355M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.10% 346M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.09% 308M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.09% 297M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.09% 296M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [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 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 493868 events (total: 347989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.40% 53582M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 15.19% 52864M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.93% 38045M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 8.70% 30275M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 6.28% 21865M 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.71% 19872M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.68% 19769M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.89% 10062M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.67% 9276M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.41% 8370M 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.64% 5702M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.58% 5507M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 5232M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.33% 4630M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 1.25% 4363M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.01% 3514M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.89% 3111M 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.83% 2894M 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.69% 2397M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.64% 2242M org.apache.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.62% 2142M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.53% 1829M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.52% 1796M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 1777M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.46% 1609M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.46% 1605M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.46% 1592M 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% 1575M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.42% 1447M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.40% 1374M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.36% 1252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.34% 1173M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.33% 1148M 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.28% 978M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.28% 976M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.27% 929M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.26% 909M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.20% 702M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.19% 664M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.19% 653M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.19% 650M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003713d330#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.16% 561M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 554M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.15% 507M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.13% 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.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 452M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 427M 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% 427M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.12% 425M 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.11% 383M 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 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 493868 events (total: 347989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.93% 38045M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 8.85% 30805M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.70% 30275M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 8.70% 30272M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 6.28% 21865M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 5.71% 19872M 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.68% 19769M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.91% 17073M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 4.88% 16977M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 2.67% 9276M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.65% 5741M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.64% 5702M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.52% 5280M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.44% 5005M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.33% 4630M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.25% 4363M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.22% 4230M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.21% 4214M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.19% 4155M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.01% 3514M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.78% 2726M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.78% 2714M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.69% 2397M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.62% 2142M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.52% 1796M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000371e7648#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.51% 1762M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.49% 1707M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.46% 1596M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.45% 1569M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.45% 1569M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.44% 1515M 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.0x00000000371e7648#merge() [Interpreted code] 0.42% 1447M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.42% 1446M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.39% 1341M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.38% 1325M 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.0x00000000371e7648#merge() [Interpreted code] 0.36% 1252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.35% 1231M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.34% 1177M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.34% 1173M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] 0.34% 1167M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.33% 1145M 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.29% 1018M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.27% 955M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.27% 929M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.23% 809M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.21% 724M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.20% 679M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.19% 664M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.19% 658M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.19% 653M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2044.09 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 493868 events (total: 347989M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.93% 38045M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 8.85% 30805M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] 8.70% 30275M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 8.70% 30272M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] 6.28% 21865M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 5.71% 19872M 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.68% 19769M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.91% 17073M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.88% 16977M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.67% 9276M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.64% 5702M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.52% 5283M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#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.33% 4630M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.25% 4363M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] 1.22% 4230M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.21% 4214M 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.0x00000000371e7648#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.01% 3514M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] 1.00% 3477M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.98% 3417M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.83% 2891M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.78% 2726M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.78% 2714M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.69% 2397M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.62% 2142M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000371e7648#merge() [Interpreted code] 0.52% 1796M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000371e7648#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.51% 1773M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 1695M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.47% 1649M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.45% 1569M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.45% 1563M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.44% 1515M 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.0x00000000371e7648#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.42% 1447M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.42% 1446M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 1341M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.38% 1325M 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.0x00000000371e7648#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.36% 1252M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.35% 1231M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.34% 1167M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.33% 1152M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#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.0x00000000371fa4f0#run() [JIT compiled code] 0.33% 1145M 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.0x00000000371e7648#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.31% 1094M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000371f9f98#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.31% 1081M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.30% 1046M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.29% 1018M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.28% 968M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.27% 955M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.27% 929M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.23% 809M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.20% 679M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.19% 664M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] move log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-20 10:53:27.570374] took 7019.0 sec [2026-05-20 10:53:27.574430] medIndexVectorsAtClose None [2026-05-20 10:53:27.584243] 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=2194510 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 19 Start: 2026-05-20 14:53:27 (UTC) Duration: 186 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 5109847 122412024 jdk.CPUTimeSample 3650858 64115371 jdk.FileRead 796627 18930807 jdk.ObjectAllocationInNewTLAB 171967 3208843 jdk.ObjectAllocationOutsideTLAB 52516 888281 jdk.BooleanFlag 13148 417333 jdk.Compilation 7170 185600 jdk.CPULoad 3364 66674 jdk.UnsignedIntFlag 1178 40749 jdk.IntFlag 1064 38233 jdk.Checkpoint 1050 32343321 jdk.StringFlag 855 32164 jdk.GarbageCollection 50 1188 jdk.CPUInformation 19 28533 jdk.GCConfiguration 19 489 jdk.JVMInformation 19 21199 jdk.Metadata 19 2100009 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3650858 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.95% 217282 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.93% 179862 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] 4.01% 146504 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.93% 143578 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.88% 141640 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.70% 135035 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.81% 102560 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.16% 78745 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.89% 68854 java.lang.Integer#rotateLeft():1650 [Inlined code] 1.73% 63288 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.68% 61344 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.67% 60813 java.lang.Character#codePointAt():9662 [Inlined code] 1.63% 59353 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.38% 50262 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.30% 47470 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.25% 45612 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.22% 44359 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.10% 40160 java.lang.Character#toChars():9872 [Inlined code] 1.08% 39396 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.05% 38370 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 1.05% 38228 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.05% 38210 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.86% 31230 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.84% 30587 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.74% 26997 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.73% 26633 java.lang.ThreadLocal#get():171 [Inlined code] 0.70% 25718 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.70% 25567 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.63% 23181 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.57% 20792 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.57% 20645 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.54% 19871 java.lang.Character#toLowerCase():11251 [Inlined code] 0.53% 19382 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.53% 19277 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.52% 18924 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.52% 18828 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.51% 18581 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.49% 17845 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.47% 17300 java.lang.Character#codePointAt():9665 [Inlined code] 0.46% 16906 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.46% 16668 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.45% 16521 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.44% 16211 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.44% 16190 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.43% 15606 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.39% 14286 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.37% 13667 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.37% 13547 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.37% 13471 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] 0.36% 13266 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3650858 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.93% 179862 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 4.01% 146504 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.93% 143470 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.88% 141640 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.68% 134384 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.81% 102560 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.14% 78227 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.89% 68854 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 1.73% 63288 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.68% 61344 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.66% 60612 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.63% 59347 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.52% 55355 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.46% 53350 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 1.41% 51295 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.38% 50262 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.37% 50020 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.30% 47470 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.25% 45612 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.21% 44352 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.10% 40160 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.05% 38370 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.04% 37957 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.84% 30587 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.74% 26994 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.72% 26365 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.70% 25718 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.70% 25567 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.62% 22710 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] 0.59% 21365 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.57% 20645 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.54% 19679 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.53% 19517 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.53% 19382 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.53% 19201 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.51% 18581 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.49% 17873 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.49% 17843 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.47% 17077 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.46% 16787 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.44% 16206 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.44% 16190 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.44% 16108 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.43% 15656 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.43% 15570 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.42% 15428 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.39% 14276 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.37% 13667 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.37% 13545 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.37% 13470 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():296 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3650858 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.93% 143409 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.87% 141175 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.71% 135570 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 2.80% 102106 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.53% 92272 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 2.38% 87019 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 2.21% 80594 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] 2.07% 75688 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.86% 67943 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 1.73% 63288 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.67% 60894 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.63% 59346 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.46% 53187 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.43% 52188 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.39% 50902 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.38% 50262 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 1.31% 47716 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.30% 47470 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 1.25% 45612 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.24% 45240 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.21% 44215 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.10% 40160 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.05% 38370 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 0.84% 30587 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.74% 27004 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.74% 26994 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.72% 26263 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.70% 25709 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():1767 [JIT compiled code] 0.70% 25438 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.62% 22703 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.57% 20906 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.57% 20645 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.55% 20190 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.54% 19679 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.53% 19200 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.51% 18581 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.48% 17610 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.47% 17077 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% 16206 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.44% 16190 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.43% 15656 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.42% 15380 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.42% 15273 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.42% 15273 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.41% 15120 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.40% 14697 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.39% 14272 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.37% 13667 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.37% 13528 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.37% 13393 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3650858 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.16% 115338 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.31% 84241 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 2.21% 80594 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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 2.20% 80378 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 2.07% 75687 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 1.82% 66295 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 1.81% 66006 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 1.67% 60796 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.39% 50900 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.37% 50006 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.36% 49807 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.31% 47715 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.29% 46923 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.24% 45227 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.21% 44215 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.06% 38791 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 1.04% 38093 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.97% 35379 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.92% 33415 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.89% 32381 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.88% 32203 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.83% 30226 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.80% 29067 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.79% 28841 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.72% 26263 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.71% 25916 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.70% 25438 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.68% 24758 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.68% 24743 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.68% 24660 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.63% 23121 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.62% 22813 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.62% 22552 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.60% 21724 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.57% 20912 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.57% 20697 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 19913 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.53% 19199 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.50% 18263 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 16751 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.44% 16185 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.43% 15809 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.42% 15270 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.41% 15047 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.40% 14756 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.40% 14683 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.40% 14533 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.39% 14087 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.39% 14087 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [JIT compiled code] 0.36% 13089 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3650858 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.13% 114140 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.28% 83338 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 2.21% 80594 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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.80% 65657 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.79% 65366 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 1.37% 50006 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.36% 49807 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.30% 47409 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.29% 47260 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.27% 46439 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.24% 45105 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.15% 42163 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.13% 41311 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.05% 38400 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.03% 37434 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.90% 32868 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.88% 32064 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.88% 31987 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.82% 29967 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.78% 28575 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.74% 26956 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.73% 26543 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.72% 26263 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.70% 25594 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.70% 25438 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.68% 24842 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.67% 24506 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.67% 24487 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.64% 23346 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.62% 22694 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.62% 22573 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.61% 22317 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.61% 22206 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.60% 21884 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.59% 21520 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.59% 21433 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.56% 20505 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.54% 19688 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.53% 19315 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.53% 19183 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.50% 18074 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.45% 16497 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.44% 16012 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.43% 15639 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.43% 15519 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.40% 14683 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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.40% 14533 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.39% 14183 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.38% 14037 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.36% 13122 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 224451 events (total: 344581M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.23% 52492M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.08% 31293M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.61% 29662M java.lang.StringUTF16#compress():212 [Inlined code] 6.57% 22624M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.51% 22448M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.06% 13975M java.lang.StringUTF16#compress():216 [Inlined code] 3.65% 12567M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.47% 11972M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 3.29% 11339M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.97% 10243M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.68% 9226M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.20% 7574M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.08% 7181M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.89% 6521M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.79% 6165M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.58% 5459M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.58% 5448M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.51% 5208M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.49% 5148M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.42% 4903M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.21% 4180M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.17% 4045M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.13% 3881M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.79% 2705M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.63% 2173M java.nio.HeapByteBuffer#():75 [Inlined code] 0.62% 2127M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.59% 2049M java.util.ArrayList#grow():240 [Inlined code] 0.56% 1933M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.52% 1784M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.52% 1775M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.51% 1758M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.49% 1696M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.45% 1558M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.45% 1536M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.44% 1519M java.lang.Long#valueOf():1000 [Inlined code] 0.36% 1256M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.31% 1062M java.util.ArrayDeque#():179 [Inlined code] 0.31% 1055M perf.LineFileDocs#intToID():305 [Inlined code] 0.30% 1023M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.29% 998M perf.LineFileDocs#intToID():299 [Inlined code] 0.29% 996M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.28% 958M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.28% 950M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.26% 898M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.25% 872M java.util.List#of():935 [Inlined code] 0.25% 862M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.23% 809M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] 0.22% 775M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.22% 757M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 224451 events (total: 344581M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.20% 52382M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.08% 31293M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.61% 29662M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.57% 22624M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.51% 22448M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.06% 13975M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.64% 12551M org.apache.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.41% 11734M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.90% 9978M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.62% 9035M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.62% 9011M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.20% 7574M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.08% 7181M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.89% 6521M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.79% 6165M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.58% 5459M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.58% 5448M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.51% 5208M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.49% 5148M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.42% 4903M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.21% 4180M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 4045M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.13% 3881M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.74% 2551M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.67% 2303M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.63% 2173M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.62% 2127M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.59% 2049M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.52% 1775M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.51% 1758M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.45% 1558M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.45% 1536M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.44% 1519M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.36% 1256M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.36% 1240M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.31% 1062M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.31% 1055M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.30% 1023M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 998M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 979M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.28% 958M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.28% 954M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.28% 950M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 914M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] 0.26% 899M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.26% 885M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.25% 874M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] 0.25% 872M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.25% 862M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 224451 events (total: 344581M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.20% 52382M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.72% 30048M 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.79% 26839M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 6.51% 22448M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.06% 17421M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 4.02% 13860M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 3.40% 11708M 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.60% 8943M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.55% 8795M 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.20% 7574M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.08% 7175M 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.89% 6521M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.82% 6255M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.79% 6165M 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% 6044M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.58% 5459M 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.58% 5448M 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.51% 5208M 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.49% 5148M 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% 4903M 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.21% 4180M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 4045M 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.03% 3559M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.00% 3437M org.apache.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.99% 3410M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.94% 3226M 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.72% 2487M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] 0.65% 2224M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.61% 2094M 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.60% 2059M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008e13da30#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.59% 2049M 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.51% 1765M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.50% 1724M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.45% 1558M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.38% 1316M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.36% 1256M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1241M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.36% 1223M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.31% 1062M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.31% 1059M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.31% 1055M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 1023M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 1023M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.29% 998M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 979M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 974M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.28% 958M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 954M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 950M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 224451 events (total: 344581M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.20% 52382M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.78% 26796M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.51% 22448M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.51% 15528M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 4.02% 13860M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.37% 8166M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 2.20% 7574M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.06% 7110M 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.82% 6255M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.79% 6176M 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.0x000000008e1e6000#merge() [Interpreted code] 1.73% 5974M 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.72% 5917M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 1.62% 5597M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.58% 5448M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.56% 5362M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.51% 5208M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.50% 5185M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.36% 4699M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.26% 4331M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.21% 4180M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.19% 4093M 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.0x000000008e1e6000#merge() [Interpreted code] 1.14% 3927M 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.01% 3479M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.99% 3410M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.95% 3270M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.94% 3226M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.88% 3018M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.81% 2799M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.80% 2741M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.79% 2714M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.76% 2630M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.76% 2605M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.76% 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 [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.74% 2556M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.67% 2314M org.apache.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% 2269M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.65% 2229M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.64% 2189M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.61% 2094M 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.54% 1852M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008e13da30#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.48% 1663M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.46% 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():361 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1486M 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.40% 1369M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.37% 1273M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1256M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1241M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1190M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.34% 1183M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=12 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 233.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 224451 events (total: 344581M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.20% 52382M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.78% 26796M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.51% 22448M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.51% 15528M 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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 4.02% 13860M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.20% 7574M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.06% 7110M 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.0x000000008e1e6000#merge() [Interpreted code] 2.05% 7065M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.82% 6255M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.79% 6176M 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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.73% 5974M 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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.63% 5609M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.52% 5237M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.51% 5193M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.45% 4989M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.44% 4970M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.31% 4500M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.21% 4180M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.19% 4093M 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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.16% 4008M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.15% 3953M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.00% 3431M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.99% 3410M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.94% 3226M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.85% 2914M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.84% 2910M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.81% 2799M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.80% 2741M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.76% 2630M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.76% 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 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.72% 2471M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.68% 2350M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.66% 2269M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.65% 2229M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.64% 2213M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.64% 2210M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.61% 2094M 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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.59% 2049M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.53% 1833M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008e13da30#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.51% 1758M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1486M 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.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.41% 1409M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.40% 1393M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.40% 1369M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.37% 1273M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1256M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.36% 1241M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1190M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008e1e6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.34% 1165M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] move log to /l/logs.nightly/2026.05.19.18.39.09/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.19.18.39.09/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.19.18.39.09/nrtIndexMediumDocs.top.log [2026-05-20 10:58:18.423794] took 185.3 sec [2026-05-20 10:58:18.427883] run CheckIndex [2026-05-20 10:58:18.427960] 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.19.18.39.09/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-20 11:06:33.621182] took 495.2 sec [2026-05-20 11:06:33.622549] nrtMedIndexAtClose 26 segments: segments_2: _1a(11.0.0):C431999 _78(11.0.0):C7050729 _5p(11.0.0):C6955486 _1k(11.0.0):C609662 _26(11.0.0):C918187 _2g(11.0.0):C743308 _6c(11.0.0):C895847 _8h(11.0.0):C7306007 _70(11.0.0):C940506 _7z(11.0.0):C44807 _7y(11.0.0):C52503 _8f(11.0.0):c116391 _7w(11.0.0):C53717 _8g(11.0.0):C767376 _83(11.0.0):C34008 _7r(11.0.0):C71751 _82(11.0.0):C38723 _7q(11.0.0):C78273 _7t(11.0.0):C66972 _7s(11.0.0):C66507 _7v(11.0.0):C58192 _7o(11.0.0):C77890 _7h(11.0.0):C107553 _80(11.0.0):C40390 _81(11.0.0):C37582 _7u(11.0.0):C60672 [2026-05-20 11:06:33.622792] 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.19.18.39.09/nrt.log 2>&1 [2026-05-20 11:36:34.893571] took 1801.3 sec [2026-05-20 11:36:34.898091] drop: 476.6 477.6 481.3 483.1 499.3 503.9 508.1 508.6 508.7 512.7 522.8 525.0 526.5 527.5 528.9 529.8 530.3 530.3 531.0 531.2 531.6 531.7 532.1 532.1 532.1 532.2 532.4 532.5 532.5 532.5 532.6 532.6 532.8 532.8 533.2 [2026-05-20 11:36:34.898468] times: 19.7 19.7 19.9 20.0 20.2 20.4 20.4 20.5 20.6 20.6 20.6 20.6 20.7 20.8 20.8 20.8 20.9 20.9 21.0 21.0 21.0 21.1 21.3 21.3 21.4 21.4 21.4 21.4 21.4 21.5 21.5 21.6 21.6 21.6 21.7 21.8 21.8 21.9 21.9 21.9 21.9 22.0 22.0 22.0 22.0 22.1 22.1 22.1 22.2 22.2 22.2 22.3 22.4 22.4 22.4 22.4 22.4 22.4 22.5 22.5 22.5 22.5 22.6 22.6 22.6 22.6 22.7 22.8 22.8 22.8 22.8 22.9 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.1 23.2 23.2 23.2 23.2 23.2 23.3 23.3 23.3 23.3 23.3 23.4 23.4 23.4 23.5 23.5 23.5 23.6 23.6 23.6 23.7 23.7 23.8 23.8 23.8 23.8 23.8 23.9 23.9 24.0 24.0 24.1 24.1 24.1 24.1 24.1 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.4 24.5 24.5 24.5 24.6 24.6 24.6 24.6 24.6 24.7 24.7 24.7 24.7 24.7 24.8 24.8 24.9 24.9 24.9 24.9 24.9 25.0 25.1 25.1 25.1 25.1 25.1 25.1 25.1 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.3 25.4 25.4 25.4 25.4 25.4 25.4 25.5 25.5 25.5 25.5 25.5 25.6 25.6 25.6 25.7 25.7 25.7 25.7 25.7 25.7 25.8 25.8 25.8 25.9 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.0 26.0 26.0 26.1 26.1 26.1 26.2 26.2 26.2 26.2 26.2 26.2 26.2 26.3 26.4 26.4 26.5 26.5 26.5 26.5 26.5 26.5 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.7 26.8 26.8 26.8 26.8 26.8 26.9 26.9 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.5 27.5 27.6 27.6 27.6 27.7 27.7 27.7 27.8 27.8 27.8 27.8 27.8 27.9 27.9 27.9 27.9 28.0 28.0 28.0 28.0 28.1 28.1 28.1 28.1 28.2 28.2 28.2 28.2 28.2 28.3 28.3 28.3 28.3 28.3 28.3 28.4 28.4 28.4 28.4 28.4 28.4 28.5 28.5 28.5 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.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.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.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.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.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.5 32.5 32.5 32.5 32.5 32.5 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.8 32.8 32.8 32.8 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.2 33.2 33.2 33.2 33.3 33.6 33.9 33.9 34.0 34.2 34.6 34.7 34.8 34.9 35.0 35.0 35.1 35.4 35.5 35.6 36.6 36.6 36.7 36.7 36.9 37.2 37.2 37.7 38.1 38.2 38.3 38.7 38.9 39.4 39.6 39.9 40.0 140.4 153.2 153.4 159.3 183.6 184.5 186.4 193.5 198.7 200.8 205.0 209.6 212.8 213.4 213.9 215.0 215.9 217.4 217.9 218.7 219.2 219.3 219.3 219.5 219.9 220.0 220.2 221.2 221.6 221.8 222.3 222.3 222.8 222.9 223.1 223.8 223.9 224.1 224.4 225.5 225.6 226.2 229.2 231.1 231.5 234.0 241.7 241.9 242.2 243.3 245.6 248.6 248.7 256.7 264.5 264.8 268.7 269.8 270.0 277.6 283.0 287.7 290.4 294.6 295.6 299.9 301.5 309.3 314.0 314.2 316.8 318.2 329.9 330.0 330.2 331.3 331.4 331.9 332.1 332.3 334.6 334.8 335.4 339.0 339.3 341.6 342.8 344.5 344.6 345.1 345.1 345.3 345.7 346.0 347.6 347.8 347.9 348.1 348.2 348.3 348.5 349.4 349.8 350.0 350.3 350.5 350.8 352.2 352.4 353.1 354.0 355.8 355.8 356.5 358.6 358.9 374.6 381.4 384.8 385.7 386.1 387.6 389.6 390.0 395.3 396.8 398.8 409.7 412.3 418.8 424.4 426.8 428.7 430.6 435.9 442.0 442.6 444.4 446.8 447.3 451.7 451.9 454.4 454.5 455.0 457.2 458.1 459.8 459.9 460.1 460.8 461.7 461.8 461.8 462.2 463.1 464.0 464.1 464.2 464.3 464.7 465.0 465.2 465.5 466.6 466.7 467.0 468.0 468.0 468.2 469.2 469.2 469.9 471.2 471.3 472.2 472.3 472.4 473.4 473.7 474.1 [2026-05-20 11:36:34.898610] NRT reopen time (msec) mean=61.4256 stdDev=98.5086 [2026-05-20 11:36:34.898616] run CheckIndex [2026-05-20 11:36:34.898685] 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.19.18.39.09/checkIndex.nrt.log 2>&1 [2026-05-20 11:44:48.116834] took 493.2 sec [2026-05-20 11:44:49.039655] 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=2226441 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-20 15:44:49 (UTC) Duration: 107 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3847615 80020170 jdk.CPUTimeSample 2844059 49704023 jdk.ObjectAllocationInNewTLAB 673646 11731282 jdk.FileRead 624181 14666036 jdk.ObjectAllocationOutsideTLAB 178718 2827157 jdk.BooleanFlag 10380 328053 jdk.Compilation 5800 149014 jdk.CPULoad 1892 37243 jdk.UnsignedIntFlag 930 32043 jdk.IntFlag 840 30069 jdk.Checkpoint 731 24385402 jdk.StringFlag 675 25110 jdk.GarbageCollection 41 969 jdk.CPUInformation 15 22524 jdk.GCConfiguration 15 384 jdk.JVMInformation 15 15639 jdk.Metadata 15 1657900 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2844055 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.01% 256390 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 5.96% 169629 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.04% 114999 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.57% 101613 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.35% 95262 java.lang.Integer#rotateLeft():1650 [Inlined code] 3.02% 85762 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.87% 81621 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 2.58% 73340 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 2.09% 59514 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.75% 49784 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.56% 44497 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.45% 41346 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.44% 40850 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.43% 40625 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.42% 40381 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.29% 36667 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 1.25% 35603 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.25% 35409 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.16% 32946 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 1.13% 31996 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 0.97% 27677 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.97% 27645 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.81% 23088 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.78% 22279 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.72% 20462 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] 0.66% 18787 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.65% 18569 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.64% 18240 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.64% 18065 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.60% 17193 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.60% 17041 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] 0.58% 16582 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.58% 16510 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.54% 15239 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.53% 15127 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.52% 14701 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.48% 13676 java.lang.Character#toLowerCase():11251 [Inlined code] 0.47% 13447 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.44% 12581 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.44% 12487 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.42% 11999 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.41% 11728 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.39% 11129 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] 0.39% 10969 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.38% 10924 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.38% 10681 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] 0.37% 10538 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] 0.36% 10325 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] 0.36% 10296 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.35% 10018 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=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2844055 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.01% 256349 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 4.04% 114999 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.56% 101338 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 3.35% 95262 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 3.02% 85762 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.59% 73634 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.58% 73239 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.09% 59514 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.75% 49782 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.56% 44495 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 1.49% 42314 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.45% 41328 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.44% 40850 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.43% 40625 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.42% 40380 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.38% 39205 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.31% 37387 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.28% 36301 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 1.25% 35557 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.18% 33427 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.16% 32946 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 1.13% 31996 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 0.97% 27661 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.89% 25181 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.81% 23084 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.72% 20462 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.66% 18779 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.64% 18295 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.64% 18065 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.63% 17929 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.62% 17536 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.61% 17455 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.60% 17187 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.60% 17039 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% 16582 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.54% 15320 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.53% 15024 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.52% 14671 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.48% 13693 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.48% 13535 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.44% 12487 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.44% 12480 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.42% 11966 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] 0.41% 11728 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.39% 11106 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.39% 10963 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.38% 10673 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.37% 10618 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.36% 10295 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.36% 10288 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2844055 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.01% 256346 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 3.99% 113456 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 3.33% 94674 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.02% 85758 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.57% 73084 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.09% 59502 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.93% 54910 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.89% 53871 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.75% 49753 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.63% 46386 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.45% 41280 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.45% 41273 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.43% 40622 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.35% 38268 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.28% 36301 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.26% 35762 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.16% 32871 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 1.16% 32864 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.13% 31996 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.04% 29566 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.97% 27660 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.94% 26646 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.81% 23084 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 0.73% 20782 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.72% 20459 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.69% 19598 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.68% 19361 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.66% 18768 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.64% 18063 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.63% 17845 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.62% 17664 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.62% 17536 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.62% 17522 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.60% 17187 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.60% 17076 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.60% 17021 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% 16576 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.54% 15320 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.52% 14671 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.51% 14447 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.48% 13692 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.48% 13533 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.46% 13115 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.44% 12484 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.43% 12164 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.41% 11743 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.40% 11382 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.39% 11026 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [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.39% 10955 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.38% 10922 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2844055 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.44% 126394 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 4.28% 121642 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 3.16% 89902 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.28% 64963 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.89% 53755 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.70% 48304 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.63% 46386 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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.62% 45978 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 1.26% 35713 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.23% 34972 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.21% 34534 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.21% 34430 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.16% 33119 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.16% 33045 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.15% 32652 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.13% 32227 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 1.00% 28363 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.99% 28056 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.96% 27419 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.82% 23446 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.71% 20127 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.70% 19987 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.70% 19815 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.68% 19336 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.68% 19303 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.66% 18792 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.63% 18026 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.60% 17190 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.60% 17186 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.60% 17076 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.58% 16605 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.58% 16531 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.57% 16237 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.57% 16183 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.57% 16153 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.56% 15800 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.55% 15725 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.55% 15696 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.54% 15314 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.53% 15136 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.53% 15059 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.52% 14681 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.52% 14671 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% 13919 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.47% 13260 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.45% 12732 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.43% 12209 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.42% 12009 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.41% 11738 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.38% 10921 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2844055 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.70% 105196 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 3.56% 101290 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.90% 82349 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.09% 59560 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.76% 50044 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.63% 46386 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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.57% 44600 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.49% 42460 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.24% 35344 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.15% 32677 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.13% 32190 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.12% 31900 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.12% 31798 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.11% 31560 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.07% 30322 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.92% 26138 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.89% 25210 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.74% 21064 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.74% 21016 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.66% 18834 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.64% 18244 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.62% 17741 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.62% 17729 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.60% 17186 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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 0.60% 17076 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.59% 16703 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.58% 16494 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.58% 16481 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.53% 15162 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.53% 15011 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.53% 14986 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.52% 14917 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.52% 14877 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.52% 14704 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.51% 14645 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.51% 14518 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.50% 14260 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.50% 14088 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.48% 13575 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.47% 13382 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.47% 13346 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.44% 12647 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Interpreted code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.44% 12508 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Interpreted code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.44% 12466 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.43% 12117 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.41% 11797 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.41% 11520 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.40% 11471 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.39% 11019 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 852340 events (total: 287343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.37% 44174M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.47% 35839M java.lang.StringUTF16#compress():216 [Inlined code] 9.12% 26212M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.85% 25422M java.lang.StringUTF16#compress():212 [Inlined code] 7.44% 21384M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.03% 20206M perf.LineFileDocs#readDocs():176 [JIT compiled code] 2.99% 8589M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.96% 8504M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.91% 8365M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.78% 7986M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.86% 5341M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.83% 5250M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.78% 5106M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.71% 4902M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.71% 4902M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.70% 4874M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.66% 4757M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.55% 4453M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.34% 3844M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.27% 3645M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.18% 3376M perf.LineFileDocs#nextDoc():647 [Interpreted code] 1.08% 3096M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.01% 2899M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.59% 1703M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.59% 1681M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.50% 1450M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.50% 1446M java.nio.HeapByteBuffer#():75 [Inlined code] 0.45% 1282M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.41% 1171M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.32% 910M java.util.ArrayList#grow():240 [Inlined code] 0.27% 765M java.util.ArrayDeque#():179 [Inlined code] 0.23% 658M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.20% 561M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.17% 482M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.16% 450M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 436M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.14% 408M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.14% 400M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.13% 373M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.13% 369M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.11% 308M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.10% 286M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.10% 284M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.10% 276M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.09% 251M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.08% 241M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.08% 241M java.util.List#of():935 [Inlined code] 0.08% 236M java.lang.Thread#beforeSleep():473 [Interpreted code] 0.08% 230M java.util.ArrayList#subList():1192 [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 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 852340 events (total: 287343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.32% 41157M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.47% 35839M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 9.12% 26212M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.85% 25422M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.44% 21368M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.03% 20206M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.96% 8504M org.apache.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.88% 8261M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.75% 7900M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.65% 7625M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.86% 5341M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.83% 5250M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.78% 5106M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.71% 4902M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4874M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.69% 4859M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.66% 4757M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.53% 4409M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.24% 3558M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.18% 3384M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.18% 3376M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.08% 3096M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.05% 3016M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 1.01% 2899M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.59% 1681M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1464M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.50% 1446M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.49% 1415M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.40% 1163M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.39% 1111M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.34% 963M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.32% 910M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.26% 760M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.17% 482M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.16% 459M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.16% 445M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000004d1a8000#newInvokeSpecial() [Inlined code] 0.15% 436M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 400M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.14% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.12% 356M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.11% 308M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] 0.11% 303M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 286M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 284M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 282M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] 0.10% 278M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():636 [JIT compiled code] 0.09% 251M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.09% 248M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.08% 242M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 852340 events (total: 287343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.32% 41157M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.23% 32269M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.97% 22902M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.28% 20914M 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.20% 20691M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 7.03% 20206M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.87% 8240M 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.74% 7884M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.62% 7537M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.86% 5341M 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.83% 5250M 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.78% 5106M 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.71% 4902M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4874M 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.69% 4859M 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.67% 4792M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.59% 4580M 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.53% 4409M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.35% 3884M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 1.24% 3558M 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% 3384M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.18% 3376M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.16% 3334M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.10% 3163M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] 1.05% 3016M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.03% 2973M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.01% 2899M 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.59% 1681M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.58% 1679M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] 0.57% 1636M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.49% 1419M 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.49% 1415M 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% 1375M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000004d13acd8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.40% 1163M 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.33% 950M 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.32% 910M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.26% 760M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.20% 566M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.16% 459M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.16% 445M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000004d1a8000#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.15% 436M 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.15% 420M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.14% 403M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.14% 400M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.14% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] 0.13% 376M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.12% 356M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():80 [Inlined code] 0.12% 330M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.11% 308M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 852340 events (total: 287343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.32% 41157M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.44% 29989M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.43% 21345M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.03% 20206M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.17% 9109M org.apache.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.96% 8512M 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.44% 6998M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 1.97% 5647M org.apache.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.78% 5106M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.73% 4981M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.71% 4927M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.71% 4902M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4874M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.62% 4659M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.60% 4583M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.59% 4580M 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.56% 4476M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.40% 4031M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.27% 3642M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.23% 3534M 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.0x000000004d1cc6b0#merge() [Interpreted code] 1.18% 3384M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.18% 3376M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.16% 3334M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.13% 3244M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.10% 3163M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.06% 3046M 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.0x000000004d1cc6b0#merge() [Interpreted code] 1.05% 3016M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.99% 2833M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.97% 2779M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.92% 2640M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.89% 2550M 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.79% 2280M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.69% 1973M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.62% 1769M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] 0.60% 1727M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.60% 1712M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.58% 1662M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.56% 1596M org.apache.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.54% 1557M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1531M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.49% 1415M 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% 1350M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.47% 1342M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.46% 1314M org.apache.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.43% 1241M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000004d13acd8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.43% 1239M org.apache.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% 1183M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.34% 970M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 0.28% 812M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 177.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 852340 events (total: 287343M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.32% 41157M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.44% 29989M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.43% 21345M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.03% 20206M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.96% 8512M 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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 2.05% 5878M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.71% 4913M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.71% 4902M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.68% 4835M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.65% 4737M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.64% 4715M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.60% 4583M 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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] 1.59% 4580M 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.0x000000004d1cc6b0#merge() [Interpreted code] 1.52% 4380M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.50% 4318M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.50% 4308M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.38% 3954M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.23% 3534M 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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.18% 3384M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.18% 3376M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.16% 3334M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.15% 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.12% 3231M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.10% 3163M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.06% 3046M 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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.05% 3017M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.05% 3016M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.95% 2728M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.95% 2718M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.79% 2280M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.71% 2036M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.69% 1986M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.65% 1862M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.64% 1853M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.60% 1737M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.58% 1662M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.56% 1596M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.54% 1557M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.49% 1415M 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.0x000000004d1cc6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.48% 1390M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.47% 1342M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.47% 1338M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.46% 1314M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.45% 1278M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.43% 1239M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.43% 1230M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000004d13acd8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.41% 1183M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.41% 1178M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.36% 1032M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] move log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.19.18.39.09/fastIndexBigDocs.top.log [2026-05-20 11:48:17.587356] took 79.2 sec [2026-05-20 11:48:17.588406] bigIndexAtClose None [2026-05-20 11:48:17.589505] 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=2229784 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-20 23:52:27 (UTC) Duration: 11527 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 88764910 1686067707 jdk.FileWrite 14092207 324091442 jdk.FileRead 322459 8958515 jdk.CPULoad 217591 4569411 jdk.BooleanFlag 116256 3836952 jdk.ObjectAllocationInNewTLAB 36611 795272 jdk.Checkpoint 34147 95701559 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 197 3494 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316680 jdk.Metadata 168 18568704 jdk.Compilation 162 4524 jdk.GarbageCollection 65 1690 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 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 88764910 events (total: 88M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.40% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 34.63% 30M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 7.81% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 1.24% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.95% 846555 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.83% 738394 java.util.Arrays#fill():3144 [Inlined code] 0.78% 693725 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] 0.72% 638390 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.70% 617834 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.53% 469308 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.47% 419961 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] 0.46% 411688 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.42% 372852 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.36% 323367 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.34% 305802 java.util.ArrayList#elementData():412 [Inlined code] 0.32% 281550 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.31% 271242 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.29% 258543 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.21% 186371 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.19% 172011 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.17% 146857 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.16% 139438 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.14% 128145 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.14% 125609 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.13% 115965 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.13% 112547 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.11% 100823 java.util.Arrays#fill():3143 [Inlined code] 0.11% 100233 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.11% 94773 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.09% 83318 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.09% 78779 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.09% 76417 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.08% 70300 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.07% 65015 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.07% 62909 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.07% 61940 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 0.07% 59127 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 58025 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.05% 47498 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.05% 45939 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.05% 44874 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.05% 44312 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.05% 41044 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.05% 40851 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 40661 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 40653 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.04% 36976 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 34137 org.apache.lucene.store.MemorySegmentIndexInput#seek():321 [Inlined code] 0.04% 32410 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.04% 31959 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 88764910 events (total: 88M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.40% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.63% 30M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 7.81% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 1.21% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.95% 846555 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.83% 738394 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.78% 693725 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 0.72% 638390 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.70% 617834 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.53% 469308 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.47% 419961 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.46% 411688 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl#seek():863 [Inlined code] 0.36% 323367 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.34% 305774 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.32% 281550 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.31% 271242 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.30% 270521 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.29% 258543 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.21% 186371 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.16% 139438 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.15% 131997 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.14% 128145 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% 125609 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.13% 118933 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.13% 115965 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 109349 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.11% 100823 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.11% 100233 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.10% 90824 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 81677 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.08% 67122 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.07% 65015 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.07% 62761 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.07% 59127 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 57041 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 55791 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.06% 52127 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.05% 47498 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.05% 44874 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.05% 43371 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 40661 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.05% 40653 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 40125 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.04% 38195 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.04% 36976 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 34611 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.04% 34279 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.04% 34137 org.apache.lucene.store.MemorySegmentIndexInput#seek():321 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl#seek():863 [Inlined code] 0.04% 32410 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% 31285 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 88764910 events (total: 88M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.40% 38M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 33.92% 30M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.81% 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.20% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.83% 738394 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.78% 693725 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.71% 629546 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 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% 617834 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.63% 562994 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.60% 531702 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.53% 469308 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.47% 419911 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.45% 397476 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl#seek():863 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():82 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.36% 323367 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.33% 293539 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.32% 281162 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.31% 272872 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.31% 271242 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.29% 256199 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.28% 246906 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.21% 182429 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.15% 128852 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.14% 125609 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.14% 121955 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.13% 113015 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.13% 112531 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.12% 107720 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 100823 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.11% 100281 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 0.11% 93880 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 82714 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.09% 81677 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% 75396 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] 0.08% 66830 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% 62299 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.06% 52127 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.05% 47595 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.05% 47498 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] 0.05% 45270 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 41121 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 40661 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% 39400 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.04% 38826 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 38195 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.04% 36653 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 36269 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.04% 35990 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% 34611 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.04% 31567 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 31285 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 88764910 events (total: 88M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.74% 28M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 11.09% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.72% 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] 9.26% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 6.97% 6M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.46% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.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] 1.64% 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.63% 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.61% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.46% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.17% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.84% 742515 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.78% 693725 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] 0.76% 675851 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.74% 661151 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.69% 610513 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.68% 606871 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.67% 598972 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.63% 562994 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.63% 560721 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.61% 541633 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.58% 514690 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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():451 [Inlined code] 0.54% 480087 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.53% 469308 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.0x000000002207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.37% 327951 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl#seek():863 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():82 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.36% 318836 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.32% 282690 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 281162 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.29% 256199 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.29% 254876 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.28% 246906 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.22% 198916 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.18% 160082 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 144575 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.14% 126889 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.14% 121955 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.14% 120307 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.13% 116461 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.13% 114856 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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():451 [Inlined code] 0.12% 107720 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] 0.11% 97373 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.11% 96876 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.11% 93880 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.10% 88482 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 82714 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.09% 78944 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.09% 77386 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 77315 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 75606 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 88764910 events (total: 88M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.73% 28M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 9.56% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 9.54% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 8.88% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 4.97% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.10% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.67% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.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():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.49% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.47% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.46% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.17% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.07% 948448 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.88% 778890 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.78% 693725 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 [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] 0.75% 664067 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.69% 610513 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.67% 596759 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.66% 586805 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.63% 562994 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.63% 560916 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.58% 514232 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.56% 499921 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#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.55% 491781 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.53% 469308 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.0x000000002207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.53% 468152 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.42% 369362 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.40% 351207 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.37% 327951 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl#seek():863 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():82 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.36% 318836 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] 0.32% 287420 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 282668 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.31% 276260 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.31% 274952 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 265688 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.29% 256199 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.29% 254876 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.28% 251646 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.28% 245085 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.26% 233191 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#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% 229711 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.22% 194152 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.19% 167570 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.17% 154244 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.17% 150302 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.17% 147042 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.16% 144163 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.16% 140588 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 0.16% 137821 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.14% 126889 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 36805 events (total: 639058M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.34% 98040M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 15.04% 96107M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 4.97% 31733M perf.LineFileDocs#readVector():212 [Inlined code] 4.82% 30795M java.nio.HeapByteBuffer#():75 [Inlined code] 4.80% 30676M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.03% 19358M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.98% 19038M java.util.Arrays#copyOf():3478 [Inlined code] 2.75% 17552M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.12% 13578M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.11% 13477M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.68% 10708M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.49% 9545M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 1.47% 9371M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.41% 9026M java.util.Arrays#copyOf():3537 [Inlined code] 1.33% 8505M java.lang.StringUTF16#compress():212 [Inlined code] 1.29% 8267M java.lang.StringBuilder#toString():478 [Inlined code] 1.23% 7877M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.20% 7682M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.20% 7653M java.util.ArrayList#grow():240 [Inlined code] 1.15% 7355M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.04% 6619M java.lang.AbstractStringBuilder#():101 [Inlined code] 1.02% 6537M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 0.92% 5886M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.90% 5755M org.apache.lucene.document.StringField#():61 [Inlined code] 0.90% 5754M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.87% 5536M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.86% 5482M java.util.HashMap#newNode():1910 [Inlined code] 0.71% 4525M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.61% 3913M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.60% 3803M java.util.HashMap#resize():711 [JIT compiled code] 0.59% 3777M java.lang.StringUTF16#compress():216 [Inlined code] 0.52% 3344M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.51% 3277M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.51% 3263M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.50% 3218M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.49% 3107M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.47% 3025M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.44% 2810M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.43% 2730M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.40% 2550M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.37% 2351M java.lang.Long#valueOf():1000 [Inlined code] 0.37% 2341M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.35% 2260M org.apache.lucene.facet.taxonomy.FacetLabel#():74 [Inlined code] 0.35% 2215M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.33% 2107M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.33% 2081M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.32% 2042M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] 0.30% 1943M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] 0.30% 1939M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.30% 1901M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [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 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 36805 events (total: 639058M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.06% 96269M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 15.04% 96107M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 4.97% 31733M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.80% 30676M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 4.75% 30381M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 3.03% 19358M 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.98% 19038M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.75% 17552M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.12% 13578M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 2.11% 13477M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 1.68% 10708M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.49% 9545M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.47% 9371M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.41% 9026M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.33% 8505M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.29% 8267M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.23% 7877M 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.20% 7682M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.20% 7653M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.15% 7355M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.04% 6619M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 1.02% 6537M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 0.90% 5754M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.87% 5536M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.71% 4525M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.59% 3777M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.57% 3613M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.52% 3344M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.52% 3316M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.51% 3277M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.51% 3263M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.50% 3218M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.48% 3064M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.45% 2882M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#computeIfAbsent():1207 [JIT compiled code] 0.44% 2822M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.43% 2775M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.43% 2730M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 2550M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.39% 2485M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.37% 2341M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.35% 2215M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.33% 2081M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.32% 2042M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] 0.30% 1943M 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.30% 1939M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.30% 1909M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.30% 1901M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] 0.30% 1892M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.28% 1771M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.27% 1752M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [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 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 36805 events (total: 639058M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.85% 88526M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.78% 88090M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 4.97% 31733M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.80% 30676M 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.75% 30381M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.03% 19358M 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.98% 19038M 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.12% 13578M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 2.11% 13477M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.68% 10708M 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.49% 9545M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] 1.47% 9371M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] at java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.41% 9019M 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.25% 8016M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.21% 7742M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.20% 7682M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.20% 7653M 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.18% 7542M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 1.02% 6537M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.91% 5844M 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] 0.90% 5754M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] 0.77% 4913M 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% 4898M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.72% 4588M 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.68% 4358M 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.0x000000002204c400#concat() [Inlined code] 0.59% 3777M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.57% 3613M 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.54% 3467M org.apache.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.52% 3344M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.51% 3277M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] 0.51% 3239M 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.50% 3218M 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.48% 3064M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.44% 2822M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.43% 2775M 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.43% 2730M 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.41% 2644M 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.40% 2550M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.37% 2384M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] 0.37% 2341M 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.35% 2215M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.34% 2203M org.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.32% 2042M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():362 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] 0.32% 2032M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] 0.30% 1943M 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.30% 1939M 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.30% 1909M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 1892M 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.30% 1885M 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.27% 1752M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 36805 events (total: 639058M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.25% 52734M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.19% 52309M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 4.97% 31733M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.80% 30676M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 4.75% 30381M 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.26% 27235M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 4.13% 26388M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 3.03% 19358M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 2.12% 13578M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.42% 9054M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.40% 8967M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.31% 8365M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.20% 7682M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.18% 7542M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.15% 7338M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 1.04% 6672M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] 1.02% 6537M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.92% 5892M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.91% 5844M 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] 0.90% 5754M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.70% 4468M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.69% 4422M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.68% 4358M 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.0x000000002204c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000002204c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.65% 4146M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.63% 4036M 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.59% 3777M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.58% 3711M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] 0.57% 3652M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.51% 3277M 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.49% 3137M 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.48% 3064M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.46% 2959M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.45% 2876M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.44% 2822M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.42% 2660M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.41% 2644M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.41% 2611M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.41% 2596M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] 0.40% 2550M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.40% 2534M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.38% 2412M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.38% 2408M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.37% 2394M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.37% 2384M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000221df508#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] 0.37% 2363M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.37% 2354M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():519 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.36% 2302M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.34% 2159M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.33% 2135M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.33% 2094M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2044.90 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 36805 events (total: 639058M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.25% 52734M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] 8.19% 52309M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] 4.97% 31733M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.80% 30676M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 4.75% 30381M 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.26% 27235M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.13% 26388M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.03% 19358M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.12% 13578M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.20% 7682M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.19% 7595M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#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.18% 7542M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.15% 7338M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.04% 6647M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 1.02% 6537M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.94% 6021M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.92% 5892M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000022209848#call() [JIT compiled code] 0.91% 5844M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.90% 5754M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.85% 5448M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.70% 4468M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.69% 4422M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.65% 4146M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.63% 4036M 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.0x00000000221df508#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] 0.59% 3777M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.58% 3711M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.57% 3652M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.51% 3277M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.49% 3137M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.48% 3064M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.46% 2959M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.46% 2945M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 2928M 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.0x000000002204c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000002204c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.store.IndexInput#randomAccessSlice():161 [Inlined code] 0.46% 2917M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.45% 2876M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():292 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.44% 2822M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.42% 2660M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.41% 2644M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.41% 2611M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.41% 2596M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000221df508#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] 0.40% 2550M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.40% 2534M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.38% 2412M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.38% 2408M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.37% 2394M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.37% 2384M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000221df508#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4785 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.SerialMergeScheduler#merge():38 [Interpreted code] 0.37% 2363M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.37% 2354M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at perf.LineFileDocs#cloneDoc():519 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.36% 2302M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.34% 2159M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] move log to /l/logs.nightly/2026.05.19.18.39.09/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.19.18.39.09/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.19.18.39.09/fixedIndex.top.log [2026-05-20 23:42:01.390625] took 40576.1 sec [2026-05-20 23:42:01.393919] run CheckIndex [2026-05-20 23:42:01.394129] 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.19.18.39.09/checkIndex.fixedIndex.log 2>&1 [2026-05-20 23:48:02.457948] took 361.1 sec [2026-05-20 23:48:02.458944] 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-20 23:48:02.459208] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.19.18.39.09/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.19.18.39.09/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.19.18.39.09/search-tasks.top.log NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.0 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-0.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8826252 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.0 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 412.4 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 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.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.5 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.3 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-3.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4890746 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.3 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.3 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.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 409.5 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.5 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-5.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8701999 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.5 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.4 s 55.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.6 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-6.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -669201 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.6 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 423.5 s 53.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.7 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-7.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9025962 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.7 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 416.1 s 54.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.8 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-8.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -6290602 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.8 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 416.7 s 54.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 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.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 412.0 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.11 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-11.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7628876 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.11 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 421.1 s 53.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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.7 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.13 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-13.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -3026482 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.13 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 415.1 s 54.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 413.5 s 54.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.15 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-15.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 24871 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.15 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.0 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 417.5 s 54.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.17 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-17.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9408097 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.17 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 407.9 s 55.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.18 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-18.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8222059 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.18 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 412.7 s 55.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.19 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-19.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9532070 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.19 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 418.0 s 54.3 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=2676469 [2026-05-21 02:06:34.895779] done search (2:18:32.436549) 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.574 1.542 -2.0% 4.927 4.903 -0.5% 5.153 5.284 2.6% 5.173 5.473 5.8% 5.291 5.545 4.8% ('And3Terms', None) 1.634 1.632 -0.1% 3.170 3.165 -0.2% 3.382 3.450 2.0% 3.505 3.490 -0.4% 3.802 3.615 -4.9% ('AndHighHigh', None) 4.869 4.921 1.0% 6.849 6.810 -0.6% 6.985 7.049 0.9% 8.136 7.813 -4.0% 27.154 33.345 22.8% ('AndHighHighDayTaxoFacets', None) 69.368 68.839 -0.8% 130.548 131.588 0.8% 134.630 136.242 1.2% 135.851 144.118 6.1% 160.117 154.453 -3.5% ('AndHighMed', None) 2.171 2.216 2.0% 2.901 3.022 4.2% 3.117 3.225 3.5% 3.433 3.277 -4.5% 3.698 3.293 -11.0% ('AndHighMedDayTaxoFacets', None) 7.863 7.646 -2.8% 22.585 22.385 -0.9% 23.468 23.150 -1.4% 25.144 23.443 -6.8% 25.342 24.834 -2.0% ('AndHighOrMedMed', None) 5.895 6.500 10.3% 10.290 11.772 14.4% 10.855 12.550 15.6% 11.744 14.375 22.4% 36.101 26.239 -27.3% ('AndMedOrHighHigh', None) 4.240 4.365 2.9% 11.386 11.489 0.9% 11.664 11.872 1.8% 14.620 11.939 -18.3% 56.612 60.006 6.0% ('AndMissingHigh', 'Title') 0.149 0.154 3.5% 0.275 0.274 -0.3% 0.421 0.414 -1.6% 0.565 0.478 -15.3% 0.587 0.491 -16.4% ('AndStopWords', None) 6.336 6.226 -1.7% 18.625 18.588 -0.2% 19.313 20.167 4.4% 19.313 20.167 4.4% 20.048 21.183 5.7% ('BrowseDateSSDVFacets', None) 652.218 653.977 0.3% 661.077 657.989 -0.5% 682.740 664.316 -2.7% 682.740 664.316 -2.7% 743.953 744.087 0.0% ('BrowseDateTaxoFacets', None) 138.475 139.982 1.1% 141.750 143.196 1.0% 153.216 154.209 0.6% 153.216 154.209 0.6% 153.745 161.170 4.8% ('BrowseDayOfYearSSDVFacets', None) 173.312 174.155 0.5% 175.325 182.730 4.2% 183.777 185.414 0.9% 183.777 185.414 0.9% 184.516 186.616 1.1% ('BrowseDayOfYearTaxoFacets', None) 137.839 140.083 1.6% 139.594 142.960 2.4% 152.393 152.893 0.3% 152.393 152.893 0.3% 154.121 153.595 -0.3% ('BrowseMonthSSDVFacets', None) 161.649 162.192 0.3% 163.240 168.655 3.3% 171.069 173.077 1.2% 171.069 173.077 1.2% 172.441 173.854 0.8% ('BrowseMonthTaxoFacets', None) 147.904 149.174 0.9% 149.709 151.478 1.2% 158.606 158.446 -0.1% 158.606 158.446 -0.1% 209.787 319.594 52.3% ('BrowseRandomLabelSSDVFacets', None) 209.967 214.279 2.1% 219.571 220.118 0.2% 236.700 243.106 2.7% 236.700 243.106 2.7% 240.006 243.644 1.5% ('BrowseRandomLabelTaxoFacets', None) 156.782 158.774 1.3% 161.424 162.787 0.8% 171.021 168.276 -1.6% 171.021 168.276 -1.6% 178.035 180.803 1.6% ('CombinedAndHighHigh', None) 17.589 18.979 7.9% 18.745 20.257 8.1% 20.436 21.518 5.3% 21.263 23.605 11.0% 53.864 41.833 -22.3% ('CombinedAndHighMed', None) 3.122 3.311 6.1% 8.856 9.720 9.8% 9.420 10.513 11.6% 9.745 10.699 9.8% 87.748 85.003 -3.1% ('CombinedOrHighHigh', None) 19.249 19.021 -1.2% 20.786 20.552 -1.1% 21.430 21.180 -1.2% 22.171 21.902 -1.2% 22.706 22.393 -1.4% ('CombinedOrHighMed', None) 3.358 3.412 1.6% 9.767 9.849 0.8% 10.082 10.341 2.6% 10.155 11.245 10.7% 30.199 31.829 5.4% ('CombinedTerm', None) 6.933 7.008 1.1% 13.477 13.425 -0.4% 13.816 14.109 2.1% 14.119 14.745 4.4% 111.538 31.118 -72.1% ('CountAndHighHigh', None) 1.810 1.873 3.5% 2.030 2.069 1.9% 2.203 2.370 7.6% 2.410 2.516 4.4% 3.094 2.791 -9.8% ('CountAndHighMed', None) 1.703 1.715 0.7% 1.988 1.964 -1.2% 2.632 2.353 -10.6% 56.888 49.320 -13.3% 90.831 77.551 -14.6% ('CountFilteredIntNRQ', None) 6.612 6.768 2.4% 7.500 7.627 1.7% 8.270 8.641 4.5% 34.319 36.304 5.8% 39.243 38.767 -1.2% ('CountFilteredOrHighHigh', None) 4.822 4.914 1.9% 5.081 5.202 2.4% 5.403 5.433 0.6% 5.533 7.839 41.7% 20.119 20.205 0.4% ('CountFilteredOrHighMed', None) 4.371 4.398 0.6% 4.719 4.837 2.5% 4.933 5.079 3.0% 7.643 7.791 1.9% 7.958 7.888 -0.9% ('CountFilteredOrMany', None) 16.743 17.664 5.5% 19.649 20.724 5.5% 21.033 21.503 2.2% 28.166 22.679 -19.5% 110.929 88.592 -20.1% ('CountFilteredPhrase', None) 12.011 11.945 -0.5% 17.406 17.227 -1.0% 19.733 18.123 -8.2% 29.862 27.748 -7.1% 125.056 112.010 -10.4% ('CountOrHighHigh', None) 1.697 1.796 5.8% 1.925 2.045 6.2% 2.312 2.319 0.3% 2.490 2.487 -0.1% 2.734 2.514 -8.1% ('CountOrHighMed', None) 1.618 1.700 5.1% 1.942 2.035 4.8% 2.595 3.227 24.4% 3.388 3.721 9.8% 15.670 14.748 -5.9% ('CountOrMany', None) 14.819 15.851 7.0% 18.428 19.401 5.3% 18.851 20.591 9.2% 19.700 24.756 25.7% 23.541 27.276 15.9% ('CountPhrase', None) 38.884 37.831 -2.7% 77.700 79.130 1.8% 87.372 89.310 2.2% 88.696 90.827 2.4% 89.016 90.927 2.1% ('CountTerm', None) 0.103 0.104 1.3% 0.158 0.155 -1.5% 0.281 0.292 4.1% 0.330 0.384 16.3% 0.383 0.407 6.4% ('DismaxOrHighHigh', None) 2.746 2.750 0.1% 7.044 7.055 0.1% 7.350 7.500 2.0% 13.345 11.891 -10.9% 13.594 15.493 14.0% ('DismaxOrHighMed', None) 2.474 2.510 1.5% 3.079 3.181 3.3% 3.345 3.607 7.8% 3.462 4.119 19.0% 5.978 7.185 20.2% ('DismaxTerm', None) 0.703 0.679 -3.4% 0.920 0.923 0.3% 2.669 2.317 -13.2% 3.381 3.048 -9.8% 4.376 4.320 -1.3% ('FilteredAnd2Terms2StopWords', None) 1.016 0.997 -1.9% 6.207 6.215 0.1% 6.407 6.467 0.9% 6.487 6.527 0.6% 6.520 6.608 1.4% ('FilteredAnd3Terms', None) 1.454 1.493 2.7% 2.495 2.515 0.8% 2.768 2.711 -2.1% 7.816 2.743 -64.9% 68.216 78.984 15.8% ('FilteredAndHighHigh', None) 7.364 7.343 -0.3% 7.610 7.609 -0.0% 7.825 7.799 -0.3% 9.080 7.963 -12.3% 9.396 9.376 -0.2% ('FilteredAndHighMed', None) 2.209 2.211 0.1% 5.564 5.596 0.6% 5.719 5.869 2.6% 5.881 5.937 1.0% 5.962 5.958 -0.1% ('FilteredAndStopWords', None) 8.236 9.455 14.8% 10.056 10.140 0.8% 10.230 10.417 1.8% 10.230 10.417 1.8% 103.726 109.036 5.1% ('FilteredDismaxOrHighHigh', None) 10.175 10.109 -0.6% 10.888 10.766 -1.1% 11.211 12.078 7.7% 14.004 17.002 21.4% 31.323 31.680 1.1% ('FilteredDismaxOrHighMed', None) 3.091 3.093 0.1% 7.328 7.304 -0.3% 7.833 7.865 0.4% 13.044 9.352 -28.3% 129.760 137.235 5.8% ('FilteredDismaxTerm', None) 3.519 3.611 2.6% 4.695 4.933 5.1% 4.951 5.206 5.1% 5.367 6.897 28.5% 6.145 13.879 125.9% ('FilteredIntNRQ', None) 3.243 3.302 1.8% 4.040 4.178 3.4% 4.409 5.384 22.1% 4.698 6.701 42.7% 54.418 58.463 7.4% ('FilteredOr2Terms2StopWords', None) 3.382 3.362 -0.6% 7.334 7.209 -1.7% 7.720 7.634 -1.1% 9.280 7.689 -17.1% 86.566 106.494 23.0% ('FilteredOr3Terms', None) 4.615 4.599 -0.3% 6.015 6.082 1.1% 6.206 6.300 1.5% 6.246 6.648 6.4% 6.315 8.408 33.1% ('FilteredOrHighHigh', None) 7.721 7.690 -0.4% 8.000 8.030 0.4% 9.668 8.411 -13.0% 10.326 10.424 0.9% 59.595 58.545 -1.8% ('FilteredOrHighMed', None) 2.236 2.242 0.3% 5.548 5.563 0.3% 5.931 5.782 -2.5% 6.903 6.061 -12.2% 29.878 7.077 -76.3% ('FilteredOrMany', None) 31.346 31.367 0.1% 34.425 34.068 -1.0% 35.844 35.877 0.1% 38.533 40.863 6.0% 140.797 176.293 25.2% ('FilteredOrStopWords', None) 11.586 11.501 -0.7% 12.026 11.953 -0.6% 14.573 13.663 -6.2% 14.573 13.663 -6.2% 146.061 138.977 -4.9% ('FilteredPhrase', None) 11.048 11.030 -0.2% 16.964 16.963 -0.0% 18.755 18.925 0.9% 23.999 22.388 -6.7% 25.881 26.539 2.5% ('FilteredPrefix3', None) 1.830 1.808 -1.2% 4.070 3.918 -3.7% 4.430 4.195 -5.3% 4.532 4.348 -4.0% 5.872 6.321 7.6% ('FilteredTerm', None) 3.136 3.206 2.2% 4.472 4.569 2.2% 4.909 4.816 -1.9% 5.550 5.057 -8.9% 30.889 30.870 -0.1% ('Fuzzy1', None) 9.045 9.023 -0.2% 11.003 11.001 -0.0% 11.532 11.796 2.3% 11.839 13.653 15.3% 37.653 36.552 -2.9% ('Fuzzy2', None) 10.069 10.031 -0.4% 11.875 11.941 0.6% 12.637 12.836 1.6% 13.065 13.708 4.9% 14.162 13.824 -2.4% ('IntNRQ', None) 3.135 3.280 4.6% 4.027 4.162 3.3% 4.327 4.821 11.4% 4.431 7.096 60.1% 4.844 15.893 228.1% ('IntSet', None) 1.174 1.187 1.1% 1.332 1.367 2.6% 3.111 3.258 4.7% 21.568 20.364 -5.6% 27.831 25.978 -6.7% ('IntervalsOrdered', None) 34.991 36.489 4.3% 91.408 93.360 2.1% 95.439 94.815 -0.7% 96.245 95.039 -1.3% 105.768 103.586 -2.1% ('MedTermDayTaxoFacets', None) 24.654 25.170 2.1% 29.222 30.073 2.9% 30.332 31.043 2.3% 32.540 31.670 -2.7% 33.836 32.325 -4.5% ('Or2Terms2StopWords', None) 1.705 1.747 2.5% 4.961 5.016 1.1% 5.580 5.653 1.3% 5.674 6.648 17.2% 34.499 34.320 -0.5% ('Or3Terms', None) 2.154 2.137 -0.8% 3.566 3.618 1.4% 3.956 4.327 9.4% 4.237 14.191 234.9% 273.576 268.574 -1.8% ('OrHighHigh', None) 5.160 5.156 -0.1% 5.808 5.793 -0.3% 7.490 6.139 -18.0% 8.088 7.246 -10.4% 16.570 15.923 -3.9% ('OrHighMed', None) 1.648 1.734 5.2% 2.750 3.032 10.3% 3.019 3.316 9.8% 6.140 6.895 12.3% 8.996 8.809 -2.1% ('OrHighMedDayTaxoFacets', None) 86.896 86.319 -0.7% 290.165 287.766 -0.8% 293.951 292.947 -0.3% 299.893 295.358 -1.5% 311.879 296.667 -4.9% ('OrHighRare', None) 2.866 2.863 -0.1% 3.182 3.096 -2.7% 3.598 3.525 -2.0% 3.854 3.751 -2.7% 10.347 10.461 1.1% ('OrMany', None) 24.514 25.334 3.3% 27.616 27.996 1.4% 30.818 30.450 -1.2% 31.054 31.602 1.8% 39.125 47.188 20.6% ('OrStopWords', None) 5.869 5.892 0.4% 15.391 15.399 0.1% 15.634 15.880 1.6% 15.634 15.880 1.6% 16.024 17.506 9.2% ('PKLookup',) 2.769 2.772 0.1% 2.938 2.933 -0.2% 4.082 3.768 -7.7% 5.555 5.591 0.6% 7.644 7.197 -5.9% ('Phrase', None) 15.226 14.696 -3.5% 42.896 39.786 -7.3% 44.726 42.212 -5.6% 45.555 42.840 -6.0% 56.988 60.634 6.4% ('PostFilteredVectorSearch', None) 1.808 1.972 9.0% 2.048 2.210 7.9% 5.367 5.329 -0.7% 6.103 6.463 5.9% 6.636 6.832 2.9% ('PreFilteredVectorSearch', None) 5.762 5.862 1.7% 6.324 6.435 1.8% 9.633 21.599 124.2% 74.165 78.804 6.3% 303.323 337.802 11.4% ('Prefix3', None) 1.084 1.121 3.4% 3.527 3.454 -2.1% 3.987 4.246 6.5% 4.630 12.515 170.3% 89.947 92.068 2.4% ('Respell',) 14.598 14.667 0.5% 16.961 16.924 -0.2% 17.833 17.649 -1.0% 26.690 26.404 -1.1% 33.289 33.119 -0.5% ('SloppyPhrase', None) 80.198 77.271 -3.6% 210.830 204.596 -3.0% 214.077 210.739 -1.6% 230.494 213.410 -7.4% 297.540 306.765 3.1% ('SpanNear', None) 33.573 34.478 2.7% 88.870 93.770 5.5% 90.931 96.901 6.6% 92.127 97.234 5.5% 193.064 202.040 4.6% ('Term', None) 0.840 0.849 1.1% 1.032 1.041 0.8% 1.290 1.182 -8.4% 1.498 1.213 -19.0% 21.960 19.848 -9.6% ('TermBGroup1M', None) 51.056 50.881 -0.3% 83.455 82.769 -0.8% 84.881 83.723 -1.4% 85.744 83.893 -2.2% 86.354 85.191 -1.3% ('TermBGroup1M1P', None) 25.470 25.042 -1.7% 45.762 44.574 -2.6% 46.684 45.017 -3.6% 46.847 45.301 -3.3% 51.010 50.128 -1.7% ('TermDateFacets', None) 32.540 34.225 5.2% 57.410 60.465 5.3% 59.084 63.566 7.6% 64.450 69.019 7.1% 167.867 141.973 -15.4% ('TermDateTimeSort', 'DateTime') 4.275 4.050 -5.3% 5.912 5.932 0.3% 6.314 6.210 -1.6% 37.901 36.316 -4.2% 71.197 90.405 27.0% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.352 6.415 1.0% 9.561 10.199 6.7% 10.011 10.520 5.1% 10.230 10.612 3.7% 39.200 41.123 4.9% ('TermDayOfYearSort', 'DayOfYear') 2.240 2.394 6.9% 3.578 3.390 -5.3% 4.097 3.702 -9.6% 22.740 3.842 -83.1% 23.135 15.414 -33.4% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.232 6.295 1.0% 10.550 10.950 3.8% 10.866 11.576 6.5% 11.087 12.417 12.0% 13.067 26.126 99.9% ('TermGroup100', None) 56.945 55.821 -2.0% 109.095 106.855 -2.1% 110.655 108.023 -2.4% 111.388 110.042 -1.2% 112.439 110.191 -2.0% ('TermGroup10K', None) 62.939 63.213 0.4% 108.725 108.491 -0.2% 111.097 110.668 -0.4% 112.709 111.912 -0.7% 130.290 128.539 -1.3% ('TermGroup1M', None) 63.927 63.821 -0.2% 113.818 113.057 -0.7% 115.518 114.653 -0.7% 116.602 115.255 -1.2% 117.461 115.686 -1.5% ('TermMonthSort', 'Month') 0.931 0.894 -4.0% 1.068 1.037 -2.9% 1.351 1.298 -3.9% 1.502 2.650 76.4% 1.698 11.216 560.5% ('TermMonthSortSkipper', 'Month (skipper)') 4.951 5.159 4.2% 8.350 9.021 8.0% 8.608 9.337 8.5% 8.697 9.564 10.0% 58.784 60.596 3.1% ('TermTitleSort', 'Title') 7.400 7.734 4.5% 9.926 10.776 8.6% 17.926 13.960 -22.1% 61.922 66.680 7.7% 158.931 95.164 -40.1% ('TermTitleSortSkipper', 'Title (skipper)') 6.477 6.508 0.5% 9.648 10.091 4.6% 10.370 10.400 0.3% 10.963 10.768 -1.8% 70.826 69.167 -2.3% ('VectorSearch', None) 2.136 2.184 2.2% 2.667 2.395 -10.2% 6.153 6.350 3.2% 8.662 6.480 -25.2% 9.147 8.203 -10.3% ('Wildcard', None) 23.597 24.929 5.6% 35.557 40.463 13.8% 46.858 48.071 2.6% 50.012 49.891 -0.2% 79.460 81.577 2.7% generate vmstat pretties /l/reports.nightly/2026.05.19.18.39.09/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.19.18.39.09/search-tasks /l/reports.nightly/2026.05.19.18.39.09/fastIndexBigDocs /l/reports.nightly/2026.05.19.18.39.09/fixedIndex /l/reports.nightly/2026.05.19.18.39.09/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.19.18.39.09/nrtIndexMediumDocs /l/reports.nightly/2026.05.19.18.39.09/fastIndexMediumDocs JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 48.38 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.29 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 93.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=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.89 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.97 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.73 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.38 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.28 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.46 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=12 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.54 seconds Blunders: now uploading files "/l/logs.nightly/bench-search-nightly-nightly-14.jfr" "/l/logs.nightly/bench-search-nightly-nightly-13.jfr" "/l/logs.nightly/bench-search-nightly-nightly-5.jfr" "/l/logs.nightly/bench-search-nightly-nightly-0.jfr" "/l/logs.nightly/bench-search-nightly-nightly-17.jfr" "/l/logs.nightly/bench-search-nightly-nightly-19.jfr" "/l/logs.nightly/bench-search-nightly-nightly-16.jfr" "/l/logs.nightly/bench-search-nightly-nightly-11.jfr" "/l/logs.nightly/bench-search-nightly-nightly-8.jfr" "/l/logs.nightly/bench-search-nightly-nightly-18.jfr" "/l/logs.nightly/bench-search-nightly-nightly-1.jfr" "/l/logs.nightly/bench-search-nightly-nightly-7.jfr" "/l/logs.nightly/bench-search-nightly-nightly-9.jfr" "/l/logs.nightly/bench-search-nightly-nightly-2.jfr" "/l/logs.nightly/bench-search-nightly-nightly-3.jfr" "/l/logs.nightly/bench-search-nightly-nightly-6.jfr" "/l/logs.nightly/bench-search-nightly-nightly-12.jfr" "/l/logs.nightly/bench-search-nightly-nightly-4.jfr" "/l/logs.nightly/bench-search-nightly-nightly-10.jfr" "/l/logs.nightly/bench-search-nightly-nightly-15.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.67.126, 52.92.17.224, 3.5.75.24, 3.5.74.29, 3.5.66.40, 3.5.73.83, 3.5.72.118, 3.5.64.203 * Trying 3.5.67.126:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.67.126 port 443) from 10.17.4.7 port 58146 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/6313ce7e-78ad-4198-9093-fa14c9ad25de.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEDYaCWV1LXdlc3QtMSJIMEYCIQC%2BUTwR9d7FnM4Y%2BTvK4%2BL%2BjIzCcMzHBL9heWEVtE1AqQIhAJN4VlH3aJBahyfc09KIqyRWafm%2BXv8VCdoyD7VL2NC7KsMFCP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQABoMODM1NDk0NzUzMTI2IgwDAdkVDCFxvKr5JTcqlwUuCF48FA1Qnic6%2FcrYHDyZbdXvK2iRyxWocR1b2CfB2Kqbe6sekEDw8uTIgv5dmTrDFQB7jIgmiuC0KUVUq6PY%2FVqWZ1GhIG17a%2BALFkgd5QmSX%2F5thCp4QNSfA2tpl6Qvkg7cC7rQVlJuCeHE1UsqQClIIJl3haKEugs9RhZYAiRUWBRQX3A1FWYTWt4WzgmA0vi4hG4vUXR1A%2F8hI3GOR9l8t3UcNNb4DCIeVh9tHU0pPWMlczlm5sfkuwqoUKesNFpY9RsMRAjgfZwpH5uS%2F%2F%2FWf85WodG7cnHqq2yVNMhLKLJER03Ss1c%2BOp7x0VNCDlce1SlICb78hFWFRLHobv4J5x8EVG57YRx7fRdl4X1A1lxyOnNI97msibWtkAn0aFkwpiw2pUVwgyXqKG5uD6EjdAJg0dBuODkH%2FDzc%2F4Zpjl1JVGp8KkYJmSBFxYEBsT541g0thXawhbWNshIrxstE8%2Bpu8C%2F%2FhHNbhd43TPr8O32oGDihi879P6YGwzNlYmbyJxck4JCQUtCXKHTrpQBab48l9RsaQLQkr7gE5DSK%2Fay6MlXFLNo9xQtseERUsKHblJ%2FzpRaJ1I%2F4mDlh0T82S3U6MjspcPlHOq0EX6oYFKJXP3BYyRD8mzp0K7nn6m%2FtRsXhfFUWmOIHKKZGlJgBE7B0Yl9vM1MGrG1HH3cH7Md40ST4LvgOoyoGIzgSfPXE6KgX%2BHr4eiQbhVrf3q6l%2F%2Bn1R32Sl4%2BXeMQJCU50JeCMaAruDpEONEB%2BYeqaDSnG4shjMoNOZ7BooP8VqjOP%2BUM0bpdi2za0c0RDQkSFF2VErDq%2F3MOcRXl7O%2BJPrx%2BJAdL3MrfxJB8gt0%2BHNayB%2BCxWIlBczZS9%2Bu4wEICramNc7Tkw%2B6m60AY6sAFgHnkqhTK0xCHosJfC9PcDdHd14yA2y4uH0XuCzI%2FAeBiAx%2BkqLXLdXsqM6GxJA8x12R92D49Apt10g2qLOAbmJwkwqiWIKo6unfCi%2BbD0ux41KpRHHTVqhNVPqWx9UxXfwA7SDNbI85UZkyXSi8cgwHKeVyCN%2BL%2BT%2BSPaAvxstc9BQyugvF3kunO7FTGjvcxB6zT84GnbzQ3KH76b2Fz7RYODL2VCtzodqGRv8VyKDw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260521T061924Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTFSIWB45D%2F20260521%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=e9023084d65e8d43a9567a3a3d8c25569cd810486dab2e0dd7cd4323fe1f380b HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 429189664 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 409.3M 0 0 0 2.75M 0 2.54M 02:40 00:01 02:39 2.54M 1 409.3M 0 0 1 6.12M 0 2.83M 02:24 00:02 02:22 2.83M 2 409.3M 0 0 2 8.62M 0 2.71M 02:30 00:03 02:27 2.71M 2 409.3M 0 0 2 11.06M 0 2.62M 02:35 00:04 02:31 2.62M 3 409.3M 0 0 3 13.56M 0 2.59M 02:37 00:05 02:32 2.59M 3 409.3M 0 0 3 16.12M 0 2.58M 02:38 00:06 02:32 2.59M 4 409.3M 0 0 4 18.62M 0 2.57M 02:39 00:07 02:32 2.45M 5 409.3M 0 0 5 21.18M 0 2.55M 02:40 00:08 02:32 2.45M 5 409.3M 0 0 5 23.81M 0 2.55M 02:40 00:09 02:31 2.50M 6 409.3M 0 0 6 26.56M 0 2.57M 02:39 00:10 02:29 2.54M 7 409.3M 0 0 7 29.50M 0 2.60M 02:37 00:11 02:26 2.62M 8 409.3M 0 0 8 32.75M 0 2.65M 02:34 00:12 02:22 2.76M 8 409.3M 0 0 8 35.43M 0 2.65M 02:34 00:13 02:21 2.80M 9 409.3M 0 0 9 38.50M 0 2.67M 02:32 00:14 02:18 2.90M 10 409.3M 0 0 10 41.81M 0 2.71M 02:30 00:15 02:15 3.02M 11 409.3M 0 0 11 45.25M 0 2.76M 02:28 00:16 02:12 3.12M 11 409.3M 0 0 11 48.75M 0 2.80M 02:25 00:17 02:08 3.18M 12 409.3M 0 0 12 52.25M 0 2.84M 02:23 00:18 02:05 3.35M 13 409.3M 0 0 13 55.31M 0 2.85M 02:23 00:19 02:04 3.34M 14 409.3M 0 0 14 58.18M 0 2.85M 02:23 00:20 02:03 3.25M 14 409.3M 0 0 14 61.37M 0 2.86M 02:22 00:21 02:01 3.20M 15 409.3M 0 0 15 64.75M 0 2.88M 02:21 00:22 01:59 3.17M 16 409.3M 0 0 16 68.25M 0 2.91M 02:20 00:23 01:57 3.17M 17 409.3M 0 0 17 71.75M 0 2.93M 02:19 00:24 01:55 3.25M 18 409.3M 0 0 18 75.25M 0 2.95M 02:18 00:25 01:53 3.37M 19 409.3M 0 0 19 78.75M 0 2.97M 02:17 00:26 01:51 3.43M 20 409.3M 0 0 20 82.37M 0 2.99M 02:16 00:27 01:49 3.48M 21 409.3M 0 0 21 86.06M 0 3.02M 02:15 00:28 01:47 3.52M 21 409.3M 0 0 21 89.93M 0 3.04M 02:14 00:29 01:45 3.59M 23 409.3M 0 0 23 94.25M 0 3.08M 02:12 00:30 01:42 3.76M 23 409.3M 0 0 23 98.12M 0 3.11M 02:11 00:31 01:40 3.83M 24 409.3M 0 0 24 102.0M 0 3.13M 02:10 00:32 01:38 3.88M 25 409.3M 0 0 25 106.2M 0 3.16M 02:09 00:33 01:36 3.99M 27 409.3M 0 0 27 110.7M 0 3.20M 02:07 00:34 01:33 4.12M 28 409.3M 0 0 28 115.3M 0 3.24M 02:06 00:35 01:31 4.18M 29 409.3M 0 0 29 120.0M 0 3.28M 02:04 00:36 01:28 4.35M 30 409.3M 0 0 30 124.7M 0 3.32M 02:03 00:37 01:26 4.52M 31 409.3M 0 0 31 129.4M 0 3.35M 02:01 00:38 01:23 4.60M 32 409.3M 0 0 32 134.1M 0 3.38M 02:00 00:39 01:21 4.64M 33 409.3M 0 0 33 138.9M 0 3.42M 01:59 00:40 01:19 4.69M 35 409.3M 0 0 35 143.8M 0 3.46M 01:58 00:41 01:17 4.74M 36 409.3M 0 0 36 149.1M 0 3.50M 01:56 00:42 01:14 4.86M 37 409.3M 0 0 37 155.1M 0 3.56M 01:54 00:43 01:11 5.12M 39 409.3M 0 0 39 160.1M 0 3.59M 01:53 00:44 01:09 5.18M 40 409.3M 0 0 40 165.2M 0 3.62M 01:52 00:45 01:07 5.22M 41 409.3M 0 0 41 170.8M 0 3.66M 01:51 00:46 01:05 5.36M 43 409.3M 0 0 43 176.7M 0 3.71M 01:50 00:47 01:03 5.47M 44 409.3M 0 0 44 182.9M 0 3.76M 01:48 00:48 01:00 5.50M 46 409.3M 0 0 46 189.1M 0 3.81M 01:47 00:49 00:58 5.75M 47 409.3M 0 0 47 194.3M 0 3.83M 01:46 00:50 00:56 5.76M 48 409.3M 0 0 48 199.5M 0 3.86M 01:45 00:51 00:54 5.67M 50 409.3M 0 0 50 205.1M 0 3.89M 01:45 00:52 00:53 5.62M 51 409.3M 0 0 51 211.1M 0 3.93M 01:44 00:53 00:51 5.59M 53 409.3M 0 0 53 217.2M 0 3.97M 01:42 00:54 00:48 5.58M 54 409.3M 0 0 54 223.5M 0 4.01M 01:42 00:55 00:47 5.76M 55 409.3M 0 0 55 228.5M 0 4.03M 01:41 00:56 00:45 5.75M 57 409.3M 0 0 57 233.7M 0 4.04M 01:41 00:57 00:44 5.65M 58 409.3M 0 0 58 239.5M 0 4.07M 01:40 00:58 00:42 5.61M 59 409.3M 0 0 59 245.3M 0 4.10M 01:39 00:59 00:40 5.55M 61 409.3M 0 0 61 251.6M 0 4.14M 01:38 01:00 00:38 5.60M 62 409.3M 0 0 62 256.7M 0 4.15M 01:38 01:01 00:37 5.61M 63 409.3M 0 0 63 261.5M 0 4.16M 01:38 01:02 00:36 5.54M 65 409.3M 0 0 65 266.6M 0 4.18M 01:37 01:03 00:34 5.41M 66 409.3M 0 0 66 272.0M 0 4.20M 01:37 01:04 00:33 5.29M 67 409.3M 0 0 67 277.3M 0 4.21M 01:37 01:05 00:32 5.09M 68 409.3M 0 0 68 281.3M 0 4.21M 01:37 01:06 00:31 4.87M 69 409.3M 0 0 69 285.9M 0 4.21M 01:37 01:07 00:30 4.82M 70 409.3M 0 0 70 290.3M 0 4.22M 01:36 01:08 00:28 4.68M 71 409.3M 0 0 71 294.0M 0 4.21M 01:37 01:09 00:28 4.37M 72 409.3M 0 0 72 298.0M 0 4.21M 01:37 01:10 00:27 4.13M 73 409.3M 0 0 73 302.2M 0 4.20M 01:37 01:11 00:26 4.16M 74 409.3M 0 0 74 306.4M 0 4.20M 01:37 01:12 00:25 4.08M 75 409.3M 0 0 75 310.6M 0 4.20M 01:37 01:13 00:24 4.05M 76 409.3M 0 0 76 314.6M 0 4.20M 01:37 01:14 00:23 4.10M 77 409.3M 0 0 77 318.0M 0 4.19M 01:37 01:15 00:22 3.95M 78 409.3M 0 0 78 321.1M 0 4.17M 01:37 01:16 00:21 3.74M 79 409.3M 0 0 79 324.0M 0 4.16M 01:38 01:17 00:21 3.47M 79 409.3M 0 0 79 327.1M 0 4.14M 01:38 01:18 00:20 3.25M 80 409.3M 0 0 80 330.2M 0 4.13M 01:38 01:19 00:19 3.07M 81 409.3M 0 0 81 333.3M 0 4.11M 01:39 01:20 00:19 2.98M 82 409.3M 0 0 82 336.0M 0 4.09M 01:39 01:21 00:18 2.88M 82 409.3M 0 0 82 338.8M 0 4.08M 01:40 01:23 00:17 2.87M 83 409.3M 0 0 83 341.8M 0 4.06M 01:40 01:24 00:16 2.86M 84 409.3M 0 0 84 345.0M 0 4.05M 01:40 01:25 00:15 2.85M 85 409.3M 0 0 85 348.1M 0 4.04M 01:41 01:26 00:15 2.91M 85 409.3M 0 0 85 351.3M 0 4.03M 01:41 01:27 00:14 3.00M 86 409.3M 0 0 86 354.5M 0 4.02M 01:41 01:28 00:13 3.08M 87 409.3M 0 0 87 357.6M 0 4.01M 01:41 01:29 00:12 3.12M 88 409.3M 0 0 88 361.0M 0 4.00M 01:42 01:30 00:12 3.16M 89 409.3M 0 0 89 364.5M 0 4.00M 01:42 01:31 00:11 3.24M 89 409.3M 0 0 89 368.3M 0 3.99M 01:42 01:32 00:10 3.37M 90 409.3M 0 0 90 371.4M 0 3.98M 01:42 01:33 00:09 3.35M 91 409.3M 0 0 91 375.0M 0 3.98M 01:42 01:34 00:08 3.41M 92 409.3M 0 0 92 378.7M 0 3.98M 01:42 01:35 00:07 3.50M 93 409.3M 0 0 93 382.6M 0 3.97M 01:42 01:36 00:06 3.58M 94 409.3M 0 0 94 386.6M 0 3.97M 01:42 01:37 00:05 3.63M 95 409.3M 0 0 95 390.6M 0 3.98M 01:42 01:38 00:04 3.81M 96 409.3M 0 0 96 394.6M 0 3.97M 01:42 01:39 00:03 3.89M 97 409.3M 0 0 97 398.3M 0 3.97M 01:42 01:40 00:02 3.86M 98 409.3M 0 0 98 401.5M 0 3.96M 01:43 01:41 00:02 3.73M 98 409.3M 0 0 98 405.1M 0 3.96M 01:43 01:42 00:01 3.66M 99 409.3M 0 0 99 409.0M 0 3.96M 01:43 01:43 3.62M* upload completely sent off: 429189664 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: iEjz1AhWSQVwkxhzxvNBYAboHJyGYVW0rGgGGftXJZoQgV/exZftYo3VSnkJpZwBIbdCc5FGpz55YAF0FRHNkF0EjTGIKhhW < x-amz-request-id: KXB7XPDYVG26GVT0 < Date: Thu, 21 May 2026 06:19:57 GMT < x-amz-server-side-encryption: AES256 < ETag: "f3fdb478459eae924848f9155e45eabc" < x-amz-checksum-crc64nvme: o1P9f1RB/Cw= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 409.3M 0 0 100 409.3M 0 3.93M 01:43 01:43 3.62M 100 409.3M 0 0 100 409.3M 0 3.93M 01:43 01:43 3.62M 100 409.3M 0 0 100 409.3M 0 3.93M 01:43 01:43 3.62M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 135.61 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 52.92.2.120, 3.5.66.52, 52.218.1.107, 3.5.64.134, 3.5.75.77, 3.5.74.104, 3.5.72.67, 3.5.67.10 * Trying 52.92.2.120:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (52.92.2.120 port 443) from 10.17.4.7 port 49258 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/612f7292-d7d3-43a0-b0fb-8ca7a8a35098.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEDYaCWV1LXdlc3QtMSJIMEYCIQC%2BUTwR9d7FnM4Y%2BTvK4%2BL%2BjIzCcMzHBL9heWEVtE1AqQIhAJN4VlH3aJBahyfc09KIqyRWafm%2BXv8VCdoyD7VL2NC7KsMFCP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQABoMODM1NDk0NzUzMTI2IgwDAdkVDCFxvKr5JTcqlwUuCF48FA1Qnic6%2FcrYHDyZbdXvK2iRyxWocR1b2CfB2Kqbe6sekEDw8uTIgv5dmTrDFQB7jIgmiuC0KUVUq6PY%2FVqWZ1GhIG17a%2BALFkgd5QmSX%2F5thCp4QNSfA2tpl6Qvkg7cC7rQVlJuCeHE1UsqQClIIJl3haKEugs9RhZYAiRUWBRQX3A1FWYTWt4WzgmA0vi4hG4vUXR1A%2F8hI3GOR9l8t3UcNNb4DCIeVh9tHU0pPWMlczlm5sfkuwqoUKesNFpY9RsMRAjgfZwpH5uS%2F%2F%2FWf85WodG7cnHqq2yVNMhLKLJER03Ss1c%2BOp7x0VNCDlce1SlICb78hFWFRLHobv4J5x8EVG57YRx7fRdl4X1A1lxyOnNI97msibWtkAn0aFkwpiw2pUVwgyXqKG5uD6EjdAJg0dBuODkH%2FDzc%2F4Zpjl1JVGp8KkYJmSBFxYEBsT541g0thXawhbWNshIrxstE8%2Bpu8C%2F%2FhHNbhd43TPr8O32oGDihi879P6YGwzNlYmbyJxck4JCQUtCXKHTrpQBab48l9RsaQLQkr7gE5DSK%2Fay6MlXFLNo9xQtseERUsKHblJ%2FzpRaJ1I%2F4mDlh0T82S3U6MjspcPlHOq0EX6oYFKJXP3BYyRD8mzp0K7nn6m%2FtRsXhfFUWmOIHKKZGlJgBE7B0Yl9vM1MGrG1HH3cH7Md40ST4LvgOoyoGIzgSfPXE6KgX%2BHr4eiQbhVrf3q6l%2F%2Bn1R32Sl4%2BXeMQJCU50JeCMaAruDpEONEB%2BYeqaDSnG4shjMoNOZ7BooP8VqjOP%2BUM0bpdi2za0c0RDQkSFF2VErDq%2F3MOcRXl7O%2BJPrx%2BJAdL3MrfxJB8gt0%2BHNayB%2BCxWIlBczZS9%2Bu4wEICramNc7Tkw%2B6m60AY6sAFgHnkqhTK0xCHosJfC9PcDdHd14yA2y4uH0XuCzI%2FAeBiAx%2BkqLXLdXsqM6GxJA8x12R92D49Apt10g2qLOAbmJwkwqiWIKo6unfCi%2BbD0ux41KpRHHTVqhNVPqWx9UxXfwA7SDNbI85UZkyXSi8cgwHKeVyCN%2BL%2BT%2BSPaAvxstc9BQyugvF3kunO7FTGjvcxB6zT84GnbzQ3KH76b2Fz7RYODL2VCtzodqGRv8VyKDw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260521T062140Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTFSIWB45D%2F20260521%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=3c1fa008892e24a17c6538545c6136364af336947925e99bea887c960e48bb3b HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 69051037 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 65.85M 0 0 0 320.0k 0 312.9k 03:35 00:01 03:34 313.1k 0 65.85M 0 0 0 512.0k 0 230.5k 04:52 00:02 04:50 230.5k 1 65.85M 0 0 1 704.0k 0 216.3k 05:11 00:03 05:08 216.4k 1 65.85M 0 0 1 896.0k 0 202.1k 05:33 00:04 05:29 202.1k 1 65.85M 0 0 1 1.06M 0 187.8k 05:58 00:05 05:53 187.8k 1 65.85M 0 0 1 1.18M 0 164.3k 06:50 00:07 06:43 140.5k 1 65.85M 0 0 1 1.31M 0 155.2k 07:14 00:08 07:06 129.2k 2 65.85M 0 0 2 1.50M 0 154.9k 07:15 00:09 07:06 124.9k 2 65.85M 0 0 2 1.62M 0 148.9k 07:32 00:11 07:21 114.0k 2 65.85M 0 0 2 1.75M 0 141.2k 07:57 00:12 07:45 102.0k 2 65.85M 0 0 2 1.87M 0 140.0k 08:01 00:13 07:48 111.6k 3 65.85M 0 0 3 2.06M 0 140.5k 07:59 00:15 07:44 120.6k 3 65.85M 0 0 3 2.25M 0 142.3k 07:53 00:16 07:37 122.3k 3 65.85M 0 0 3 2.43M 0 144.4k 07:46 00:17 07:29 136.1k 3 65.85M 0 0 3 2.56M 0 143.4k 07:49 00:18 07:31 148.5k 4 65.85M 0 0 4 2.75M 0 143.6k 07:49 00:19 07:30 152.0k 4 65.85M 0 0 4 2.93M 0 145.3k 07:43 00:20 07:23 157.9k 4 65.85M 0 0 4 3.06M 0 143.4k 07:50 00:21 07:29 146.7k 4 65.85M 0 0 4 3.18M 0 141.8k 07:55 00:23 07:32 134.0k 5 65.85M 0 0 5 3.31M 0 141.1k 07:57 00:24 07:33 133.8k 5 65.85M 0 0 5 3.50M 0 142.5k 07:53 00:25 07:28 138.4k 5 65.85M 0 0 5 3.68M 0 143.1k 07:51 00:26 07:25 135.0k 5 65.85M 0 0 5 3.81M 0 141.4k 07:56 00:27 07:29 133.8k 5 65.85M 0 0 5 3.93M 0 140.7k 07:59 00:28 07:31 136.2k 6 65.85M 0 0 6 4.06M 0 140.0k 08:01 00:29 07:32 135.1k 6 65.85M 0 0 6 4.18M 0 137.1k 08:11 00:31 07:40 115.1k 6 65.85M 0 0 6 4.31M 0 136.1k 08:15 00:32 07:43 105.8k 6 65.85M 0 0 6 4.43M 0 134.6k 08:20 00:33 07:47 103.9k 7 65.85M 0 0 7 4.62M 0 134.8k 08:19 00:35 07:44 108.7k 7 65.85M 0 0 7 4.81M 0 135.6k 08:17 00:36 07:41 116.1k 7 65.85M 0 0 7 5.00M 0 136.7k 08:13 00:37 07:36 134.7k 7 65.85M 0 0 7 5.12M 0 136.2k 08:14 00:38 07:36 136.5k 8 65.85M 0 0 8 5.31M 0 136.2k 08:14 00:39 07:35 145.0k 8 65.85M 0 0 8 5.43M 0 134.3k 08:22 00:41 07:41 131.1k 8 65.85M 0 0 8 5.56M 0 133.0k 08:26 00:42 07:44 118.4k 8 65.85M 0 0 8 5.75M 0 133.8k 08:23 00:44 07:39 116.9k 9 65.85M 0 0 9 6.00M 0 135.7k 08:16 00:45 07:31 132.9k 9 65.85M 0 0 9 6.25M 0 137.9k 08:08 00:46 07:22 148.7k 9 65.85M 0 0 9 6.56M 0 141.4k 07:56 00:47 07:09 190.3k 10 65.85M 0 0 10 6.81M 0 143.6k 07:49 00:48 07:01 221.9k 10 65.85M 0 0 10 7.00M 0 143.6k 07:49 00:49 07:00 217.2k 10 65.85M 0 0 10 7.12M 0 142.5k 07:52 00:51 07:01 194.7k 11 65.85M 0 0 11 7.25M 0 142.1k 07:54 00:52 07:02 175.4k 11 65.85M 0 0 11 7.37M 0 141.8k 07:55 00:53 07:02 145.6k 11 65.85M 0 0 11 7.56M 0 142.4k 07:53 00:54 06:59 132.7k 11 65.85M 0 0 11 7.75M 0 141.2k 07:57 00:56 07:01 122.0k 11 65.85M 0 0 11 7.87M 0 140.3k 08:00 00:57 07:03 121.8k 12 65.85M 0 0 12 8.00M 0 139.7k 08:02 00:58 07:04 120.1k 12 65.85M 0 0 12 8.06M 0 138.4k 08:06 00:59 07:07 110.0k 12 65.85M 0 0 12 8.18M 0 137.1k 08:11 01:01 07:10 96618 12 65.85M 0 0 12 8.37M 0 137.3k 08:11 01:02 07:09 102.0k 13 65.85M 0 0 13 8.56M 0 138.0k 08:08 01:03 07:05 116.5k 13 65.85M 0 0 13 8.68M 0 137.5k 08:10 01:04 07:06 116.1k 13 65.85M 0 0 13 8.81M 0 136.5k 08:13 01:06 07:07 118.9k 13 65.85M 0 0 13 8.93M 0 135.2k 08:18 01:07 07:11 117.8k 13 65.85M 0 0 13 9.06M 0 135.0k 08:19 01:08 07:11 112.4k 13 65.85M 0 0 13 9.18M 0 134.2k 08:22 01:10 07:12 99720 14 65.85M 0 0 14 9.31M 0 133.6k 08:24 01:11 07:13 98225 14 65.85M 0 0 14 9.50M 0 134.0k 08:23 01:12 07:11 108.4k 14 65.85M 0 0 14 9.75M 0 135.1k 08:18 01:13 07:05 133.6k 15 65.85M 0 0 15 9.93M 0 135.6k 08:17 01:15 07:02 141.7k 15 65.85M 0 0 15 10.12M 0 135.4k 08:17 01:16 07:01 148.1k 15 65.85M 0 0 15 10.25M 0 135.3k 08:18 01:17 07:01 154.2k 15 65.85M 0 0 15 10.43M 0 135.5k 08:17 01:18 06:59 152.4k 16 65.85M 0 0 16 10.62M 0 136.1k 08:15 01:19 06:56 148.2k 16 65.85M 0 0 16 10.87M 0 137.1k 08:11 01:21 06:50 156.3k 16 65.85M 0 0 16 11.12M 0 138.2k 08:07 01:22 06:45 175.4k 17 65.85M 0 0 17 11.37M 0 139.2k 08:04 01:23 06:41 189.1k 17 65.85M 0 0 17 11.56M 0 139.6k 08:02 01:24 06:38 194.3k 17 65.85M 0 0 17 11.75M 0 139.7k 08:02 01:26 06:36 187.4k 18 65.85M 0 0 18 11.93M 0 139.6k 08:02 01:27 06:35 171.7k 18 65.85M 0 0 18 12.06M 0 139.2k 08:04 01:28 06:36 153.1k 18 65.85M 0 0 18 12.25M 0 139.4k 08:03 01:29 06:34 142.2k 18 65.85M 0 0 18 12.43M 0 139.0k 08:04 01:31 06:33 131.8k 19 65.85M 0 0 19 12.56M 0 138.6k 08:06 01:32 06:34 123.4k 19 65.85M 0 0 19 12.75M 0 138.3k 08:07 01:34 06:33 121.5k 19 65.85M 0 0 19 12.87M 0 138.1k 08:08 01:35 06:33 122.9k 19 65.85M 0 0 19 13.00M 0 137.9k 08:08 01:36 06:32 117.3k 20 65.85M 0 0 20 13.18M 0 138.0k 08:08 01:37 06:31 122.5k 20 65.85M 0 0 20 13.31M 0 137.8k 08:09 01:38 06:31 126.6k 20 65.85M 0 0 20 13.43M 0 137.6k 08:09 01:39 06:30 125.4k 20 65.85M 0 0 20 13.62M 0 137.8k 08:09 01:41 06:28 133.2k 20 65.85M 0 0 20 13.81M 0 138.2k 08:07 01:42 06:25 144.0k 21 65.85M 0 0 21 14.00M 0 138.7k 08:06 01:43 06:23 151.7k 21 65.85M 0 0 21 14.18M 0 139.1k 08:04 01:44 06:20 161.3k 21 65.85M 0 0 21 14.37M 0 139.3k 08:04 01:45 06:19 168.8k 22 65.85M 0 0 22 14.56M 0 139.6k 08:02 01:46 06:16 172.4k 22 65.85M 0 0 22 14.68M 0 139.3k 08:03 01:47 06:16 159.1k 22 65.85M 0 0 22 14.87M 0 139.4k 08:03 01:49 06:14 151.8k 22 65.85M 0 0 22 15.06M 0 139.4k 08:03 01:50 06:13 144.4k 23 65.85M 0 0 23 15.25M 0 139.2k 08:04 01:52 06:12 138.0k 23 65.85M 0 0 23 15.37M 0 138.8k 08:05 01:53 06:12 125.2k 23 65.85M 0 0 23 15.50M 0 138.5k 08:06 01:54 06:12 124.4k 23 65.85M 0 0 23 15.68M 0 138.6k 08:06 01:55 06:11 126.1k 24 65.85M 0 0 24 15.87M 0 138.8k 08:05 01:57 06:08 129.6k 24 65.85M 0 0 24 16.06M 0 139.1k 08:04 01:58 06:06 136.7k 24 65.85M 0 0 24 16.25M 0 138.3k 08:07 02:00 06:07 131.3k 24 65.85M 0 0 24 16.31M 0 137.7k 08:09 02:01 06:08 125.2k 24 65.85M 0 0 24 16.43M 0 136.9k 08:12 02:02 06:10 108.6k 25 65.85M 0 0 25 16.62M 0 137.0k 08:12 02:04 06:08 106.6k 25 65.85M 0 0 25 16.81M 0 137.1k 08:11 02:05 06:06 105.5k 25 65.85M 0 0 25 16.93M 0 137.0k 08:12 02:06 06:06 111.1k 25 65.85M 0 0 25 17.06M 0 136.8k 08:12 02:07 06:05 120.0k 26 65.85M 0 0 26 17.18M 0 136.3k 08:14 02:09 06:05 125.1k 26 65.85M 0 0 26 17.31M 0 136.1k 08:15 02:10 06:05 117.6k 26 65.85M 0 0 26 17.43M 0 135.2k 08:18 02:12 06:06 98.03k 26 65.85M 0 0 26 17.56M 0 135.1k 08:19 02:13 06:06 97.73k 26 65.85M 0 0 26 17.68M 0 134.7k 08:20 02:14 06:06 97292 27 65.85M 0 0 27 17.81M 0 134.6k 08:20 02:15 06:05 99.44k 27 65.85M 0 0 27 17.93M 0 134.3k 08:21 02:16 06:05 98.94k 27 65.85M 0 0 27 18.06M 0 134.3k 08:22 02:17 06:05 112.9k 27 65.85M 0 0 27 18.25M 0 134.3k 08:21 02:19 06:02 117.6k 27 65.85M 0 0 27 18.37M 0 133.9k 08:23 02:20 06:03 114.9k 28 65.85M 0 0 28 18.50M 0 133.8k 08:23 02:21 06:02 116.7k 28 65.85M 0 0 28 18.68M 0 133.9k 08:23 02:22 06:01 125.5k 28 65.85M 0 0 28 18.87M 0 134.1k 08:22 02:24 05:58 130.9k 28 65.85M 0 0 28 19.06M 0 134.5k 08:21 02:25 05:56 138.6k 29 65.85M 0 0 29 19.31M 0 135.1k 08:19 02:26 05:53 163.9k 29 65.85M 0 0 29 19.50M 0 135.4k 08:17 02:27 05:50 173.2k 29 65.85M 0 0 29 19.75M 0 136.0k 08:15 02:28 05:47 185.5k 30 65.85M 0 0 30 19.93M 0 135.7k 08:16 02:30 05:46 170.6k 30 65.85M 0 0 30 20.06M 0 135.5k 08:17 02:31 05:46 157.9k 30 65.85M 0 0 30 20.18M 0 135.4k 08:18 02:32 05:46 141.7k 30 65.85M 0 0 30 20.31M 0 135.2k 08:18 02:33 05:45 131.4k 31 65.85M 0 0 31 20.43M 0 134.8k 08:20 02:35 05:45 107.9k 31 65.85M 0 0 31 20.56M 0 134.7k 08:20 02:36 05:44 109.8k 31 65.85M 0 0 31 20.75M 0 134.8k 08:20 02:37 05:43 116.8k 31 65.85M 0 0 31 20.93M 0 134.8k 08:20 02:38 05:42 121.6k 32 65.85M 0 0 32 21.12M 0 134.8k 08:20 02:40 05:40 124.4k 32 65.85M 0 0 32 21.25M 0 134.7k 08:20 02:41 05:39 133.5k 32 65.85M 0 0 32 21.37M 0 134.4k 08:21 02:42 05:39 128.2k 32 65.85M 0 0 32 21.50M 0 134.2k 08:22 02:43 05:39 120.0k 32 65.85M 0 0 32 21.68M 0 134.3k 08:21 02:45 05:36 122.2k 33 65.85M 0 0 33 21.87M 0 134.6k 08:20 02:46 05:34 130.6k 33 65.85M 0 0 33 22.12M 0 135.3k 08:18 02:47 05:31 150.4k 33 65.85M 0 0 33 22.31M 0 135.6k 08:17 02:48 05:29 168.1k 34 65.85M 0 0 34 22.50M 0 135.6k 08:16 02:49 05:27 176.5k 34 65.85M 0 0 34 22.62M 0 135.5k 08:17 02:50 05:27 171.6k 34 65.85M 0 0 34 22.75M 0 135.3k 08:18 02:52 05:26 154.2k 34 65.85M 0 0 34 22.87M 0 135.2k 08:18 02:53 05:25 133.8k 35 65.85M 0 0 35 23.06M 0 135.3k 08:18 02:54 05:24 127.2k 35 65.85M 0 0 35 23.25M 0 135.5k 08:17 02:55 05:22 130.8k 35 65.85M 0 0 35 23.43M 0 135.5k 08:17 02:57 05:20 134.0k 35 65.85M 0 0 35 23.62M 0 135.5k 08:17 02:58 05:19 139.8k 36 65.85M 0 0 36 23.75M 0 135.3k 08:18 02:59 05:19 135.5k 36 65.85M 0 0 36 23.87M 0 135.1k 08:19 03:00 05:19 129.4k 36 65.85M 0 0 36 24.00M 0 134.7k 08:20 03:02 05:18 113.4k 36 65.85M 0 0 36 24.06M 0 134.3k 08:22 03:03 05:19 100.4k 36 65.85M 0 0 36 24.18M 0 134.1k 08:22 03:04 05:18 95750 37 65.85M 0 0 37 24.37M 0 134.2k 08:22 03:05 05:17 103.9k 37 65.85M 0 0 37 24.56M 0 134.3k 08:22 03:07 05:15 111.0k 37 65.85M 0 0 37 24.75M 0 134.2k 08:22 03:08 05:14 120.6k 37 65.85M 0 0 37 24.93M 0 134.4k 08:21 03:09 05:12 137.9k 38 65.85M 0 0 38 25.12M 0 134.5k 08:21 03:11 05:10 146.7k 38 65.85M 0 0 38 25.31M 0 134.6k 08:20 03:12 05:08 145.1k 38 65.85M 0 0 38 25.50M 0 134.8k 08:20 03:13 05:07 150.0k 39 65.85M 0 0 39 25.68M 0 135.1k 08:19 03:14 05:05 163.7k 39 65.85M 0 0 39 25.87M 0 135.3k 08:18 03:15 05:03 166.7k 39 65.85M 0 0 39 26.12M 0 135.8k 08:16 03:16 05:00 181.4k 40 65.85M 0 0 40 26.37M 0 136.4k 08:14 03:17 04:57 201.1k 40 65.85M 0 0 40 26.56M 0 136.5k 08:13 03:19 04:54 197.3k 40 65.85M 0 0 40 26.68M 0 136.4k 08:14 03:20 04:54 181.6k 40 65.85M 0 0 40 26.81M 0 136.2k 08:14 03:21 04:53 164.5k 40 65.85M 0 0 40 26.93M 0 136.1k 08:15 03:22 04:53 145.4k 41 65.85M 0 0 41 27.06M 0 135.9k 08:15 03:23 04:52 120.2k 41 65.85M 0 0 41 27.25M 0 136.1k 08:15 03:25 04:50 120.2k 41 65.85M 0 0 41 27.43M 0 136.1k 08:15 03:26 04:49 126.7k 41 65.85M 0 0 41 27.62M 0 136.2k 08:14 03:27 04:47 136.4k 42 65.85M 0 0 42 27.81M 0 136.2k 08:15 03:29 04:46 138.3k 42 65.85M 0 0 42 28.00M 0 136.1k 08:15 03:30 04:45 140.0k 42 65.85M 0 0 42 28.18M 0 136.1k 08:15 03:31 04:44 138.6k 43 65.85M 0 0 43 28.37M 0 136.2k 08:14 03:33 04:41 139.7k 43 65.85M 0 0 43 28.50M 0 136.1k 08:15 03:34 04:41 134.6k 43 65.85M 0 0 43 28.68M 0 136.3k 08:14 03:35 04:39 140.7k 43 65.85M 0 0 43 28.93M 0 136.7k 08:13 03:36 04:37 158.7k 44 65.85M 0 0 44 29.06M 0 136.6k 08:13 03:37 04:36 153.4k 44 65.85M 0 0 44 29.18M 0 136.4k 08:14 03:39 04:35 141.6k 44 65.85M 0 0 44 29.31M 0 136.3k 08:14 03:40 04:34 140.6k 44 65.85M 0 0 44 29.43M 0 136.2k 08:14 03:41 04:33 131.5k 44 65.85M 0 0 44 29.62M 0 136.4k 08:14 03:42 04:32 124.3k 45 65.85M 0 0 45 29.87M 0 136.8k 08:12 03:43 04:29 143.2k 45 65.85M 0 0 45 30.06M 0 136.9k 08:12 03:44 04:28 158.6k 45 65.85M 0 0 45 30.25M 0 137.0k 08:11 03:46 04:25 165.1k 46 65.85M 0 0 46 30.50M 0 137.3k 08:10 03:47 04:23 178.7k 46 65.85M 0 0 46 30.68M 0 137.3k 08:10 03:48 04:22 169.9k 46 65.85M 0 0 46 30.87M 0 137.4k 08:10 03:50 04:20 158.2k 47 65.85M 0 0 47 31.06M 0 137.5k 08:10 03:51 04:19 157.9k 47 65.85M 0 0 47 31.25M 0 137.6k 08:09 03:52 04:17 159.8k 47 65.85M 0 0 47 31.43M 0 137.8k 08:09 03:53 04:16 154.5k 48 65.85M 0 0 48 31.62M 0 138.0k 08:08 03:54 04:14 162.7k 48 65.85M 0 0 48 31.81M 0 137.9k 08:08 03:56 04:12 157.9k 48 65.85M 0 0 48 32.00M 0 137.8k 08:09 03:57 04:12 149.8k 48 65.85M 0 0 48 32.12M 0 137.7k 08:09 03:58 04:11 139.1k 49 65.85M 0 0 49 32.31M 0 137.8k 08:09 04:00 04:09 137.0k 49 65.85M 0 0 49 32.50M 0 138.0k 08:08 04:01 04:07 137.5k 49 65.85M 0 0 49 32.68M 0 138.1k 08:08 04:02 04:06 145.8k 50 65.85M 0 0 50 32.93M 0 138.5k 08:06 04:03 04:03 164.5k 50 65.85M 0 0 50 33.12M 0 138.7k 08:06 04:04 04:02 181.2k 50 65.85M 0 0 50 33.37M 0 139.1k 08:04 04:05 03:59 200.3k 51 65.85M 0 0 51 33.62M 0 139.4k 08:03 04:06 03:57 200.9k 51 65.85M 0 0 51 33.75M 0 139.3k 08:04 04:08 03:56 188.4k 51 65.85M 0 0 51 33.87M 0 138.9k 08:05 04:09 03:56 155.9k 51 65.85M 0 0 51 34.00M 0 138.8k 08:05 04:10 03:55 142.1k 51 65.85M 0 0 51 34.18M 0 138.8k 08:05 04:12 03:53 127.2k 52 65.85M 0 0 52 34.37M 0 139.0k 08:04 04:13 03:51 122.2k 52 65.85M 0 0 52 34.50M 0 138.9k 08:05 04:14 03:51 123.2k 52 65.85M 0 0 52 34.62M 0 138.8k 08:05 04:15 03:50 134.3k 52 65.85M 0 0 52 34.81M 0 138.9k 08:05 04:16 03:49 143.1k 53 65.85M 0 0 53 34.93M 0 138.8k 08:05 04:17 03:48 138.1k 53 65.85M 0 0 53 35.12M 0 139.0k 08:05 04:18 03:47 137.9k 53 65.85M 0 0 53 35.31M 0 139.0k 08:04 04:20 03:44 145.1k 53 65.85M 0 0 53 35.43M 0 138.8k 08:05 04:21 03:44 138.0k 54 65.85M 0 0 54 35.56M 0 138.6k 08:06 04:22 03:44 127.5k 54 65.85M 0 0 54 35.68M 0 138.3k 08:07 04:24 03:43 119.1k 54 65.85M 0 0 54 35.81M 0 138.2k 08:07 04:25 03:42 108.1k 54 65.85M 0 0 54 36.00M 0 138.3k 08:07 04:26 03:41 108.0k 54 65.85M 0 0 54 36.18M 0 138.3k 08:07 04:27 03:40 119.3k 55 65.85M 0 0 55 36.31M 0 138.1k 08:07 04:29 03:38 118.8k 55 65.85M 0 0 55 36.43M 0 137.9k 08:08 04:30 03:38 121.4k 55 65.85M 0 0 55 36.56M 0 137.7k 08:09 04:31 03:38 117.9k 55 65.85M 0 0 55 36.75M 0 137.7k 08:09 04:33 03:36 116.8k 56 65.85M 0 0 56 36.93M 0 137.7k 08:09 04:34 03:35 114.1k 56 65.85M 0 0 56 37.12M 0 137.7k 08:09 04:36 03:33 119.8k 56 65.85M 0 0 56 37.25M 0 137.3k 08:10 04:37 03:33 115.1k 56 65.85M 0 0 56 37.37M 0 137.2k 08:11 04:38 03:33 118.1k 56 65.85M 0 0 56 37.50M 0 137.2k 08:11 04:39 03:32 114.3k 57 65.85M 0 0 57 37.68M 0 137.0k 08:11 04:41 03:30 110.5k 57 65.85M 0 0 57 37.81M 0 136.7k 08:13 04:43 03:30 99.18k 57 65.85M 0 0 57 37.93M 0 136.6k 08:13 04:44 03:29 105.8k 57 65.85M 0 0 57 38.12M 0 136.5k 08:13 04:45 03:28 108.2k 58 65.85M 0 0 58 38.31M 0 136.6k 08:13 04:47 03:26 113.1k 58 65.85M 0 0 58 38.43M 0 136.4k 08:14 04:48 03:26 111.1k 58 65.85M 0 0 58 38.62M 0 136.5k 08:13 04:49 03:24 127.6k 58 65.85M 0 0 58 38.81M 0 136.4k 08:14 04:51 03:23 127.9k 59 65.85M 0 0 59 39.00M 0 136.3k 08:14 04:52 03:22 127.5k 59 65.85M 0 0 59 39.12M 0 136.2k 08:14 04:54 03:20 121.2k 59 65.85M 0 0 59 39.31M 0 136.3k 08:14 04:55 03:19 131.8k 59 65.85M 0 0 59 39.50M 0 136.4k 08:14 04:56 03:18 132.1k 60 65.85M 0 0 60 39.68M 0 136.6k 08:13 04:57 03:16 145.5k 60 65.85M 0 0 60 39.93M 0 136.9k 08:12 04:58 03:14 168.0k 60 65.85M 0 0 60 40.12M 0 137.0k 08:12 04:59 03:13 174.9k 61 65.85M 0 0 61 40.31M 0 136.9k 08:12 05:01 03:11 167.2k 61 65.85M 0 0 61 40.50M 0 137.0k 08:11 05:02 03:09 166.6k 61 65.85M 0 0 61 40.62M 0 136.8k 08:12 05:03 03:09 146.6k 61 65.85M 0 0 61 40.75M 0 136.6k 08:13 05:05 03:08 122.2k 62 65.85M 0 0 62 40.87M 0 136.3k 08:14 05:07 03:07 107.3k 62 65.85M 0 0 62 41.00M 0 136.0k 08:15 05:08 03:07 97.70k 62 65.85M 0 0 62 41.12M 0 135.9k 08:15 05:09 03:06 91954 62 65.85M 0 0 62 41.31M 0 135.9k 08:15 05:11 03:04 98.51k 63 65.85M 0 0 63 41.50M 0 135.9k 08:15 05:12 03:03 108.0k 63 65.85M 0 0 63 41.62M 0 135.7k 08:16 05:14 03:02 109.4k 63 65.85M 0 0 63 41.81M 0 135.8k 08:16 05:15 03:01 124.6k 63 65.85M 0 0 63 42.06M 0 136.1k 08:15 05:16 02:59 146.3k 64 65.85M 0 0 64 42.31M 0 136.4k 08:14 05:17 02:57 158.5k 64 65.85M 0 0 64 42.50M 0 136.4k 08:14 05:18 02:56 186.5k 64 65.85M 0 0 64 42.50M 0 136.4k 08:14 05:18 02:56 136.4k 64 65.85M 0 0 64 42.68M 0 136.5k 08:13 05:20 02:53 169.4k 65 65.85M 0 0 65 42.87M 0 136.5k 08:13 05:21 02:52 153.0k 65 65.85M 0 0 65 43.00M 0 136.3k 08:14 05:22 02:52 131.8k 65 65.85M 0 0 65 43.18M 0 136.4k 08:14 05:24 02:50 134.3k 65 65.85M 0 0 65 43.43M 0 136.7k 08:13 05:25 02:48 150.6k 66 65.85M 0 0 66 43.75M 0 137.2k 08:11 05:26 02:45 169.4k 66 65.85M 0 0 66 44.00M 0 137.3k 08:10 05:27 02:43 177.3k 67 65.85M 0 0 67 44.12M 0 137.3k 08:10 05:28 02:42 188.0k 67 65.85M 0 0 67 44.31M 0 137.3k 08:11 05:30 02:41 184.7k 67 65.85M 0 0 67 44.50M 0 137.3k 08:11 05:31 02:40 168.1k 67 65.85M 0 0 67 44.62M 0 137.1k 08:11 05:33 02:38 132.4k 67 65.85M 0 0 67 44.75M 0 136.9k 08:12 05:34 02:38 115.8k 68 65.85M 0 0 68 44.93M 0 136.9k 08:12 05:36 02:36 117.4k 68 65.85M 0 0 68 45.12M 0 136.9k 08:12 05:37 02:35 119.3k 68 65.85M 0 0 68 45.31M 0 137.0k 08:11 05:38 02:33 125.0k 69 65.85M 0 0 69 45.62M 0 137.5k 08:10 05:39 02:31 161.0k 69 65.85M 0 0 69 45.93M 0 138.0k 08:08 05:40 02:28 196.3k 70 65.85M 0 0 70 46.18M 0 138.2k 08:07 05:42 02:25 213.3k 70 65.85M 0 0 70 46.37M 0 138.3k 08:07 05:43 02:24 216.5k 70 65.85M 0 0 70 46.56M 0 138.3k 08:07 05:44 02:23 206.3k 70 65.85M 0 0 70 46.68M 0 138.2k 08:07 05:45 02:22 177.6k 71 65.85M 0 0 71 46.81M 0 138.1k 08:08 05:47 02:21 143.7k 71 65.85M 0 0 71 47.00M 0 138.0k 08:08 05:48 02:20 128.6k 71 65.85M 0 0 71 47.12M 0 138.0k 08:08 05:49 02:19 122.3k 71 65.85M 0 0 71 47.25M 0 137.6k 08:09 05:51 02:18 102.4k 71 65.85M 0 0 71 47.37M 0 137.4k 08:10 05:52 02:18 97.87k 72 65.85M 0 0 72 47.50M 0 137.3k 08:10 05:54 02:16 99.81k 72 65.85M 0 0 72 47.68M 0 137.4k 08:10 05:55 02:15 104.2k 72 65.85M 0 0 72 47.81M 0 137.3k 08:11 05:56 02:15 101.9k 72 65.85M 0 0 72 47.93M 0 137.2k 08:11 05:57 02:14 117.7k 73 65.85M 0 0 73 48.12M 0 137.3k 08:10 05:58 02:12 134.1k 73 65.85M 0 0 73 48.31M 0 137.4k 08:10 05:59 02:11 144.7k 73 65.85M 0 0 73 48.56M 0 137.7k 08:09 06:00 02:09 159.6k 74 65.85M 0 0 74 48.75M 0 137.8k 08:09 06:02 02:07 170.2k 74 65.85M 0 0 74 48.93M 0 137.7k 08:09 06:03 02:06 166.8k 74 65.85M 0 0 74 49.12M 0 137.8k 08:09 06:04 02:05 165.7k 74 65.85M 0 0 74 49.31M 0 137.9k 08:08 06:05 02:03 166.9k 75 65.85M 0 0 75 49.50M 0 138.0k 08:08 06:07 02:01 149.9k 75 65.85M 0 0 75 49.62M 0 137.9k 08:08 06:08 02:00 144.9k 75 65.85M 0 0 75 49.75M 0 137.8k 08:09 06:09 02:00 141.4k 75 65.85M 0 0 75 49.93M 0 137.7k 08:09 06:11 01:58 132.7k 76 65.85M 0 0 76 50.06M 0 137.6k 08:09 06:12 01:57 118.6k 76 65.85M 0 0 76 50.25M 0 137.5k 08:10 06:14 01:56 113.6k 76 65.85M 0 0 76 50.37M 0 137.3k 08:10 06:15 01:55 107.4k 76 65.85M 0 0 76 50.50M 0 137.1k 08:11 06:16 01:55 104.0k 76 65.85M 0 0 76 50.62M 0 137.1k 08:11 06:18 01:53 102.0k 77 65.85M 0 0 77 50.75M 0 137.0k 08:12 06:19 01:53 103.9k 77 65.85M 0 0 77 50.87M 0 136.9k 08:12 06:20 01:52 101.6k 77 65.85M 0 0 77 51.12M 0 137.1k 08:11 06:21 01:50 125.5k 78 65.85M 0 0 78 51.43M 0 137.6k 08:10 06:22 01:48 164.0k 78 65.85M 0 0 78 51.68M 0 137.7k 08:09 06:24 01:45 179.3k 78 65.85M 0 0 78 51.87M 0 137.8k 08:09 06:25 01:44 184.5k 79 65.85M 0 0 79 52.06M 0 137.8k 08:09 06:26 01:43 188.1k 79 65.85M 0 0 79 52.25M 0 137.8k 08:09 06:28 01:41 175.7k 79 65.85M 0 0 79 52.37M 0 137.7k 08:09 06:29 01:40 146.9k 79 65.85M 0 0 79 52.50M 0 137.7k 08:09 06:30 01:39 132.4k 79 65.85M 0 0 79 52.62M 0 137.5k 08:10 06:31 01:39 119.9k 80 65.85M 0 0 80 52.75M 0 137.4k 08:10 06:32 01:38 116.2k 80 65.85M 0 0 80 52.87M 0 137.2k 08:11 06:34 01:37 101.5k 80 65.85M 0 0 80 53.00M 0 137.1k 08:11 06:35 01:36 100.0k 80 65.85M 0 0 80 53.18M 0 137.1k 08:11 06:36 01:35 106.6k 81 65.85M 0 0 81 53.37M 0 137.1k 08:11 06:38 01:33 116.4k 81 65.85M 0 0 81 53.50M 0 137.0k 08:12 06:39 01:33 111.1k 81 65.85M 0 0 81 53.68M 0 137.0k 08:12 06:41 01:31 124.3k 81 65.85M 0 0 81 53.81M 0 136.9k 08:12 06:42 01:30 126.2k 81 65.85M 0 0 81 53.93M 0 136.7k 08:12 06:43 01:29 113.5k 82 65.85M 0 0 82 54.06M 0 136.7k 08:13 06:44 01:29 110.0k 82 65.85M 0 0 82 54.25M 0 136.8k 08:12 06:46 01:26 122.3k 82 65.85M 0 0 82 54.50M 0 136.9k 08:12 06:47 01:25 133.7k 83 65.85M 0 0 83 54.68M 0 137.0k 08:11 06:48 01:23 145.1k 83 65.85M 0 0 83 54.93M 0 137.2k 08:11 06:49 01:22 170.5k 83 65.85M 0 0 83 55.12M 0 137.3k 08:10 06:51 01:19 176.7k 83 65.85M 0 0 83 55.25M 0 137.2k 08:11 06:52 01:19 170.7k 84 65.85M 0 0 84 55.43M 0 137.3k 08:10 06:53 01:17 163.6k 84 65.85M 0 0 84 55.68M 0 137.5k 08:10 06:54 01:16 170.8k 84 65.85M 0 0 84 55.93M 0 137.7k 08:09 06:55 01:14 168.6k 85 65.85M 0 0 85 56.06M 0 137.7k 08:09 06:56 01:13 164.4k 85 65.85M 0 0 85 56.25M 0 137.6k 08:09 06:58 01:11 163.7k 85 65.85M 0 0 85 56.43M 0 137.7k 08:09 06:59 01:10 159.7k 85 65.85M 0 0 85 56.62M 0 137.6k 08:09 07:01 01:08 143.6k 86 65.85M 0 0 86 56.75M 0 137.5k 08:10 07:02 01:08 124.0k 86 65.85M 0 0 86 56.87M 0 137.4k 08:10 07:03 01:07 118.9k 86 65.85M 0 0 86 57.06M 0 137.3k 08:10 07:05 01:05 117.7k 86 65.85M 0 0 86 57.18M 0 137.2k 08:11 07:06 01:05 111.0k 87 65.85M 0 0 87 57.31M 0 137.1k 08:11 07:07 01:04 105.8k 87 65.85M 0 0 87 57.43M 0 137.1k 08:11 07:08 01:03 109.3k 87 65.85M 0 0 87 57.62M 0 137.0k 08:11 07:10 01:01 114.9k 87 65.85M 0 0 87 57.75M 0 136.9k 08:12 07:11 01:01 110.1k 87 65.85M 0 0 87 57.87M 0 136.8k 08:12 07:13 00:59 107.3k 88 65.85M 0 0 88 58.00M 0 136.7k 08:13 07:14 00:59 106.0k 88 65.85M 0 0 88 58.18M 0 136.7k 08:13 07:15 00:58 113.4k 88 65.85M 0 0 88 58.37M 0 136.7k 08:13 07:17 00:56 116.5k 88 65.85M 0 0 88 58.50M 0 136.7k 08:13 07:18 00:55 119.9k 89 65.85M 0 0 89 58.68M 0 136.7k 08:13 07:19 00:54 131.3k 89 65.85M 0 0 89 58.81M 0 136.6k 08:13 07:20 00:53 135.3k 89 65.85M 0 0 89 59.00M 0 136.6k 08:13 07:21 00:52 133.1k 89 65.85M 0 0 89 59.12M 0 136.5k 08:13 07:23 00:50 123.4k 90 65.85M 0 0 90 59.31M 0 136.5k 08:13 07:24 00:49 124.0k 90 65.85M 0 0 90 59.43M 0 136.4k 08:14 07:25 00:49 117.8k 90 65.85M 0 0 90 59.56M 0 136.3k 08:14 07:27 00:47 113.8k 90 65.85M 0 0 90 59.68M 0 136.1k 08:15 07:28 00:47 102.9k 90 65.85M 0 0 90 59.87M 0 136.0k 08:15 07:30 00:45 106.4k 91 65.85M 0 0 91 60.00M 0 136.0k 08:15 07:31 00:44 103.2k 91 65.85M 0 0 91 60.12M 0 135.8k 08:16 07:33 00:43 99.22k 91 65.85M 0 0 91 60.31M 0 135.9k 08:16 07:34 00:42 109.4k 91 65.85M 0 0 91 60.50M 0 135.9k 08:15 07:35 00:40 121.4k 92 65.85M 0 0 92 60.68M 0 136.0k 08:15 07:36 00:39 134.9k 92 65.85M 0 0 92 60.87M 0 136.1k 08:15 07:37 00:38 142.2k 92 65.85M 0 0 92 61.06M 0 136.2k 08:15 07:39 00:36 160.0k 92 65.85M 0 0 92 61.18M 0 136.1k 08:15 07:40 00:35 156.1k 93 65.85M 0 0 93 61.31M 0 136.1k 08:15 07:41 00:34 151.2k 93 65.85M 0 0 93 61.50M 0 136.1k 08:15 07:42 00:33 142.6k 93 65.85M 0 0 93 61.62M 0 136.0k 08:15 07:43 00:32 133.0k 93 65.85M 0 0 93 61.68M 0 135.9k 08:16 07:44 00:32 112.1k 93 65.85M 0 0 93 61.75M 0 135.7k 08:16 07:45 00:31 101.4k 93 65.85M 0 0 93 61.87M 0 135.7k 08:16 07:46 00:30 101.8k 94 65.85M 0 0 94 62.06M 0 135.7k 08:16 07:48 00:28 102.4k 94 65.85M 0 0 94 62.25M 0 135.8k 08:16 07:49 00:27 115.2k 94 65.85M 0 0 94 62.43M 0 135.8k 08:16 07:50 00:26 134.0k 95 65.85M 0 0 95 62.56M 0 135.8k 08:16 07:51 00:25 143.8k 95 65.85M 0 0 95 62.75M 0 135.9k 08:15 07:52 00:23 154.9k 95 65.85M 0 0 95 62.93M 0 136.0k 08:15 07:53 00:22 160.1k 95 65.85M 0 0 95 63.12M 0 136.0k 08:15 07:55 00:20 154.8k 96 65.85M 0 0 96 63.37M 0 136.1k 08:15 07:56 00:19 158.1k 96 65.85M 0 0 96 63.50M 0 136.1k 08:15 07:57 00:18 159.5k 96 65.85M 0 0 96 63.62M 0 136.1k 08:15 07:58 00:17 149.9k 96 65.85M 0 0 96 63.75M 0 136.1k 08:15 07:59 00:16 142.1k 97 65.85M 0 0 97 63.93M 0 136.1k 08:15 08:00 00:15 143.7k 97 65.85M 0 0 97 64.12M 0 136.2k 08:15 08:02 00:13 140.5k 97 65.85M 0 0 97 64.37M 0 136.3k 08:14 08:03 00:11 154.6k 97 65.85M 0 0 97 64.50M 0 136.3k 08:14 08:04 00:10 152.9k 98 65.85M 0 0 98 64.68M 0 136.4k 08:14 08:05 00:09 159.8k 98 65.85M 0 0 98 64.87M 0 136.3k 08:14 08:07 00:07 154.8k 98 65.85M 0 0 98 65.06M 0 136.4k 08:14 08:08 00:06 152.4k 99 65.85M 0 0 99 65.25M 0 136.4k 08:14 08:09 00:05 141.0k 99 65.85M 0 0 99 65.37M 0 136.4k 08:14 08:10 00:04 141.4k 99 65.85M 0 0 99 65.56M 0 136.4k 08:14 08:11 00:03 141.5k 99 65.85M 0 0 99 65.81M 0 136.6k 08:13 08:13 157.6k* upload completely sent off: 69051037 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: O+CNJVYFcpmhTmHQrgoTdGJEKhkXLX4BfOHX4KBHi/jZ72XmAk/yUSw70yqlVmOb4G9QHjlzpmk= < x-amz-request-id: 1H9E869AH4AJ3SMP < Date: Thu, 21 May 2026 06:21:47 GMT < x-amz-server-side-encryption: AES256 < ETag: "dde9cd7331c694dd89042c6eea453a39" < x-amz-checksum-crc64nvme: I15WdWD4TeQ= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 65.85M 0 0 100 65.85M 0 136.5k 08:13 08:13 157.6k 100 65.85M 0 0 100 65.85M 0 136.5k 08:13 08:13 157.6k 100 65.85M 0 0 100 65.85M 0 136.5k 08:13 08:13 157.6k * shutting down connection #0 took: 499.65 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 52.92.33.152, 3.5.69.18, 3.5.71.66, 3.5.66.1, 3.5.75.43, 52.92.0.240, 3.5.72.125, 3.5.75.106 * Trying 52.92.33.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.33.152 port 443) from 10.17.4.7 port 39470 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/766c30d6-2722-4ed3-b6bf-b95f9d56ed9f.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEDYaCWV1LXdlc3QtMSJIMEYCIQC%2BUTwR9d7FnM4Y%2BTvK4%2BL%2BjIzCcMzHBL9heWEVtE1AqQIhAJN4VlH3aJBahyfc09KIqyRWafm%2BXv8VCdoyD7VL2NC7KsMFCP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQABoMODM1NDk0NzUzMTI2IgwDAdkVDCFxvKr5JTcqlwUuCF48FA1Qnic6%2FcrYHDyZbdXvK2iRyxWocR1b2CfB2Kqbe6sekEDw8uTIgv5dmTrDFQB7jIgmiuC0KUVUq6PY%2FVqWZ1GhIG17a%2BALFkgd5QmSX%2F5thCp4QNSfA2tpl6Qvkg7cC7rQVlJuCeHE1UsqQClIIJl3haKEugs9RhZYAiRUWBRQX3A1FWYTWt4WzgmA0vi4hG4vUXR1A%2F8hI3GOR9l8t3UcNNb4DCIeVh9tHU0pPWMlczlm5sfkuwqoUKesNFpY9RsMRAjgfZwpH5uS%2F%2F%2FWf85WodG7cnHqq2yVNMhLKLJER03Ss1c%2BOp7x0VNCDlce1SlICb78hFWFRLHobv4J5x8EVG57YRx7fRdl4X1A1lxyOnNI97msibWtkAn0aFkwpiw2pUVwgyXqKG5uD6EjdAJg0dBuODkH%2FDzc%2F4Zpjl1JVGp8KkYJmSBFxYEBsT541g0thXawhbWNshIrxstE8%2Bpu8C%2F%2FhHNbhd43TPr8O32oGDihi879P6YGwzNlYmbyJxck4JCQUtCXKHTrpQBab48l9RsaQLQkr7gE5DSK%2Fay6MlXFLNo9xQtseERUsKHblJ%2FzpRaJ1I%2F4mDlh0T82S3U6MjspcPlHOq0EX6oYFKJXP3BYyRD8mzp0K7nn6m%2FtRsXhfFUWmOIHKKZGlJgBE7B0Yl9vM1MGrG1HH3cH7Md40ST4LvgOoyoGIzgSfPXE6KgX%2BHr4eiQbhVrf3q6l%2F%2Bn1R32Sl4%2BXeMQJCU50JeCMaAruDpEONEB%2BYeqaDSnG4shjMoNOZ7BooP8VqjOP%2BUM0bpdi2za0c0RDQkSFF2VErDq%2F3MOcRXl7O%2BJPrx%2BJAdL3MrfxJB8gt0%2BHNayB%2BCxWIlBczZS9%2Bu4wEICramNc7Tkw%2B6m60AY6sAFgHnkqhTK0xCHosJfC9PcDdHd14yA2y4uH0XuCzI%2FAeBiAx%2BkqLXLdXsqM6GxJA8x12R92D49Apt10g2qLOAbmJwkwqiWIKo6unfCi%2BbD0ux41KpRHHTVqhNVPqWx9UxXfwA7SDNbI85UZkyXSi8cgwHKeVyCN%2BL%2BT%2BSPaAvxstc9BQyugvF3kunO7FTGjvcxB6zT84GnbzQ3KH76b2Fz7RYODL2VCtzodqGRv8VyKDw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260521T063000Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTFSIWB45D%2F20260521%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=0655a4e2f7a65ddc46b65dc1dfd009a90da8bc01499c4e7709791c6127f21796 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 616009404 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 587.4M 0 0 0 576.0k 0 500.6k 20:01 00:01 20:00 500.8k 0 587.4M 0 0 0 832.0k 0 358.9k 27:56 00:02 27:54 358.9k 0 587.4M 0 0 0 1.00M 0 306.2k 32:44 00:03 32:41 306.3k 0 587.4M 0 0 0 1.25M 0 273.8k 36:37 00:04 36:33 273.7k 0 587.4M 0 0 0 1.50M 0 259.6k 38:36 00:05 38:31 259.6k 0 587.4M 0 0 0 1.68M 0 247.5k 40:30 00:06 40:24 197.5k 0 587.4M 0 0 0 1.87M 0 233.4k 42:56 00:08 42:48 184.2k 0 587.4M 0 0 0 2.06M 0 223.0k 44:56 00:09 44:47 177.6k 0 587.4M 0 0 0 2.25M 0 215.2k 46:34 00:10 46:24 169.8k 0 587.4M 0 0 0 2.43M 0 208.7k 48:01 00:11 47:50 158.9k 0 587.4M 0 0 0 2.62M 0 203.8k 49:11 00:13 48:58 154.7k 0 587.4M 0 0 0 2.81M 0 199.8k 50:09 00:14 49:55 155.2k 0 587.4M 0 0 0 3.00M 0 199.3k 50:17 00:15 50:02 161.5k 0 587.4M 0 0 0 3.18M 0 198.6k 50:28 00:16 50:12 167.7k 0 587.4M 0 0 0 3.43M 0 198.1k 50:35 00:17 50:18 176.3k 0 587.4M 0 0 0 3.62M 0 195.0k 51:24 00:19 51:05 175.1k 0 587.4M 0 0 0 3.81M 0 193.8k 51:42 00:20 51:22 178.7k 0 587.4M 0 0 0 4.00M 0 189.7k 52:50 00:21 52:29 165.6k 0 587.4M 0 0 0 4.18M 0 186.3k 53:48 00:23 53:25 155.5k 0 587.4M 0 0 0 4.37M 0 184.0k 54:28 00:24 54:04 146.0k 0 587.4M 0 0 0 4.56M 0 184.3k 54:24 00:25 53:59 151.9k 0 587.4M 0 0 0 4.81M 0 185.7k 53:59 00:26 53:33 160.0k 0 587.4M 0 0 0 5.00M 0 183.5k 54:38 00:27 54:11 162.2k 0 587.4M 0 0 0 5.25M 0 184.7k 54:16 00:29 53:47 178.5k 0 587.4M 0 0 0 5.43M 0 183.0k 54:46 00:30 54:16 178.8k 0 587.4M 0 0 0 5.56M 0 180.8k 55:26 00:31 54:55 166.6k 0 587.4M 0 0 0 5.68M 0 177.6k 56:25 00:32 55:53 143.4k 1 587.4M 0 0 1 5.87M 0 177.5k 56:29 00:33 55:56 149.5k 1 587.4M 0 0 1 6.06M 0 175.6k 57:04 00:35 56:29 133.5k 1 587.4M 0 0 1 6.25M 0 175.1k 57:14 00:36 56:38 136.1k 1 587.4M 0 0 1 6.43M 0 175.6k 57:05 00:37 56:28 148.3k 1 587.4M 0 0 1 6.62M 0 174.9k 57:19 00:38 56:41 159.9k 1 587.4M 0 0 1 6.81M 0 174.3k 57:31 00:40 56:51 156.6k 1 587.4M 0 0 1 7.00M 0 174.2k 57:31 00:41 56:50 165.7k 1 587.4M 0 0 1 7.31M 0 177.2k 56:34 00:42 55:52 190.3k 1 587.4M 0 0 1 7.62M 0 180.0k 55:40 00:43 54:57 208.8k 1 587.4M 0 0 1 7.87M 0 181.7k 55:10 00:44 54:26 228.8k 1 587.4M 0 0 1 8.12M 0 183.2k 54:42 00:45 53:57 250.2k 1 587.4M 0 0 1 8.31M 0 183.2k 54:43 00:46 53:57 252.2k 1 587.4M 0 0 1 8.50M 0 181.4k 55:14 00:47 54:27 213.1k 1 587.4M 0 0 1 8.68M 0 179.6k 55:49 00:49 55:00 176.2k 1 587.4M 0 0 1 8.81M 0 178.5k 56:08 00:50 55:18 155.9k 1 587.4M 0 0 1 9.00M 0 178.0k 56:19 00:51 55:28 140.4k 1 587.4M 0 0 1 9.12M 0 176.9k 56:39 00:52 55:47 131.0k 1 587.4M 0 0 1 9.25M 0 175.4k 57:08 00:53 56:15 127.3k 1 587.4M 0 0 1 9.43M 0 174.6k 57:24 00:55 56:29 132.4k 1 587.4M 0 0 1 9.62M 0 174.8k 57:21 00:56 56:25 142.1k 1 587.4M 0 0 1 9.81M 0 174.7k 57:22 00:57 56:25 145.3k 1 587.4M 0 0 1 10.00M 0 174.5k 57:25 00:58 56:27 153.1k 1 587.4M 0 0 1 10.18M 0 174.4k 57:29 00:59 56:30 164.6k 1 587.4M 0 0 1 10.37M 0 174.4k 57:27 01:00 56:27 172.5k 1 587.4M 0 0 1 10.62M 0 175.3k 57:11 01:02 56:09 180.4k 1 587.4M 0 0 1 10.87M 0 175.8k 57:00 01:03 55:57 187.0k 1 587.4M 0 0 1 11.12M 0 176.4k 56:50 01:04 55:46 194.5k 1 587.4M 0 0 1 11.31M 0 176.4k 56:49 01:05 55:44 197.2k 1 587.4M 0 0 1 11.50M 0 176.4k 56:49 01:06 55:43 196.9k 1 587.4M 0 0 1 11.68M 0 176.1k 56:55 01:07 55:48 184.5k 2 587.4M 0 0 2 11.87M 0 176.3k 56:51 01:08 55:43 181.4k 2 587.4M 0 0 2 12.12M 0 177.2k 56:33 01:10 55:23 187.5k 2 587.4M 0 0 2 12.37M 0 178.0k 56:18 01:11 55:07 197.2k 2 587.4M 0 0 2 12.68M 0 180.0k 55:41 01:12 54:29 223.8k 2 587.4M 0 0 2 12.87M 0 179.8k 55:45 01:13 54:32 226.9k 2 587.4M 0 0 2 13.00M 0 179.0k 55:59 01:14 54:45 214.1k 2 587.4M 0 0 2 13.18M 0 178.5k 56:08 01:15 54:53 195.2k 2 587.4M 0 0 2 13.37M 0 178.1k 56:15 01:16 54:59 179.9k 2 587.4M 0 0 2 13.56M 0 177.5k 56:28 01:18 55:10 147.7k 2 587.4M 0 0 2 13.75M 0 177.2k 56:34 01:19 55:15 145.9k 2 587.4M 0 0 2 13.93M 0 177.3k 56:32 01:20 55:12 155.9k 2 587.4M 0 0 2 14.12M 0 177.1k 56:35 01:21 55:14 159.0k 2 587.4M 0 0 2 14.37M 0 177.7k 56:24 01:22 55:02 171.6k 2 587.4M 0 0 2 14.62M 0 177.9k 56:20 01:24 54:56 183.6k 2 587.4M 0 0 2 14.75M 0 176.8k 56:41 01:25 55:16 172.5k 2 587.4M 0 0 2 15.00M 0 177.2k 56:33 01:26 55:07 176.5k 2 587.4M 0 0 2 15.25M 0 177.9k 56:19 01:27 54:52 189.3k 2 587.4M 0 0 2 15.50M 0 178.7k 56:05 01:28 54:37 193.1k 2 587.4M 0 0 2 15.75M 0 179.5k 55:51 01:29 54:22 202.4k 2 587.4M 0 0 2 15.93M 0 179.1k 55:58 01:31 54:27 212.9k 2 587.4M 0 0 2 16.18M 0 179.5k 55:50 01:32 54:18 214.5k 2 587.4M 0 0 2 16.43M 0 180.1k 55:39 01:33 54:06 213.5k 2 587.4M 0 0 2 16.68M 0 180.1k 55:38 01:34 54:04 201.0k 2 587.4M 0 0 2 16.87M 0 179.7k 55:47 01:36 54:11 182.8k 2 587.4M 0 0 2 17.06M 0 179.6k 55:47 01:37 54:10 187.9k 2 587.4M 0 0 2 17.31M 0 180.1k 55:39 01:38 54:01 189.2k 3 587.4M 0 0 3 17.62M 0 181.1k 55:21 01:39 53:42 195.3k 3 587.4M 0 0 3 17.81M 0 181.1k 55:21 01:40 53:41 196.0k 3 587.4M 0 0 3 18.00M 0 180.5k 55:30 01:42 53:48 194.8k 3 587.4M 0 0 3 18.18M 0 180.1k 55:39 01:43 53:56 186.6k 3 587.4M 0 0 3 18.37M 0 179.8k 55:45 01:44 54:01 174.9k 3 587.4M 0 0 3 18.56M 0 179.3k 55:53 01:45 54:08 152.0k 3 587.4M 0 0 3 18.68M 0 178.7k 56:06 01:47 54:19 140.7k 3 587.4M 0 0 3 18.87M 0 178.5k 56:09 01:48 54:21 144.7k 3 587.4M 0 0 3 19.12M 0 179.1k 55:58 01:49 54:09 161.7k 3 587.4M 0 0 3 19.37M 0 179.2k 55:56 01:50 54:06 168.3k 3 587.4M 0 0 3 19.62M 0 179.7k 55:46 01:51 53:55 186.1k 3 587.4M 0 0 3 19.93M 0 180.7k 55:29 01:52 53:37 216.8k 3 587.4M 0 0 3 20.25M 0 181.4k 55:14 01:54 53:20 234.3k 3 587.4M 0 0 3 20.43M 0 181.4k 55:14 01:55 53:19 224.7k 3 587.4M 0 0 3 20.62M 0 181.4k 55:15 01:56 53:19 224.7k 3 587.4M 0 0 3 20.81M 0 180.9k 55:25 01:57 53:28 202.8k 3 587.4M 0 0 3 21.00M 0 180.8k 55:25 01:58 53:27 184.5k 3 587.4M 0 0 3 21.25M 0 181.2k 55:18 02:00 53:18 176.7k 3 587.4M 0 0 3 21.43M 0 180.8k 55:26 02:01 53:25 168.3k 3 587.4M 0 0 3 21.56M 0 180.2k 55:38 02:02 53:36 157.0k 3 587.4M 0 0 3 21.81M 0 180.2k 55:37 02:03 53:34 167.4k 3 587.4M 0 0 3 21.93M 0 179.7k 55:47 02:05 53:42 156.6k 3 587.4M 0 0 3 22.12M 0 179.3k 55:54 02:06 53:48 142.6k 3 587.4M 0 0 3 22.31M 0 179.2k 55:56 02:07 53:49 147.1k 3 587.4M 0 0 3 22.50M 0 179.1k 55:58 02:08 53:50 157.0k 3 587.4M 0 0 3 22.68M 0 178.9k 56:01 02:09 53:52 152.4k 3 587.4M 0 0 3 22.81M 0 178.5k 56:09 02:10 53:59 153.7k 3 587.4M 0 0 3 22.93M 0 177.8k 56:22 02:12 54:10 144.8k 3 587.4M 0 0 3 23.12M 0 177.6k 56:26 02:13 54:13 142.6k 3 587.4M 0 0 3 23.37M 0 178.0k 56:18 02:14 54:04 154.4k 4 587.4M 0 0 4 23.62M 0 178.2k 56:14 02:15 53:59 162.1k 4 587.4M 0 0 4 23.81M 0 177.9k 56:20 02:17 54:03 165.6k 4 587.4M 0 0 4 24.00M 0 177.7k 56:24 02:18 54:06 175.5k 4 587.4M 0 0 4 24.18M 0 177.2k 56:33 02:19 54:14 170.3k 4 587.4M 0 0 4 24.31M 0 176.7k 56:43 02:20 54:23 149.6k 4 587.4M 0 0 4 24.43M 0 176.3k 56:51 02:21 54:30 134.0k 4 587.4M 0 0 4 24.62M 0 176.0k 56:57 02:23 54:34 132.9k 4 587.4M 0 0 4 24.81M 0 175.9k 56:58 02:24 54:34 136.0k 4 587.4M 0 0 4 25.00M 0 175.9k 56:58 02:25 54:33 144.5k 4 587.4M 0 0 4 25.25M 0 176.4k 56:49 02:26 54:23 168.1k 4 587.4M 0 0 4 25.43M 0 176.3k 56:51 02:27 54:24 176.6k 4 587.4M 0 0 4 25.62M 0 176.2k 56:53 02:28 54:25 182.5k 4 587.4M 0 0 4 25.87M 0 176.3k 56:50 02:30 54:20 186.1k 4 587.4M 0 0 4 26.00M 0 175.6k 57:03 02:31 54:32 168.6k 4 587.4M 0 0 4 26.12M 0 174.9k 57:19 02:32 54:47 140.2k 4 587.4M 0 0 4 26.31M 0 174.6k 57:23 02:34 54:49 137.5k 4 587.4M 0 0 4 26.50M 0 174.3k 57:30 02:35 54:55 132.2k 4 587.4M 0 0 4 26.68M 0 174.1k 57:34 02:36 54:58 124.1k 4 587.4M 0 0 4 26.87M 0 174.0k 57:35 02:38 54:57 136.4k 4 587.4M 0 0 4 27.00M 0 173.4k 57:48 02:39 55:09 138.2k 4 587.4M 0 0 4 27.12M 0 173.0k 57:56 02:40 55:16 132.6k 4 587.4M 0 0 4 27.25M 0 172.3k 58:09 02:41 55:28 123.4k 4 587.4M 0 0 4 27.43M 0 172.4k 58:09 02:42 55:27 127.5k 4 587.4M 0 0 4 27.62M 0 172.4k 58:08 02:44 55:24 128.9k 4 587.4M 0 0 4 27.81M 0 172.3k 58:10 02:45 55:25 143.4k 4 587.4M 0 0 4 28.00M 0 172.3k 58:09 02:46 55:23 154.2k 4 587.4M 0 0 4 28.12M 0 171.5k 58:25 02:47 55:38 150.1k 4 587.4M 0 0 4 28.25M 0 171.0k 58:36 02:49 55:47 135.0k 4 587.4M 0 0 4 28.43M 0 170.8k 58:40 02:50 55:50 130.3k 4 587.4M 0 0 4 28.62M 0 170.8k 58:40 02:51 55:49 132.1k 4 587.4M 0 0 4 28.81M 0 171.0k 58:37 02:52 55:45 134.0k 4 587.4M 0 0 4 29.12M 0 171.6k 58:24 02:53 55:31 173.7k 5 587.4M 0 0 5 29.37M 0 171.8k 58:19 02:54 55:25 196.0k 5 587.4M 0 0 5 29.56M 0 171.7k 58:22 02:56 55:26 198.5k 5 587.4M 0 0 5 29.81M 0 171.9k 58:17 02:57 55:20 202.9k 5 587.4M 0 0 5 30.06M 0 172.2k 58:11 02:58 55:13 208.0k 5 587.4M 0 0 5 30.37M 0 172.9k 57:59 02:59 55:00 208.0k 5 587.4M 0 0 5 30.56M 0 172.8k 58:00 03:01 54:59 200.6k 5 587.4M 0 0 5 30.75M 0 172.5k 58:05 03:02 55:03 195.9k 5 587.4M 0 0 5 30.93M 0 172.4k 58:07 03:03 55:04 186.9k 5 587.4M 0 0 5 31.12M 0 172.5k 58:05 03:04 55:01 181.1k 5 587.4M 0 0 5 31.31M 0 172.4k 58:07 03:05 55:02 159.5k 5 587.4M 0 0 5 31.50M 0 172.4k 58:07 03:07 55:00 160.8k 5 587.4M 0 0 5 31.68M 0 172.4k 58:08 03:08 55:00 168.6k 5 587.4M 0 0 5 31.87M 0 172.3k 58:10 03:09 55:01 168.3k 5 587.4M 0 0 5 32.00M 0 172.0k 58:16 03:10 55:06 154.7k 5 587.4M 0 0 5 32.12M 0 171.7k 58:22 03:11 55:11 147.3k 5 587.4M 0 0 5 32.25M 0 171.2k 58:33 03:12 55:21 131.0k 5 587.4M 0 0 5 32.37M 0 170.9k 58:38 03:13 55:25 122.4k 5 587.4M 0 0 5 32.56M 0 170.9k 58:39 03:15 55:24 124.0k 5 587.4M 0 0 5 32.75M 0 170.9k 58:39 03:16 55:23 133.9k 5 587.4M 0 0 5 33.00M 0 171.1k 58:34 03:17 55:17 153.0k 5 587.4M 0 0 5 33.31M 0 171.7k 58:21 03:18 55:03 191.3k 5 587.4M 0 0 5 33.62M 0 172.4k 58:08 03:19 54:49 222.4k 5 587.4M 0 0 5 33.87M 0 172.8k 57:59 03:20 54:39 240.2k 5 587.4M 0 0 5 34.12M 0 173.0k 57:55 03:21 54:34 247.3k 5 587.4M 0 0 5 34.37M 0 173.1k 57:53 03:23 54:30 239.9k 5 587.4M 0 0 5 34.56M 0 173.1k 57:53 03:24 54:29 221.4k 5 587.4M 0 0 5 34.75M 0 173.2k 57:51 03:25 54:26 201.8k 5 587.4M 0 0 5 35.00M 0 173.4k 57:49 03:26 54:23 190.6k 5 587.4M 0 0 5 35.18M 0 173.4k 57:48 03:27 54:21 185.3k 6 587.4M 0 0 6 35.37M 0 173.4k 57:48 03:28 54:20 183.1k 6 587.4M 0 0 6 35.50M 0 173.1k 57:54 03:29 54:25 171.7k 6 587.4M 0 0 6 35.68M 0 173.0k 57:57 03:31 54:26 163.4k 6 587.4M 0 0 6 35.81M 0 172.7k 58:01 03:32 54:29 149.2k 6 587.4M 0 0 6 36.00M 0 172.7k 58:03 03:33 54:30 146.5k 6 587.4M 0 0 6 36.18M 0 172.4k 58:09 03:34 54:35 137.0k 6 587.4M 0 0 6 36.31M 0 171.9k 58:18 03:36 54:42 132.1k 6 587.4M 0 0 6 36.43M 0 171.6k 58:24 03:37 54:47 125.5k 6 587.4M 0 0 6 36.56M 0 171.2k 58:32 03:38 54:54 121.4k 6 587.4M 0 0 6 36.68M 0 170.7k 58:42 03:40 55:02 107.3k 6 587.4M 0 0 6 36.87M 0 170.5k 58:46 03:41 55:05 109.5k 6 587.4M 0 0 6 37.06M 0 170.4k 58:49 03:42 55:07 119.5k 6 587.4M 0 0 6 37.25M 0 170.1k 58:55 03:44 55:11 122.1k 6 587.4M 0 0 6 37.37M 0 169.7k 59:04 03:45 55:19 120.2k 6 587.4M 0 0 6 37.50M 0 169.3k 59:11 03:46 55:25 123.9k 6 587.4M 0 0 6 37.62M 0 169.0k 59:17 03:47 55:30 118.3k 6 587.4M 0 0 6 37.75M 0 168.7k 59:25 03:49 55:36 109.4k 6 587.4M 0 0 6 37.93M 0 168.5k 59:29 03:50 55:39 110.6k 6 587.4M 0 0 6 38.12M 0 168.5k 59:28 03:51 55:37 126.1k 6 587.4M 0 0 6 38.25M 0 168.3k 59:33 03:52 55:41 128.3k 6 587.4M 0 0 6 38.37M 0 167.8k 59:43 03:54 55:49 122.8k 6 587.4M 0 0 6 38.50M 0 167.6k 59:47 03:55 55:52 127.5k 6 587.4M 0 0 6 38.68M 0 167.6k 59:49 03:56 55:53 131.1k 6 587.4M 0 0 6 38.87M 0 167.6k 59:48 03:57 55:51 131.3k 6 587.4M 0 0 6 39.06M 0 167.5k 59:51 03:58 55:53 136.8k 6 587.4M 0 0 6 39.25M 0 167.2k 59:56 04:00 55:56 145.3k 6 587.4M 0 0 6 39.43M 0 167.3k 59:54 04:01 55:53 155.8k 6 587.4M 0 0 6 39.62M 0 167.3k 59:55 04:02 55:53 155.9k 6 587.4M 0 0 6 39.81M 0 167.3k 59:54 04:03 55:51 156.4k 6 587.4M 0 0 6 40.12M 0 167.8k 59:43 04:04 55:39 182.5k 6 587.4M 0 0 6 40.43M 0 168.2k 59:34 04:06 55:28 210.0k 6 587.4M 0 0 6 40.68M 0 168.5k 59:29 04:07 55:22 216.4k 6 587.4M 0 0 6 41.06M 0 169.3k 59:12 04:08 55:04 254.8k 7 587.4M 0 0 7 41.31M 0 169.6k 59:05 04:09 54:56 268.2k 7 587.4M 0 0 7 41.62M 0 170.2k 58:54 04:10 54:44 270.1k 7 587.4M 0 0 7 41.87M 0 170.5k 58:47 04:11 54:36 272.7k 7 587.4M 0 0 7 42.12M 0 170.7k 58:43 04:12 54:31 270.6k 7 587.4M 0 0 7 42.37M 0 170.9k 58:38 04:13 54:25 245.5k 7 587.4M 0 0 7 42.56M 0 171.0k 58:36 04:14 54:22 233.7k 7 587.4M 0 0 7 42.81M 0 171.1k 58:35 04:16 54:19 211.5k 7 587.4M 0 0 7 43.00M 0 171.1k 58:35 04:17 54:18 197.2k 7 587.4M 0 0 7 43.18M 0 171.0k 58:36 04:18 54:18 185.1k 7 587.4M 0 0 7 43.31M 0 170.7k 58:42 04:19 54:23 162.6k 7 587.4M 0 0 7 43.43M 0 170.4k 58:50 04:21 54:29 143.4k 7 587.4M 0 0 7 43.62M 0 170.4k 58:48 04:22 54:26 141.9k 7 587.4M 0 0 7 43.87M 0 170.7k 58:42 04:23 54:19 154.9k 7 587.4M 0 0 7 44.06M 0 170.7k 58:43 04:24 54:19 155.9k 7 587.4M 0 0 7 44.25M 0 170.5k 58:47 04:25 54:22 160.1k 7 587.4M 0 0 7 44.37M 0 170.1k 58:54 04:27 54:27 160.6k 7 587.4M 0 0 7 44.56M 0 170.0k 58:57 04:28 54:29 152.4k 7 587.4M 0 0 7 44.87M 0 170.5k 58:47 04:29 54:18 159.6k 7 587.4M 0 0 7 45.18M 0 170.8k 58:40 04:30 54:10 176.0k 7 587.4M 0 0 7 45.37M 0 170.8k 58:40 04:31 54:09 184.7k 7 587.4M 0 0 7 45.56M 0 170.7k 58:44 04:33 54:11 192.4k 7 587.4M 0 0 7 45.75M 0 170.5k 58:47 04:34 54:13 190.1k 7 587.4M 0 0 7 45.93M 0 170.3k 58:50 04:36 54:14 165.2k 7 587.4M 0 0 7 46.06M 0 170.2k 58:53 04:37 54:16 142.6k 7 587.4M 0 0 7 46.25M 0 170.0k 58:57 04:38 54:19 136.5k 7 587.4M 0 0 7 46.43M 0 169.9k 58:59 04:39 54:20 138.1k 7 587.4M 0 0 7 46.62M 0 169.9k 59:00 04:40 54:20 143.6k 7 587.4M 0 0 7 46.87M 0 170.1k 58:55 04:42 54:13 158.4k 8 587.4M 0 0 8 47.12M 0 170.3k 58:50 04:43 54:07 176.3k 8 587.4M 0 0 8 47.37M 0 170.5k 58:46 04:44 54:02 194.0k 8 587.4M 0 0 8 47.68M 0 171.0k 58:37 04:45 53:52 223.9k 8 587.4M 0 0 8 47.93M 0 171.2k 58:32 04:46 53:46 237.8k 8 587.4M 0 0 8 48.06M 0 171.0k 58:36 04:47 53:49 217.2k 8 587.4M 0 0 8 48.18M 0 170.8k 58:40 04:48 53:52 195.7k 8 587.4M 0 0 8 48.37M 0 170.6k 58:44 04:50 53:54 175.2k 8 587.4M 0 0 8 48.62M 0 170.8k 58:40 04:51 53:49 163.4k 8 587.4M 0 0 8 48.87M 0 170.9k 58:38 04:52 53:46 157.8k 8 587.4M 0 0 8 49.06M 0 170.8k 58:40 04:54 53:46 162.5k 8 587.4M 0 0 8 49.25M 0 170.8k 58:40 04:55 53:45 172.6k 8 587.4M 0 0 8 49.50M 0 171.0k 58:37 04:56 53:41 188.6k 8 587.4M 0 0 8 49.62M 0 170.8k 58:40 04:57 53:43 170.3k 8 587.4M 0 0 8 49.75M 0 170.7k 58:43 04:58 53:45 156.6k 8 587.4M 0 0 8 49.93M 0 170.6k 58:46 04:59 53:47 156.6k 8 587.4M 0 0 8 50.12M 0 170.5k 58:47 05:00 53:47 152.2k 8 587.4M 0 0 8 50.31M 0 170.5k 58:47 05:02 53:45 145.0k 8 587.4M 0 0 8 50.50M 0 170.5k 58:46 05:03 53:43 155.5k 8 587.4M 0 0 8 50.68M 0 170.4k 58:50 05:04 53:46 155.6k 8 587.4M 0 0 8 50.87M 0 170.3k 58:51 05:05 53:46 152.7k 8 587.4M 0 0 8 50.87M 0 170.3k 58:51 05:05 53:46 170.3k 8 587.4M 0 0 8 51.12M 0 170.4k 58:49 05:07 53:42 199.6k 8 587.4M 0 0 8 51.37M 0 170.6k 58:45 05:08 53:37 212.8k 8 587.4M 0 0 8 51.62M 0 170.8k 58:40 05:09 53:31 218.6k 8 587.4M 0 0 8 51.87M 0 170.9k 58:38 05:10 53:28 212.0k 8 587.4M 0 0 8 52.12M 0 171.1k 58:35 05:11 53:24 210.9k 8 587.4M 0 0 8 52.37M 0 171.1k 58:35 05:13 53:22 204.4k 8 587.4M 0 0 8 52.50M 0 170.9k 58:38 05:14 53:24 187.4k 8 587.4M 0 0 8 52.68M 0 170.9k 58:39 05:15 53:24 173.1k 9 587.4M 0 0 9 52.87M 0 170.7k 58:42 05:17 53:25 161.1k 9 587.4M 0 0 9 53.06M 0 170.5k 58:47 05:18 53:29 144.6k 9 587.4M 0 0 9 53.18M 0 170.4k 58:49 05:19 53:30 134.5k 9 587.4M 0 0 9 53.37M 0 170.3k 58:51 05:20 53:31 140.0k 9 587.4M 0 0 9 53.56M 0 170.3k 58:51 05:21 53:30 141.7k 9 587.4M 0 0 9 53.75M 0 170.1k 58:55 05:23 53:32 140.2k 9 587.4M 0 0 9 53.93M 0 170.0k 58:57 05:24 53:33 143.8k 9 587.4M 0 0 9 54.12M 0 170.1k 58:56 05:25 53:31 154.4k 9 587.4M 0 0 9 54.31M 0 170.0k 58:57 05:27 53:30 154.9k 9 587.4M 0 0 9 54.50M 0 170.0k 58:57 05:28 53:29 154.3k 9 587.4M 0 0 9 54.75M 0 170.1k 58:54 05:29 53:25 171.5k 9 587.4M 0 0 9 54.93M 0 170.1k 58:55 05:30 53:25 177.2k 9 587.4M 0 0 9 55.18M 0 170.2k 58:52 05:31 53:21 179.8k 9 587.4M 0 0 9 55.37M 0 170.2k 58:53 05:33 53:20 178.9k 9 587.4M 0 0 9 55.56M 0 169.9k 58:59 05:34 53:25 166.9k 9 587.4M 0 0 9 55.68M 0 169.8k 59:02 05:35 53:27 149.9k 9 587.4M 0 0 9 55.87M 0 169.8k 59:01 05:36 53:25 153.7k 9 587.4M 0 0 9 56.06M 0 169.8k 59:02 05:38 53:24 145.0k 9 587.4M 0 0 9 56.25M 0 169.8k 59:01 05:39 53:22 149.7k 9 587.4M 0 0 9 56.56M 0 170.2k 58:54 05:40 53:14 183.7k 9 587.4M 0 0 9 56.75M 0 170.2k 58:53 05:41 53:12 197.8k 9 587.4M 0 0 9 57.00M 0 170.4k 58:49 05:42 53:07 204.1k 9 587.4M 0 0 9 57.37M 0 170.9k 58:38 05:43 52:55 240.7k 9 587.4M 0 0 9 57.75M 0 171.5k 58:27 05:44 52:43 269.2k 9 587.4M 0 0 9 57.93M 0 171.5k 58:27 05:45 52:42 251.8k 9 587.4M 0 0 9 58.12M 0 171.5k 58:26 05:46 52:40 248.2k 9 587.4M 0 0 9 58.37M 0 171.7k 58:23 05:48 52:35 248.2k 9 587.4M 0 0 9 58.62M 0 171.9k 58:19 05:49 52:30 228.7k 10 587.4M 0 0 10 58.87M 0 172.0k 58:17 05:50 52:27 201.1k 10 587.4M 0 0 10 59.12M 0 172.1k 58:14 05:51 52:23 209.5k 10 587.4M 0 0 10 59.37M 0 172.3k 58:09 05:52 52:17 223.5k 10 587.4M 0 0 10 59.68M 0 172.7k 58:02 05:53 52:09 234.9k 10 587.4M 0 0 10 59.93M 0 172.7k 58:02 05:55 52:07 222.0k 10 587.4M 0 0 10 60.06M 0 172.5k 58:06 05:56 52:10 203.4k 10 587.4M 0 0 10 60.25M 0 172.3k 58:10 05:57 52:13 184.6k 10 587.4M 0 0 10 60.43M 0 172.2k 58:12 05:59 52:13 166.0k 10 587.4M 0 0 10 60.62M 0 172.3k 58:11 06:00 52:11 149.1k 10 587.4M 0 0 10 60.81M 0 172.3k 58:10 06:01 52:09 148.6k 10 587.4M 0 0 10 61.06M 0 172.3k 58:09 06:02 52:07 164.2k 10 587.4M 0 0 10 61.25M 0 172.3k 58:09 06:03 52:06 173.8k 10 587.4M 0 0 10 61.37M 0 172.2k 58:12 06:04 52:08 172.3k 10 587.4M 0 0 10 61.56M 0 172.1k 58:14 06:06 52:08 162.6k 10 587.4M 0 0 10 61.81M 0 172.2k 58:12 06:07 52:05 165.3k 10 587.4M 0 0 10 61.93M 0 172.1k 58:15 06:08 52:07 155.3k 10 587.4M 0 0 10 62.06M 0 171.7k 58:22 06:10 52:12 134.0k 10 587.4M 0 0 10 62.25M 0 171.7k 58:23 06:11 52:12 140.5k 10 587.4M 0 0 10 62.43M 0 171.7k 58:23 06:12 52:11 146.5k 10 587.4M 0 0 10 62.62M 0 171.6k 58:24 06:13 52:11 135.3k 10 587.4M 0 0 10 62.81M 0 171.5k 58:26 06:14 52:12 139.0k 10 587.4M 0 0 10 63.06M 0 171.6k 58:25 06:16 52:09 164.1k 10 587.4M 0 0 10 63.25M 0 171.6k 58:24 06:17 52:07 166.1k 10 587.4M 0 0 10 63.56M 0 171.9k 58:19 06:18 52:01 182.2k 10 587.4M 0 0 10 63.87M 0 172.2k 58:11 06:19 51:52 213.0k 10 587.4M 0 0 10 64.12M 0 172.2k 58:12 06:21 51:51 215.1k 10 587.4M 0 0 10 64.25M 0 172.1k 58:14 06:22 51:52 205.6k 10 587.4M 0 0 10 64.43M 0 172.1k 58:14 06:23 51:51 206.4k 11 587.4M 0 0 11 64.68M 0 172.3k 58:11 06:24 51:47 198.8k 11 587.4M 0 0 11 64.93M 0 172.4k 58:08 06:25 51:43 182.0k 11 587.4M 0 0 11 65.06M 0 172.3k 58:11 06:26 51:45 175.3k 11 587.4M 0 0 11 65.25M 0 172.2k 58:13 06:27 51:46 176.5k 11 587.4M 0 0 11 65.43M 0 172.2k 58:13 06:29 51:44 175.4k 11 587.4M 0 0 11 65.62M 0 172.2k 58:12 06:30 51:42 169.5k 11 587.4M 0 0 11 65.81M 0 172.1k 58:13 06:31 51:42 155.7k 11 587.4M 0 0 11 65.93M 0 172.0k 58:15 06:32 51:43 156.7k 11 587.4M 0 0 11 66.06M 0 171.9k 58:18 06:33 51:45 154.1k 11 587.4M 0 0 11 66.25M 0 171.9k 58:17 06:34 51:43 154.8k 11 587.4M 0 0 11 66.43M 0 171.9k 58:17 06:35 51:42 152.6k 11 587.4M 0 0 11 66.62M 0 171.9k 58:19 06:36 51:43 152.2k 11 587.4M 0 0 11 66.81M 0 171.9k 58:19 06:37 51:42 159.5k 11 587.4M 0 0 11 67.00M 0 171.8k 58:19 06:39 51:40 165.9k 11 587.4M 0 0 11 67.18M 0 171.8k 58:20 06:40 51:40 164.1k 11 587.4M 0 0 11 67.43M 0 171.9k 58:18 06:41 51:37 169.2k 11 587.4M 0 0 11 67.62M 0 171.9k 58:19 06:42 51:37 170.9k 11 587.4M 0 0 11 67.87M 0 172.1k 58:15 06:43 51:32 185.4k 11 587.4M 0 0 11 68.18M 0 172.4k 58:09 06:44 51:25 208.7k 11 587.4M 0 0 11 68.37M 0 172.3k 58:11 06:46 51:25 201.4k 11 587.4M 0 0 11 68.56M 0 172.2k 58:11 06:47 51:24 194.6k 11 587.4M 0 0 11 68.75M 0 172.3k 58:11 06:48 51:23 200.7k 11 587.4M 0 0 11 68.87M 0 172.1k 58:14 06:49 51:25 176.1k 11 587.4M 0 0 11 69.00M 0 172.0k 58:17 06:50 51:27 144.1k 11 587.4M 0 0 11 69.12M 0 171.8k 58:20 06:51 51:29 139.9k 11 587.4M 0 0 11 69.31M 0 171.7k 58:22 06:53 51:29 133.6k 11 587.4M 0 0 11 69.43M 0 171.5k 58:26 06:54 51:32 120.4k 11 587.4M 0 0 11 69.56M 0 171.3k 58:29 06:55 51:34 118.8k 11 587.4M 0 0 11 69.75M 0 171.3k 58:30 06:56 51:34 128.3k 11 587.4M 0 0 11 69.93M 0 171.3k 58:31 06:58 51:33 133.8k 11 587.4M 0 0 11 70.12M 0 171.3k 58:30 06:59 51:31 142.7k 11 587.4M 0 0 11 70.43M 0 171.6k 58:24 07:00 51:24 175.7k 12 587.4M 0 0 12 70.75M 0 171.9k 58:18 07:01 51:17 211.1k 12 587.4M 0 0 12 71.00M 0 172.0k 58:16 07:02 51:14 217.7k 12 587.4M 0 0 12 71.18M 0 172.0k 58:16 07:03 51:13 227.8k 12 587.4M 0 0 12 71.37M 0 172.0k 58:16 07:04 51:12 222.5k 12 587.4M 0 0 12 71.56M 0 171.9k 58:18 07:06 51:12 194.2k 12 587.4M 0 0 12 71.75M 0 171.9k 58:18 07:07 51:11 171.1k 12 587.4M 0 0 12 71.93M 0 171.9k 58:18 07:08 51:10 167.5k 12 587.4M 0 0 12 72.12M 0 171.9k 58:19 07:09 51:10 161.7k 12 587.4M 0 0 12 72.25M 0 171.5k 58:25 07:11 51:14 141.2k 12 587.4M 0 0 12 72.37M 0 171.4k 58:28 07:12 51:16 136.7k 12 587.4M 0 0 12 72.50M 0 171.3k 58:30 07:13 51:17 129.4k 12 587.4M 0 0 12 72.68M 0 171.3k 58:31 07:14 51:17 126.3k 12 587.4M 0 0 12 72.93M 0 171.5k 58:27 07:15 51:12 141.2k 12 587.4M 0 0 12 73.12M 0 171.3k 58:29 07:16 51:13 156.5k 12 587.4M 0 0 12 73.31M 0 171.3k 58:30 07:18 51:12 166.1k 12 587.4M 0 0 12 73.50M 0 171.2k 58:32 07:19 51:13 166.8k 12 587.4M 0 0 12 73.68M 0 171.1k 58:33 07:20 51:13 161.6k 12 587.4M 0 0 12 73.87M 0 171.1k 58:34 07:21 51:13 149.9k 12 587.4M 0 0 12 74.12M 0 171.3k 58:31 07:23 51:08 165.1k 12 587.4M 0 0 12 74.31M 0 171.0k 58:37 07:24 51:13 146.8k 12 587.4M 0 0 12 74.43M 0 170.7k 58:42 07:26 51:16 138.7k 12 587.4M 0 0 12 74.56M 0 170.5k 58:46 07:27 51:19 131.6k 12 587.4M 0 0 12 74.75M 0 170.4k 58:48 07:28 51:20 126.4k 12 587.4M 0 0 12 74.93M 0 170.5k 58:48 07:30 51:18 119.5k 12 587.4M 0 0 12 75.12M 0 170.4k 58:49 07:31 51:18 132.0k 12 587.4M 0 0 12 75.31M 0 170.3k 58:51 07:32 51:19 140.6k 12 587.4M 0 0 12 75.50M 0 170.3k 58:52 07:33 51:19 150.0k 12 587.4M 0 0 12 75.68M 0 170.2k 58:54 07:35 51:19 150.5k 12 587.4M 0 0 12 75.93M 0 170.3k 58:52 07:36 51:16 156.5k 12 587.4M 0 0 12 76.12M 0 170.2k 58:53 07:37 51:16 156.4k 13 587.4M 0 0 13 76.43M 0 170.4k 58:48 07:39 51:09 180.1k 13 587.4M 0 0 13 76.68M 0 170.6k 58:45 07:40 51:05 194.7k 13 587.4M 0 0 13 76.87M 0 170.5k 58:46 07:41 51:05 199.1k 13 587.4M 0 0 13 77.06M 0 170.5k 58:46 07:42 51:04 191.5k 13 587.4M 0 0 13 77.25M 0 170.5k 58:48 07:43 51:05 188.8k 13 587.4M 0 0 13 77.43M 0 170.4k 58:49 07:45 51:04 165.5k 13 587.4M 0 0 13 77.62M 0 170.3k 58:51 07:46 51:05 149.6k 13 587.4M 0 0 13 77.75M 0 170.1k 58:55 07:47 51:08 139.4k 13 587.4M 0 0 13 77.93M 0 170.1k 58:56 07:49 51:07 137.2k 13 587.4M 0 0 13 78.12M 0 170.0k 58:57 07:50 51:07 138.2k 13 587.4M 0 0 13 78.37M 0 170.2k 58:53 07:51 51:02 155.3k 13 587.4M 0 0 13 78.68M 0 170.4k 58:49 07:52 50:57 177.5k 13 587.4M 0 0 13 78.93M 0 170.5k 58:48 07:54 50:54 195.9k 13 587.4M 0 0 13 79.18M 0 170.5k 58:47 07:55 50:52 202.6k 13 587.4M 0 0 13 79.37M 0 170.5k 58:47 07:56 50:51 208.1k 13 587.4M 0 0 13 79.56M 0 170.5k 58:47 07:57 50:50 192.1k 13 587.4M 0 0 13 79.75M 0 170.4k 58:48 07:58 50:50 174.8k 13 587.4M 0 0 13 80.06M 0 170.6k 58:44 08:00 50:44 185.7k 13 587.4M 0 0 13 80.25M 0 170.6k 58:44 08:01 50:43 181.2k 13 587.4M 0 0 13 80.50M 0 170.7k 58:43 08:02 50:41 182.6k 13 587.4M 0 0 13 80.75M 0 170.8k 58:41 08:04 50:37 193.7k 13 587.4M 0 0 13 80.93M 0 170.7k 58:42 08:05 50:37 191.2k 13 587.4M 0 0 13 81.12M 0 170.6k 58:44 08:06 50:38 170.1k 13 587.4M 0 0 13 81.31M 0 170.6k 58:45 08:07 50:38 166.3k 13 587.4M 0 0 13 81.56M 0 170.7k 58:43 08:09 50:34 173.2k 13 587.4M 0 0 13 81.81M 0 170.8k 58:41 08:10 50:31 169.3k 13 587.4M 0 0 13 82.00M 0 170.8k 58:41 08:11 50:30 176.7k 13 587.4M 0 0 13 82.18M 0 170.7k 58:42 08:12 50:30 177.2k 14 587.4M 0 0 14 82.37M 0 170.7k 58:42 08:13 50:29 182.0k 14 587.4M 0 0 14 82.62M 0 170.8k 58:41 08:15 50:26 178.6k 14 587.4M 0 0 14 82.81M 0 170.7k 58:42 08:16 50:26 169.6k 14 587.4M 0 0 14 83.00M 0 170.7k 58:43 08:17 50:26 162.4k 14 587.4M 0 0 14 83.12M 0 170.6k 58:45 08:18 50:27 160.5k 14 587.4M 0 0 14 83.31M 0 170.6k 58:44 08:19 50:25 162.9k 14 587.4M 0 0 14 83.50M 0 170.6k 58:44 08:20 50:24 157.6k 14 587.4M 0 0 14 83.68M 0 170.6k 58:44 08:22 50:22 161.7k 14 587.4M 0 0 14 83.87M 0 170.6k 58:44 08:23 50:21 167.1k 14 587.4M 0 0 14 84.12M 0 170.7k 58:42 08:24 50:18 182.7k 14 587.4M 0 0 14 84.31M 0 170.6k 58:44 08:25 50:19 170.1k 14 587.4M 0 0 14 84.50M 0 170.6k 58:44 08:27 50:17 168.7k 14 587.4M 0 0 14 84.68M 0 170.5k 58:47 08:28 50:19 159.1k 14 587.4M 0 0 14 84.81M 0 170.3k 58:50 08:29 50:21 146.0k 14 587.4M 0 0 14 85.00M 0 170.3k 58:51 08:30 50:21 137.9k 14 587.4M 0 0 14 85.18M 0 170.3k 58:50 08:31 50:19 148.2k 14 587.4M 0 0 14 85.37M 0 170.4k 58:49 08:32 50:17 150.1k 14 587.4M 0 0 14 85.50M 0 170.2k 58:52 08:34 50:18 146.4k 14 587.4M 0 0 14 85.56M 0 170.0k 58:57 08:35 50:22 141.2k 14 587.4M 0 0 14 85.68M 0 169.9k 59:00 08:36 50:24 128.4k 14 587.4M 0 0 14 85.81M 0 169.8k 59:02 08:37 50:25 116.7k 14 587.4M 0 0 14 86.00M 0 169.7k 59:03 08:38 50:25 110.8k 14 587.4M 0 0 14 86.18M 0 169.6k 59:05 08:40 50:25 118.4k 14 587.4M 0 0 14 86.37M 0 169.6k 59:05 08:41 50:24 134.7k 14 587.4M 0 0 14 86.56M 0 169.6k 59:05 08:42 50:23 147.6k 14 587.4M 0 0 14 86.75M 0 169.5k 59:07 08:43 50:24 150.8k 14 587.4M 0 0 14 86.87M 0 169.5k 59:08 08:44 50:24 148.6k 14 587.4M 0 0 14 87.06M 0 169.4k 59:09 08:45 50:24 152.5k 14 587.4M 0 0 14 87.31M 0 169.5k 59:07 08:47 50:20 164.5k 14 587.4M 0 0 14 87.56M 0 169.7k 59:04 08:48 50:16 173.2k 14 587.4M 0 0 14 87.81M 0 169.8k 59:02 08:49 50:13 190.7k 14 587.4M 0 0 14 87.93M 0 169.7k 59:04 08:50 50:14 188.3k 15 587.4M 0 0 15 88.12M 0 169.7k 59:03 08:51 50:12 195.6k 15 587.4M 0 0 15 88.43M 0 170.0k 58:57 08:52 50:05 213.4k 15 587.4M 0 0 15 88.75M 0 170.3k 58:52 08:53 49:59 230.4k 15 587.4M 0 0 15 88.93M 0 170.1k 58:54 08:55 49:59 204.7k 15 587.4M 0 0 15 89.12M 0 170.1k 58:55 08:56 49:59 206.5k 15 587.4M 0 0 15 89.37M 0 170.2k 58:52 08:57 49:55 215.4k 15 587.4M 0 0 15 89.68M 0 170.5k 58:47 08:58 49:49 213.0k 15 587.4M 0 0 15 90.00M 0 170.7k 58:43 08:59 49:44 206.1k 15 587.4M 0 0 15 90.25M 0 170.7k 58:43 09:01 49:42 217.0k 15 587.4M 0 0 15 90.43M 0 170.6k 58:44 09:02 49:42 217.2k 15 587.4M 0 0 15 90.62M 0 170.5k 58:46 09:04 49:42 195.3k 15 587.4M 0 0 15 90.81M 0 170.5k 58:47 09:05 49:42 172.9k 15 587.4M 0 0 15 91.00M 0 170.5k 58:48 09:06 49:42 153.9k 15 587.4M 0 0 15 91.18M 0 170.4k 58:48 09:07 49:41 150.3k 15 587.4M 0 0 15 91.31M 0 170.3k 58:51 09:08 49:43 141.5k 15 587.4M 0 0 15 91.50M 0 170.3k 58:52 09:10 49:42 146.6k 15 587.4M 0 0 15 91.75M 0 170.3k 58:51 09:11 49:40 153.7k 15 587.4M 0 0 15 91.93M 0 170.3k 58:52 09:12 49:40 152.2k 15 587.4M 0 0 15 92.06M 0 170.2k 58:54 09:13 49:41 144.6k 15 587.4M 0 0 15 92.18M 0 170.1k 58:56 09:14 49:42 150.4k 15 587.4M 0 0 15 92.37M 0 170.1k 58:56 09:16 49:40 151.2k 15 587.4M 0 0 15 92.62M 0 170.2k 58:53 09:17 49:36 159.6k 15 587.4M 0 0 15 92.93M 0 170.4k 58:49 09:18 49:31 185.0k 15 587.4M 0 0 15 93.12M 0 170.3k 58:50 09:19 49:31 188.5k 15 587.4M 0 0 15 93.25M 0 170.2k 58:52 09:20 49:32 185.0k 15 587.4M 0 0 15 93.43M 0 170.2k 58:53 09:21 49:32 183.8k 15 587.4M 0 0 15 93.68M 0 170.3k 58:51 09:23 49:28 176.8k 15 587.4M 0 0 15 93.81M 0 170.2k 58:53 09:24 49:29 150.2k 15 587.4M 0 0 15 93.93M 0 170.1k 58:56 09:25 49:31 143.2k 16 587.4M 0 0 16 94.06M 0 170.0k 58:58 09:26 49:32 145.3k 16 587.4M 0 0 16 94.18M 0 169.9k 59:00 09:27 49:33 136.9k 16 587.4M 0 0 16 94.37M 0 169.8k 59:01 09:28 49:33 122.5k 16 587.4M 0 0 16 94.56M 0 169.8k 59:02 09:30 49:32 130.4k 16 587.4M 0 0 16 94.87M 0 170.0k 58:58 09:31 49:27 159.6k 16 587.4M 0 0 16 95.06M 0 170.0k 58:58 09:32 49:26 169.8k 16 587.4M 0 0 16 95.25M 0 170.0k 58:57 09:33 49:24 180.7k 16 587.4M 0 0 16 95.43M 0 170.0k 58:58 09:34 49:24 188.2k 16 587.4M 0 0 16 95.62M 0 169.9k 58:58 09:36 49:22 186.4k 16 587.4M 0 0 16 95.87M 0 170.0k 58:57 09:37 49:20 173.9k 16 587.4M 0 0 16 96.00M 0 169.9k 59:00 09:38 49:22 161.1k 16 587.4M 0 0 16 96.12M 0 169.8k 59:01 09:39 49:22 151.5k 16 587.4M 0 0 16 96.31M 0 169.8k 59:01 09:40 49:21 152.0k 16 587.4M 0 0 16 96.50M 0 169.8k 59:01 09:41 49:20 158.3k 16 587.4M 0 0 16 96.62M 0 169.6k 59:06 09:43 49:23 128.1k 16 587.4M 0 0 16 96.75M 0 169.5k 59:08 09:44 49:24 129.1k 16 587.4M 0 0 16 96.87M 0 169.4k 59:10 09:45 49:25 127.9k 16 587.4M 0 0 16 97.00M 0 169.3k 59:13 09:46 49:27 117.0k 16 587.4M 0 0 16 97.12M 0 169.1k 59:16 09:47 49:29 102.3k 16 587.4M 0 0 16 97.25M 0 169.0k 59:17 09:48 49:29 114.5k 16 587.4M 0 0 16 97.43M 0 169.0k 59:17 09:50 49:27 125.6k 16 587.4M 0 0 16 97.62M 0 169.0k 59:17 09:51 49:26 134.4k 16 587.4M 0 0 16 97.87M 0 169.1k 59:15 09:52 49:23 156.5k 16 587.4M 0 0 16 98.12M 0 169.3k 59:12 09:53 49:19 186.3k 16 587.4M 0 0 16 98.37M 0 169.4k 59:10 09:54 49:16 205.6k 16 587.4M 0 0 16 98.62M 0 169.4k 59:09 09:55 49:14 209.7k 16 587.4M 0 0 16 98.81M 0 169.4k 59:09 09:57 49:12 211.2k 16 587.4M 0 0 16 99.00M 0 169.3k 59:11 09:58 49:13 188.2k 16 587.4M 0 0 16 99.18M 0 169.3k 59:11 09:59 49:12 173.3k 16 587.4M 0 0 16 99.37M 0 169.3k 59:11 10:00 49:11 163.1k 16 587.4M 0 0 16 99.62M 0 169.4k 59:10 10:02 49:08 165.3k 17 587.4M 0 0 17 99.87M 0 169.4k 59:09 10:03 49:06 169.0k 17 587.4M 0 0 17 100.0M 0 169.4k 59:09 10:04 49:05 180.8k 17 587.4M 0 0 17 100.2M 0 169.4k 59:10 10:05 49:05 173.9k 17 587.4M 0 0 17 100.4M 0 169.4k 59:10 10:07 49:03 174.6k 17 587.4M 0 0 17 100.6M 0 169.3k 59:11 10:08 49:03 161.4k 17 587.4M 0 0 17 100.8M 0 169.2k 59:13 10:09 49:04 151.0k 17 587.4M 0 0 17 101.0M 0 169.3k 59:12 10:10 49:02 152.6k 17 587.4M 0 0 17 101.1M 0 169.3k 59:12 10:11 49:01 161.1k 17 587.4M 0 0 17 101.3M 0 169.3k 59:12 10:13 48:59 177.8k 17 587.4M 0 0 17 101.3M 0 169.3k 59:12 10:13 48:59 169.3k 17 587.4M 0 0 17 101.5M 0 169.3k 59:13 10:14 48:59 154.9k 17 587.4M 0 0 17 101.7M 0 169.2k 59:13 10:15 48:58 159.7k 17 587.4M 0 0 17 101.9M 0 169.3k 59:12 10:16 48:56 168.5k 17 587.4M 0 0 17 102.1M 0 169.4k 59:10 10:17 48:53 179.6k 17 587.4M 0 0 17 102.3M 0 169.4k 59:10 10:18 48:52 180.7k 17 587.4M 0 0 17 102.5M 0 169.4k 59:10 10:19 48:51 181.0k 17 587.4M 0 0 17 102.7M 0 169.4k 59:11 10:21 48:50 180.9k 17 587.4M 0 0 17 103.0M 0 169.6k 59:06 10:22 48:44 200.8k 17 587.4M 0 0 17 103.3M 0 169.8k 59:02 10:23 48:39 216.1k 17 587.4M 0 0 17 103.6M 0 170.0k 58:57 10:24 48:33 236.0k 17 587.4M 0 0 17 104.0M 0 170.3k 58:52 10:25 48:27 267.7k 17 587.4M 0 0 17 104.3M 0 170.3k 58:50 10:26 48:24 277.6k 17 587.4M 0 0 17 104.6M 0 170.5k 58:46 10:28 48:18 273.5k 17 587.4M 0 0 17 104.8M 0 170.6k 58:45 10:29 48:16 255.2k 17 587.4M 0 0 17 104.9M 0 170.5k 58:47 10:30 48:17 225.5k 17 587.4M 0 0 17 105.1M 0 170.4k 58:48 10:31 48:17 189.6k 17 587.4M 0 0 17 105.3M 0 170.5k 58:48 10:32 48:16 183.2k 17 587.4M 0 0 17 105.5M 0 170.6k 58:45 10:33 48:12 174.6k 18 587.4M 0 0 18 105.8M 0 170.8k 58:42 10:34 48:08 190.9k 18 587.4M 0 0 18 106.1M 0 170.9k 58:39 10:36 48:03 212.8k 18 587.4M 0 0 18 106.3M 0 170.9k 58:38 10:37 48:01 222.6k 18 587.4M 0 0 18 106.6M 0 171.0k 58:37 10:38 47:59 223.3k 18 587.4M 0 0 18 106.8M 0 171.0k 58:36 10:39 47:57 217.5k 18 587.4M 0 0 18 107.1M 0 171.1k 58:34 10:40 47:54 209.1k 18 587.4M 0 0 18 107.3M 0 171.2k 58:32 10:41 47:51 206.8k 18 587.4M 0 0 18 107.5M 0 171.2k 58:32 10:43 47:49 200.6k 18 587.4M 0 0 18 107.7M 0 171.1k 58:34 10:44 47:50 188.5k 18 587.4M 0 0 18 107.9M 0 171.1k 58:35 10:45 47:50 176.4k 18 587.4M 0 0 18 108.1M 0 171.0k 58:36 10:47 47:49 161.0k 18 587.4M 0 0 18 108.3M 0 171.0k 58:37 10:48 47:49 145.4k 18 587.4M 0 0 18 108.5M 0 170.9k 58:38 10:49 47:49 143.1k 18 587.4M 0 0 18 108.6M 0 170.9k 58:39 10:51 47:48 145.5k 18 587.4M 0 0 18 108.9M 0 170.9k 58:38 10:52 47:46 155.9k 18 587.4M 0 0 18 109.1M 0 170.9k 58:39 10:53 47:46 158.8k 18 587.4M 0 0 18 109.3M 0 171.0k 58:37 10:54 47:43 171.8k 18 587.4M 0 0 18 109.6M 0 171.1k 58:35 10:56 47:39 187.9k 18 587.4M 0 0 18 109.8M 0 171.1k 58:34 10:57 47:37 197.7k 18 587.4M 0 0 18 110.0M 0 171.1k 58:34 10:58 47:36 191.5k 18 587.4M 0 0 18 110.2M 0 171.1k 58:35 10:59 47:36 190.5k 18 587.4M 0 0 18 110.3M 0 171.0k 58:37 11:00 47:37 170.6k 18 587.4M 0 0 18 110.5M 0 170.9k 58:38 11:02 47:36 158.7k 18 587.4M 0 0 18 110.7M 0 170.9k 58:38 11:03 47:35 149.9k 18 587.4M 0 0 18 111.0M 0 171.0k 58:37 11:04 47:33 155.7k 18 587.4M 0 0 18 111.1M 0 171.0k 58:37 11:05 47:32 161.6k 18 587.4M 0 0 18 111.3M 0 171.0k 58:37 11:06 47:31 173.3k 19 587.4M 0 0 19 111.6M 0 171.1k 58:35 11:08 47:27 182.8k 19 587.4M 0 0 19 111.8M 0 171.0k 58:36 11:09 47:27 183.8k 19 587.4M 0 0 19 111.9M 0 170.9k 58:39 11:10 47:29 162.2k 19 587.4M 0 0 19 112.0M 0 170.8k 58:41 11:11 47:30 147.7k 19 587.4M 0 0 19 112.2M 0 170.7k 58:42 11:13 47:29 141.7k 19 587.4M 0 0 19 112.4M 0 170.7k 58:43 11:14 47:29 133.2k 19 587.4M 0 0 19 112.6M 0 170.7k 58:43 11:15 47:28 132.9k 19 587.4M 0 0 19 112.8M 0 170.7k 58:43 11:16 47:27 145.9k 19 587.4M 0 0 19 113.0M 0 170.7k 58:43 11:18 47:25 159.7k 19 587.4M 0 0 19 113.2M 0 170.7k 58:43 11:19 47:24 167.1k 19 587.4M 0 0 19 113.4M 0 170.7k 58:43 11:20 47:23 167.8k 19 587.4M 0 0 19 113.6M 0 170.7k 58:42 11:21 47:21 173.4k 19 587.4M 0 0 19 113.8M 0 170.7k 58:43 11:22 47:21 172.4k 19 587.4M 0 0 19 114.0M 0 170.7k 58:43 11:24 47:19 173.3k 19 587.4M 0 0 19 114.2M 0 170.7k 58:43 11:25 47:18 170.7k 19 587.4M 0 0 19 114.4M 0 170.6k 58:44 11:26 47:18 166.0k 19 587.4M 0 0 19 114.5M 0 170.6k 58:45 11:27 47:18 153.4k 19 587.4M 0 0 19 114.6M 0 170.4k 58:48 11:28 47:20 140.5k 19 587.4M 0 0 19 114.8M 0 170.3k 58:51 11:30 47:21 125.0k 19 587.4M 0 0 19 114.9M 0 170.1k 58:54 11:31 47:23 111.8k 19 587.4M 0 0 19 115.0M 0 170.0k 58:56 11:32 47:24 104.2k 19 587.4M 0 0 19 115.1M 0 169.9k 58:59 11:33 47:26 100.0k 19 587.4M 0 0 19 115.3M 0 169.8k 59:01 11:35 47:26 102.5k 19 587.4M 0 0 19 115.5M 0 169.8k 59:00 11:36 47:24 121.4k 19 587.4M 0 0 19 115.6M 0 169.7k 59:03 11:37 47:26 121.0k 19 587.4M 0 0 19 115.8M 0 169.7k 59:04 11:39 47:25 128.5k 19 587.4M 0 0 19 116.0M 0 169.7k 59:04 11:40 47:24 144.7k 19 587.4M 0 0 19 116.2M 0 169.7k 59:04 11:41 47:23 154.1k 19 587.4M 0 0 19 116.5M 0 169.8k 59:02 11:42 47:20 162.4k 19 587.4M 0 0 19 116.7M 0 169.8k 59:01 11:43 47:18 185.6k 19 587.4M 0 0 19 117.0M 0 169.9k 58:59 11:44 47:15 200.3k 19 587.4M 0 0 19 117.2M 0 170.0k 58:57 11:46 47:11 207.8k 20 587.4M 0 0 20 117.5M 0 170.1k 58:55 11:47 47:08 223.6k 20 587.4M 0 0 20 117.6M 0 170.1k 58:54 11:48 47:06 212.5k 20 587.4M 0 0 20 117.9M 0 170.2k 58:53 11:49 47:04 217.9k 20 587.4M 0 0 20 118.1M 0 170.2k 58:53 11:50 47:03 210.2k 20 587.4M 0 0 20 118.3M 0 170.3k 58:51 11:51 47:00 207.9k 20 587.4M 0 0 20 118.6M 0 170.5k 58:47 11:52 46:55 219.6k 20 587.4M 0 0 20 118.8M 0 170.5k 58:46 11:53 46:53 220.0k 20 587.4M 0 0 20 119.1M 0 170.6k 58:45 11:54 46:51 216.7k 20 587.4M 0 0 20 119.3M 0 170.6k 58:46 11:56 46:50 212.0k 20 587.4M 0 0 20 119.5M 0 170.6k 58:45 11:57 46:48 203.6k 20 587.4M 0 0 20 119.7M 0 170.7k 58:43 11:58 46:45 192.5k 20 587.4M 0 0 20 120.0M 0 170.8k 58:41 11:59 46:42 205.0k 20 587.4M 0 0 20 120.2M 0 170.8k 58:41 12:00 46:41 192.6k 20 587.4M 0 0 20 120.4M 0 170.7k 58:42 12:02 46:40 194.0k 20 587.4M 0 0 20 120.6M 0 170.7k 58:43 12:03 46:40 184.0k 20 587.4M 0 0 20 120.8M 0 170.6k 58:44 12:04 46:40 166.0k 20 587.4M 0 0 20 120.9M 0 170.5k 58:47 12:06 46:41 135.9k 20 587.4M 0 0 20 121.0M 0 170.3k 58:50 12:07 46:43 125.8k 20 587.4M 0 0 20 121.1M 0 170.3k 58:52 12:08 46:44 116.2k 20 587.4M 0 0 20 121.3M 0 170.2k 58:53 12:10 46:43 115.3k 20 587.4M 0 0 20 121.5M 0 170.2k 58:53 12:11 46:42 121.9k 20 587.4M 0 0 20 121.7M 0 170.2k 58:53 12:12 46:41 135.8k 20 587.4M 0 0 20 121.9M 0 170.2k 58:54 12:13 46:41 147.9k 20 587.4M 0 0 20 122.1M 0 170.2k 58:54 12:14 46:40 158.4k 20 587.4M 0 0 20 122.3M 0 170.2k 58:52 12:15 46:37 176.3k 20 587.4M 0 0 20 122.5M 0 170.2k 58:52 12:16 46:36 175.7k 20 587.4M 0 0 20 122.7M 0 170.2k 58:53 12:18 46:35 173.6k 20 587.4M 0 0 20 122.8M 0 170.1k 58:54 12:19 46:35 165.5k 20 587.4M 0 0 20 123.0M 0 169.9k 58:59 12:21 46:38 141.8k 20 587.4M 0 0 20 123.1M 0 169.8k 59:02 12:22 46:40 117.6k 20 587.4M 0 0 20 123.2M 0 169.7k 59:04 12:23 46:41 104.9k 21 587.4M 0 0 21 123.4M 0 169.6k 59:05 12:24 46:41 104.7k 21 587.4M 0 0 21 123.6M 0 169.5k 59:07 12:26 46:41 108.8k 21 587.4M 0 0 21 123.8M 0 169.6k 59:05 12:27 46:38 134.5k 21 587.4M 0 0 21 124.1M 0 169.7k 59:03 12:28 46:35 162.8k 21 587.4M 0 0 21 124.3M 0 169.7k 59:03 12:30 46:33 178.6k 21 587.4M 0 0 21 124.5M 0 169.7k 59:02 12:31 46:31 183.7k 21 587.4M 0 0 21 124.7M 0 169.8k 59:02 12:32 46:30 198.7k 21 587.4M 0 0 21 124.9M 0 169.8k 59:02 12:33 46:29 194.1k 21 587.4M 0 0 21 125.1M 0 169.7k 59:03 12:34 46:29 171.5k 21 587.4M 0 0 21 125.2M 0 169.6k 59:05 12:35 46:30 157.6k 21 587.4M 0 0 21 125.3M 0 169.6k 59:06 12:36 46:30 144.3k 21 587.4M 0 0 21 125.5M 0 169.5k 59:08 12:38 46:30 130.0k 21 587.4M 0 0 21 125.6M 0 169.4k 59:09 12:39 46:30 126.7k 21 587.4M 0 0 21 125.8M 0 169.4k 59:09 12:40 46:29 132.2k 21 587.4M 0 0 21 126.0M 0 169.4k 59:10 12:41 46:29 135.1k 21 587.4M 0 0 21 126.2M 0 169.2k 59:14 12:43 46:31 130.1k 21 587.4M 0 0 21 126.3M 0 169.1k 59:16 12:44 46:32 130.2k 21 587.4M 0 0 21 126.5M 0 169.0k 59:17 12:46 46:31 123.1k 21 587.4M 0 0 21 126.6M 0 169.0k 59:18 12:47 46:31 123.2k 21 587.4M 0 0 21 126.9M 0 169.1k 59:16 12:48 46:28 138.1k 21 587.4M 0 0 21 127.1M 0 169.1k 59:16 12:49 46:27 153.9k 21 587.4M 0 0 21 127.3M 0 169.2k 59:15 12:50 46:25 175.5k 21 587.4M 0 0 21 127.6M 0 169.2k 59:13 12:52 46:21 193.6k 21 587.4M 0 0 21 127.8M 0 169.2k 59:14 12:53 46:21 192.0k 21 587.4M 0 0 21 128.0M 0 169.2k 59:13 12:54 46:19 185.0k 21 587.4M 0 0 21 128.1M 0 169.2k 59:14 12:55 46:19 183.1k 21 587.4M 0 0 21 128.3M 0 169.2k 59:14 12:56 46:18 171.1k 21 587.4M 0 0 21 128.5M 0 169.2k 59:14 12:57 46:17 165.4k 21 587.4M 0 0 21 128.7M 0 169.2k 59:15 12:59 46:16 162.5k 21 587.4M 0 0 21 128.9M 0 169.1k 59:16 13:00 46:16 155.3k 21 587.4M 0 0 21 129.1M 0 169.1k 59:17 13:01 46:16 153.7k 22 587.4M 0 0 22 129.3M 0 169.0k 59:17 13:03 46:14 153.0k 22 587.4M 0 0 22 129.5M 0 169.1k 59:17 13:04 46:13 153.2k 22 587.4M 0 0 22 129.6M 0 169.1k 59:17 13:05 46:12 156.2k 22 587.4M 0 0 22 129.8M 0 169.0k 59:18 13:06 46:12 155.8k 22 587.4M 0 0 22 130.0M 0 169.0k 59:18 13:07 46:11 159.4k 22 587.4M 0 0 22 130.3M 0 169.1k 59:15 13:09 46:06 180.9k 22 587.4M 0 0 22 130.6M 0 169.2k 59:14 13:10 46:04 188.5k 22 587.4M 0 0 22 130.8M 0 169.3k 59:13 13:11 46:02 195.3k 22 587.4M 0 0 22 131.0M 0 169.2k 59:14 13:12 46:02 194.3k 22 587.4M 0 0 22 131.2M 0 169.2k 59:14 13:14 46:00 197.5k 22 587.4M 0 0 22 131.5M 0 169.3k 59:12 13:15 45:57 192.2k 22 587.4M 0 0 22 131.7M 0 169.4k 59:10 13:16 45:54 189.5k 22 587.4M 0 0 22 131.9M 0 169.3k 59:11 13:17 45:54 178.2k 22 587.4M 0 0 22 132.1M 0 169.3k 59:12 13:18 45:54 180.3k 22 587.4M 0 0 22 132.3M 0 169.3k 59:12 13:20 45:52 181.1k 22 587.4M 0 0 22 132.5M 0 169.2k 59:13 13:21 45:52 161.6k 22 587.4M 0 0 22 132.6M 0 169.2k 59:14 13:22 45:52 150.3k 22 587.4M 0 0 22 132.8M 0 169.2k 59:14 13:24 45:50 150.4k 22 587.4M 0 0 22 133.0M 0 169.2k 59:15 13:25 45:50 152.7k 22 587.4M 0 0 22 133.2M 0 169.2k 59:14 13:26 45:48 153.5k 22 587.4M 0 0 22 133.4M 0 169.2k 59:14 13:27 45:47 162.2k 22 587.4M 0 0 22 133.6M 0 169.2k 59:14 13:28 45:46 166.2k 22 587.4M 0 0 22 133.8M 0 169.2k 59:13 13:29 45:44 175.7k 22 587.4M 0 0 22 134.0M 0 169.3k 59:11 13:30 45:41 194.1k 22 587.4M 0 0 22 134.2M 0 169.3k 59:12 13:31 45:41 187.2k 22 587.4M 0 0 22 134.3M 0 169.3k 59:13 13:32 45:41 177.5k 22 587.4M 0 0 22 134.5M 0 169.3k 59:13 13:33 45:40 179.9k 22 587.4M 0 0 22 134.8M 0 169.3k 59:11 13:35 45:36 183.0k 22 587.4M 0 0 22 135.0M 0 169.3k 59:11 13:36 45:35 169.4k 23 587.4M 0 0 23 135.1M 0 169.3k 59:11 13:37 45:34 175.3k 23 587.4M 0 0 23 135.4M 0 169.4k 59:10 13:38 45:32 186.0k 23 587.4M 0 0 23 135.6M 0 169.3k 59:11 13:39 45:32 177.8k 23 587.4M 0 0 23 135.8M 0 169.3k 59:12 13:41 45:31 168.3k 23 587.4M 0 0 23 136.0M 0 169.3k 59:12 13:42 45:30 166.1k 23 587.4M 0 0 23 136.1M 0 169.3k 59:13 13:43 45:30 158.6k 23 587.4M 0 0 23 136.3M 0 169.2k 59:15 13:44 45:31 140.9k 23 587.4M 0 0 23 136.5M 0 169.1k 59:15 13:46 45:29 145.3k 23 587.4M 0 0 23 136.6M 0 169.1k 59:16 13:47 45:29 141.8k 23 587.4M 0 0 23 136.9M 0 169.1k 59:15 13:48 45:27 148.2k 23 587.4M 0 0 23 137.1M 0 169.1k 59:16 13:50 45:26 150.3k 23 587.4M 0 0 23 137.3M 0 169.1k 59:16 13:51 45:25 164.1k 23 587.4M 0 0 23 137.5M 0 169.2k 59:14 13:52 45:22 172.4k 23 587.4M 0 0 23 137.7M 0 169.1k 59:16 13:53 45:23 172.2k 23 587.4M 0 0 23 137.9M 0 169.1k 59:15 13:54 45:21 168.1k 23 587.4M 0 0 23 138.1M 0 169.1k 59:16 13:56 45:20 165.5k 23 587.4M 0 0 23 138.2M 0 169.0k 59:18 13:57 45:21 154.1k 23 587.4M 0 0 23 138.5M 0 169.1k 59:16 13:58 45:18 155.8k 23 587.4M 0 0 23 138.7M 0 169.1k 59:15 13:59 45:16 170.7k 23 587.4M 0 0 23 139.0M 0 169.2k 59:14 14:01 45:13 176.0k 23 587.4M 0 0 23 139.1M 0 169.1k 59:16 14:02 45:14 169.7k 23 587.4M 0 0 23 139.3M 0 169.1k 59:17 14:03 45:14 178.0k 23 587.4M 0 0 23 139.5M 0 169.1k 59:16 14:04 45:12 169.6k 23 587.4M 0 0 23 139.7M 0 169.2k 59:14 14:05 45:09 176.4k 23 587.4M 0 0 23 140.0M 0 169.3k 59:11 14:06 45:05 188.8k 23 587.4M 0 0 23 140.3M 0 169.5k 59:08 14:07 45:01 223.9k 23 587.4M 0 0 23 140.7M 0 169.7k 59:03 14:09 44:54 265.5k 24 587.4M 0 0 24 141.0M 0 169.8k 59:01 14:10 44:51 278.1k 24 587.4M 0 0 24 141.2M 0 169.8k 59:01 14:11 44:50 257.5k 24 587.4M 0 0 24 141.3M 0 169.7k 59:03 14:12 44:51 228.6k 24 587.4M 0 0 24 141.5M 0 169.6k 59:05 14:13 44:52 195.2k 24 587.4M 0 0 24 141.6M 0 169.6k 59:06 14:15 44:51 153.9k 24 587.4M 0 0 24 141.9M 0 169.6k 59:05 14:16 44:49 144.6k 24 587.4M 0 0 24 142.1M 0 169.6k 59:05 14:17 44:48 146.8k 24 587.4M 0 0 24 142.2M 0 169.5k 59:07 14:18 44:49 145.1k 24 587.4M 0 0 24 142.3M 0 169.5k 59:08 14:19 44:49 147.3k 24 587.4M 0 0 24 142.5M 0 169.5k 59:09 14:21 44:48 150.9k 24 587.4M 0 0 24 142.7M 0 169.4k 59:09 14:22 44:47 142.4k 24 587.4M 0 0 24 142.9M 0 169.5k 59:09 14:23 44:46 142.7k 24 587.4M 0 0 24 143.1M 0 169.5k 59:07 14:24 44:43 166.1k 24 587.4M 0 0 24 143.5M 0 169.6k 59:04 14:25 44:39 194.0k 24 587.4M 0 0 24 143.7M 0 169.7k 59:03 14:27 44:36 210.3k 24 587.4M 0 0 24 144.0M 0 169.8k 59:02 14:28 44:34 219.7k 24 587.4M 0 0 24 144.1M 0 169.8k 59:01 14:29 44:32 222.8k 24 587.4M 0 0 24 144.3M 0 169.8k 59:02 14:30 44:32 206.5k 24 587.4M 0 0 24 144.5M 0 169.8k 59:02 14:31 44:31 190.5k 24 587.4M 0 0 24 144.7M 0 169.8k 59:01 14:32 44:29 179.9k 24 587.4M 0 0 24 144.8M 0 169.7k 59:02 14:33 44:29 163.3k 24 587.4M 0 0 24 145.1M 0 169.8k 59:01 14:34 44:27 168.3k 24 587.4M 0 0 24 145.3M 0 169.9k 58:59 14:36 44:23 187.9k 24 587.4M 0 0 24 145.6M 0 169.9k 58:58 14:37 44:21 194.9k 24 587.4M 0 0 24 145.8M 0 170.0k 58:57 14:38 44:19 204.1k 24 587.4M 0 0 24 146.1M 0 170.1k 58:55 14:39 44:16 226.2k 24 587.4M 0 0 24 146.4M 0 170.2k 58:53 14:40 44:13 226.0k 24 587.4M 0 0 24 146.6M 0 170.2k 58:54 14:42 44:12 211.4k 24 587.4M 0 0 24 146.8M 0 170.1k 58:54 14:43 44:11 196.8k 25 587.4M 0 0 25 146.9M 0 170.0k 58:57 14:44 44:13 170.7k 25 587.4M 0 0 25 147.1M 0 170.0k 58:57 14:45 44:12 152.0k 25 587.4M 0 0 25 147.3M 0 170.0k 58:57 14:47 44:10 145.5k 25 587.4M 0 0 25 147.5M 0 169.9k 58:58 14:48 44:10 138.9k 25 587.4M 0 0 25 147.6M 0 169.9k 58:59 14:49 44:10 136.9k 25 587.4M 0 0 25 147.8M 0 169.9k 59:00 14:51 44:09 151.1k 25 587.4M 0 0 25 148.0M 0 169.9k 59:00 14:52 44:08 153.3k 25 587.4M 0 0 25 148.2M 0 169.9k 59:00 14:53 44:07 149.6k 25 587.4M 0 0 25 148.5M 0 169.9k 58:59 14:54 44:05 164.5k 25 587.4M 0 0 25 148.7M 0 170.0k 58:58 14:55 44:03 182.2k 25 587.4M 0 0 25 148.9M 0 170.0k 58:58 14:56 44:02 184.7k 25 587.4M 0 0 25 149.1M 0 170.0k 58:58 14:58 44:00 184.5k 25 587.4M 0 0 25 149.3M 0 170.0k 58:57 14:59 43:58 195.3k 25 587.4M 0 0 25 149.6M 0 170.2k 58:54 15:00 43:54 209.6k 25 587.4M 0 0 25 149.9M 0 170.2k 58:52 15:01 43:51 209.7k 25 587.4M 0 0 25 150.1M 0 170.3k 58:51 15:02 43:49 221.8k 25 587.4M 0 0 25 150.4M 0 170.4k 58:50 15:04 43:46 228.4k 25 587.4M 0 0 25 150.6M 0 170.4k 58:49 15:05 43:44 229.2k 25 587.4M 0 0 25 150.9M 0 170.4k 58:48 15:06 43:42 208.9k 25 587.4M 0 0 25 151.1M 0 170.4k 58:48 15:07 43:41 203.4k 25 587.4M 0 0 25 151.3M 0 170.5k 58:48 15:08 43:40 192.0k 25 587.4M 0 0 25 151.5M 0 170.5k 58:47 15:10 43:37 190.2k 25 587.4M 0 0 25 151.7M 0 170.5k 58:47 15:11 43:36 182.1k 25 587.4M 0 0 25 151.9M 0 170.5k 58:48 15:12 43:36 176.6k 25 587.4M 0 0 25 152.0M 0 170.3k 58:50 15:13 43:37 153.7k 25 587.4M 0 0 25 152.1M 0 170.2k 58:52 15:15 43:37 140.9k 25 587.4M 0 0 25 152.3M 0 170.2k 58:54 15:16 43:38 126.2k 25 587.4M 0 0 25 152.5M 0 170.1k 58:56 15:17 43:39 113.0k 25 587.4M 0 0 25 152.6M 0 170.0k 58:57 15:19 43:38 110.3k 26 587.4M 0 0 26 152.8M 0 169.9k 58:59 15:20 43:39 115.3k 26 587.4M 0 0 26 153.0M 0 169.9k 58:59 15:21 43:38 138.6k 26 587.4M 0 0 26 153.0M 0 169.9k 58:59 15:21 43:38 169.9k 26 587.4M 0 0 26 153.2M 0 170.0k 58:58 15:22 43:36 202.0k 26 587.4M 0 0 26 153.5M 0 170.0k 58:56 15:24 43:32 209.4k 26 587.4M 0 0 26 153.6M 0 170.0k 58:56 15:25 43:31 200.2k 26 587.4M 0 0 26 153.9M 0 170.1k 58:55 15:26 43:29 197.8k 26 587.4M 0 0 26 154.1M 0 170.1k 58:55 15:27 43:28 193.6k 26 587.4M 0 0 26 154.3M 0 170.1k 58:56 15:28 43:28 183.3k 26 587.4M 0 0 26 154.4M 0 170.0k 58:57 15:30 43:27 161.3k 26 587.4M 0 0 26 154.5M 0 169.9k 58:59 15:31 43:28 150.3k 26 587.4M 0 0 26 154.6M 0 169.8k 59:01 15:32 43:29 130.9k 26 587.4M 0 0 26 154.8M 0 169.8k 59:02 15:33 43:29 120.0k 26 587.4M 0 0 26 155.0M 0 169.7k 59:04 15:35 43:29 114.0k 26 587.4M 0 0 26 155.1M 0 169.6k 59:04 15:36 43:28 117.5k 26 587.4M 0 0 26 155.2M 0 169.6k 59:06 15:37 43:29 118.2k 26 587.4M 0 0 26 155.3M 0 169.5k 59:07 15:38 43:29 122.6k 26 587.4M 0 0 26 155.5M 0 169.5k 59:08 15:39 43:29 123.1k 26 587.4M 0 0 26 155.6M 0 169.3k 59:12 15:41 43:31 111.4k 26 587.4M 0 0 26 155.8M 0 169.2k 59:13 15:42 43:31 110.1k 26 587.4M 0 0 26 156.0M 0 169.2k 59:14 15:43 43:31 115.4k 26 587.4M 0 0 26 156.1M 0 169.2k 59:15 15:45 43:30 117.3k 26 587.4M 0 0 26 156.3M 0 169.1k 59:16 15:46 43:30 118.0k 26 587.4M 0 0 26 156.5M 0 169.1k 59:16 15:47 43:29 135.9k 26 587.4M 0 0 26 156.6M 0 169.0k 59:17 15:48 43:29 137.5k 26 587.4M 0 0 26 156.8M 0 169.0k 59:18 15:49 43:29 137.7k 26 587.4M 0 0 26 157.0M 0 169.1k 59:17 15:51 43:26 153.5k 26 587.4M 0 0 26 157.2M 0 169.0k 59:17 15:52 43:25 158.3k 26 587.4M 0 0 26 157.5M 0 169.1k 59:16 15:53 43:23 168.6k 26 587.4M 0 0 26 157.7M 0 169.2k 59:15 15:54 43:21 189.1k 26 587.4M 0 0 26 157.9M 0 169.2k 59:14 15:55 43:19 195.9k 26 587.4M 0 0 26 158.1M 0 169.1k 59:16 15:57 43:19 175.5k 26 587.4M 0 0 26 158.2M 0 169.0k 59:19 15:58 43:21 156.5k 26 587.4M 0 0 26 158.4M 0 168.9k 59:20 16:00 43:20 143.4k 27 587.4M 0 0 27 158.6M 0 168.9k 59:19 16:01 43:18 137.8k 27 587.4M 0 0 27 158.9M 0 169.0k 59:17 16:02 43:15 148.5k 27 587.4M 0 0 27 159.1M 0 169.1k 59:16 16:03 43:13 169.9k 27 587.4M 0 0 27 159.4M 0 169.2k 59:14 16:04 43:10 206.3k 27 587.4M 0 0 27 159.7M 0 169.3k 59:12 16:06 43:06 231.3k 27 587.4M 0 0 27 159.9M 0 169.3k 59:12 16:07 43:05 228.8k 27 587.4M 0 0 27 160.1M 0 169.3k 59:12 16:08 43:04 210.2k 27 587.4M 0 0 27 160.2M 0 169.1k 59:15 16:09 43:06 172.5k 27 587.4M 0 0 27 160.4M 0 169.1k 59:16 16:11 43:05 156.1k 27 587.4M 0 0 27 160.6M 0 169.1k 59:16 16:12 43:04 138.8k 27 587.4M 0 0 27 160.7M 0 169.0k 59:18 16:13 43:05 127.2k 27 587.4M 0 0 27 160.9M 0 169.0k 59:18 16:14 43:04 128.2k 27 587.4M 0 0 27 161.2M 0 169.1k 59:15 16:16 42:59 168.4k 27 587.4M 0 0 27 161.5M 0 169.2k 59:14 16:17 42:57 184.9k 27 587.4M 0 0 27 161.6M 0 169.1k 59:15 16:18 42:57 178.3k 27 587.4M 0 0 27 161.7M 0 169.1k 59:17 16:19 42:58 177.7k 27 587.4M 0 0 27 161.9M 0 169.0k 59:18 16:20 42:58 171.8k 27 587.4M 0 0 27 162.1M 0 169.1k 59:16 16:21 42:55 164.6k 27 587.4M 0 0 27 162.4M 0 169.2k 59:14 16:22 42:52 166.3k 27 587.4M 0 0 27 162.6M 0 169.3k 59:13 16:23 42:50 190.6k 27 587.4M 0 0 27 162.8M 0 169.3k 59:12 16:24 42:48 208.6k 27 587.4M 0 0 27 163.0M 0 169.3k 59:12 16:26 42:46 218.0k 27 587.4M 0 0 27 163.2M 0 169.3k 59:12 16:27 42:45 203.0k 27 587.4M 0 0 27 163.5M 0 169.3k 59:12 16:28 42:44 190.1k 27 587.4M 0 0 27 163.6M 0 169.2k 59:13 16:29 42:44 167.8k 27 587.4M 0 0 27 163.7M 0 169.1k 59:16 16:31 42:45 139.8k 27 587.4M 0 0 27 163.8M 0 169.0k 59:18 16:32 42:46 125.1k 27 587.4M 0 0 27 164.0M 0 169.0k 59:18 16:33 42:45 126.5k 27 587.4M 0 0 27 164.3M 0 169.0k 59:17 16:35 42:42 129.8k 28 587.4M 0 0 28 164.5M 0 169.1k 59:17 16:36 42:41 142.9k 28 587.4M 0 0 28 164.7M 0 169.1k 59:17 16:37 42:40 166.6k 28 587.4M 0 0 28 164.9M 0 169.1k 59:17 16:38 42:39 183.4k 28 587.4M 0 0 28 165.1M 0 169.1k 59:16 16:39 42:37 185.3k 28 587.4M 0 0 28 165.3M 0 169.1k 59:16 16:40 42:36 177.2k 28 587.4M 0 0 28 165.4M 0 169.0k 59:17 16:41 42:36 163.5k 28 587.4M 0 0 28 165.6M 0 169.0k 59:18 16:43 42:35 158.8k 28 587.4M 0 0 28 165.8M 0 169.0k 59:17 16:44 42:33 165.0k 28 587.4M 0 0 28 166.1M 0 169.1k 59:16 16:45 42:31 173.7k 28 587.4M 0 0 28 166.3M 0 169.1k 59:16 16:46 42:30 169.3k 28 587.4M 0 0 28 166.5M 0 169.1k 59:15 16:48 42:27 182.8k 28 587.4M 0 0 28 166.8M 0 169.2k 59:14 16:49 42:25 197.3k 28 587.4M 0 0 28 167.0M 0 169.2k 59:14 16:50 42:24 192.5k 28 587.4M 0 0 28 167.2M 0 169.2k 59:13 16:51 42:22 187.8k 28 587.4M 0 0 28 167.5M 0 169.3k 59:12 16:52 42:20 203.8k 28 587.4M 0 0 28 167.7M 0 169.4k 59:10 16:53 42:17 212.3k 28 587.4M 0 0 28 168.0M 0 169.4k 59:09 16:55 42:14 213.1k 28 587.4M 0 0 28 168.1M 0 169.4k 59:09 16:56 42:13 207.6k 28 587.4M 0 0 28 168.3M 0 169.4k 59:10 16:57 42:13 193.6k 28 587.4M 0 0 28 168.5M 0 169.3k 59:11 16:58 42:13 177.0k 28 587.4M 0 0 28 168.7M 0 169.3k 59:11 17:00 42:11 164.1k 28 587.4M 0 0 28 168.8M 0 169.3k 59:12 17:01 42:11 146.4k 28 587.4M 0 0 28 169.0M 0 169.3k 59:13 17:02 42:11 142.3k 28 587.4M 0 0 28 169.1M 0 169.2k 59:14 17:03 42:11 138.9k 28 587.4M 0 0 28 169.2M 0 169.1k 59:16 17:04 42:12 131.5k 28 587.4M 0 0 28 169.4M 0 169.1k 59:16 17:05 42:11 126.0k 28 587.4M 0 0 28 169.6M 0 169.1k 59:15 17:07 42:08 140.4k 28 587.4M 0 0 28 169.8M 0 169.1k 59:16 17:08 42:08 141.3k 28 587.4M 0 0 28 170.0M 0 169.0k 59:18 17:09 42:09 140.9k 28 587.4M 0 0 28 170.1M 0 168.9k 59:19 17:10 42:09 140.0k 28 587.4M 0 0 28 170.3M 0 168.9k 59:20 17:12 42:08 140.2k 29 587.4M 0 0 29 170.5M 0 169.0k 59:19 17:13 42:06 142.2k 29 587.4M 0 0 29 170.7M 0 169.0k 59:18 17:14 42:04 151.8k 29 587.4M 0 0 29 170.8M 0 168.9k 59:20 17:15 42:05 154.0k 29 587.4M 0 0 29 171.0M 0 168.9k 59:21 17:16 42:05 156.4k 29 587.4M 0 0 29 171.2M 0 168.9k 59:20 17:17 42:03 168.1k 29 587.4M 0 0 29 171.5M 0 169.0k 59:19 17:19 42:00 166.9k 29 587.4M 0 0 29 171.6M 0 168.9k 59:20 17:20 42:00 159.9k 29 587.4M 0 0 29 171.8M 0 168.9k 59:20 17:21 41:59 167.2k 29 587.4M 0 0 29 172.0M 0 168.9k 59:21 17:22 41:59 169.3k 29 587.4M 0 0 29 172.1M 0 168.8k 59:22 17:24 41:58 154.9k 29 587.4M 0 0 29 172.3M 0 168.8k 59:23 17:25 41:58 135.1k 29 587.4M 0 0 29 172.4M 0 168.7k 59:25 17:26 41:59 122.5k 29 587.4M 0 0 29 172.5M 0 168.5k 59:28 17:28 42:00 108.7k 29 587.4M 0 0 29 172.6M 0 168.5k 59:29 17:29 42:00 104.7k 29 587.4M 0 0 29 172.8M 0 168.5k 59:29 17:30 41:59 108.9k 29 587.4M 0 0 29 173.1M 0 168.5k 59:29 17:31 41:58 127.2k 29 587.4M 0 0 29 173.3M 0 168.5k 59:28 17:33 41:55 151.6k 29 587.4M 0 0 29 173.6M 0 168.7k 59:25 17:34 41:51 190.1k 29 587.4M 0 0 29 173.9M 0 168.7k 59:23 17:35 41:48 220.0k 29 587.4M 0 0 29 174.1M 0 168.8k 59:22 17:36 41:46 234.5k 29 587.4M 0 0 29 174.4M 0 168.9k 59:20 17:37 41:43 247.8k 29 587.4M 0 0 29 174.6M 0 168.9k 59:19 17:38 41:41 243.8k 29 587.4M 0 0 29 174.9M 0 168.9k 59:19 17:40 41:39 215.5k 29 587.4M 0 0 29 175.0M 0 168.9k 59:20 17:41 41:39 194.3k 29 587.4M 0 0 29 175.2M 0 168.8k 59:21 17:42 41:39 172.3k 29 587.4M 0 0 29 175.4M 0 168.9k 59:21 17:43 41:38 160.3k 29 587.4M 0 0 29 175.6M 0 168.9k 59:20 17:44 41:36 160.8k 29 587.4M 0 0 29 175.8M 0 168.9k 59:21 17:46 41:35 157.3k 29 587.4M 0 0 29 176.1M 0 168.9k 59:19 17:47 41:32 176.5k 30 587.4M 0 0 30 176.4M 0 169.1k 59:17 17:48 41:29 206.5k 30 587.4M 0 0 30 176.7M 0 169.2k 59:14 17:49 41:25 229.2k 30 587.4M 0 0 30 177.0M 0 169.2k 59:13 17:50 41:23 229.3k 30 587.4M 0 0 30 177.1M 0 169.2k 59:14 17:52 41:22 228.9k 30 587.4M 0 0 30 177.3M 0 169.2k 59:15 17:53 41:22 210.5k 30 587.4M 0 0 30 177.5M 0 169.1k 59:16 17:54 41:22 179.9k 30 587.4M 0 0 30 177.6M 0 169.1k 59:15 17:55 41:20 158.3k 30 587.4M 0 0 30 177.8M 0 169.1k 59:16 17:56 41:20 145.7k 30 587.4M 0 0 30 178.0M 0 169.0k 59:17 17:57 41:20 141.8k 30 587.4M 0 0 30 178.1M 0 169.0k 59:19 17:59 41:20 134.3k 30 587.4M 0 0 30 178.2M 0 168.9k 59:21 18:00 41:21 127.3k 30 587.4M 0 0 30 178.4M 0 168.8k 59:22 18:02 41:20 118.7k 30 587.4M 0 0 30 178.5M 0 168.8k 59:23 18:03 41:20 112.3k 30 587.4M 0 0 30 178.7M 0 168.8k 59:23 18:04 41:19 123.0k 30 587.4M 0 0 30 178.8M 0 168.7k 59:24 18:05 41:19 128.1k 30 587.4M 0 0 30 179.0M 0 168.7k 59:24 18:06 41:18 140.8k 30 587.4M 0 0 30 179.1M 0 168.7k 59:25 18:07 41:18 140.3k 30 587.4M 0 0 30 179.3M 0 168.7k 59:25 18:08 41:17 149.1k 30 587.4M 0 0 30 179.6M 0 168.7k 59:25 18:10 41:15 152.4k 30 587.4M 0 0 30 179.8M 0 168.7k 59:24 18:11 41:13 164.2k 30 587.4M 0 0 30 180.0M 0 168.7k 59:24 18:12 41:12 163.6k 30 587.4M 0 0 30 180.1M 0 168.6k 59:26 18:13 41:13 161.9k 30 587.4M 0 0 30 180.3M 0 168.7k 59:25 18:14 41:11 167.8k 30 587.4M 0 0 30 180.6M 0 168.7k 59:25 18:16 41:09 168.9k 30 587.4M 0 0 30 180.8M 0 168.7k 59:24 18:17 41:07 169.2k 30 587.4M 0 0 30 181.0M 0 168.7k 59:25 18:18 41:07 164.8k 30 587.4M 0 0 30 181.1M 0 168.7k 59:24 18:19 41:05 180.4k 30 587.4M 0 0 30 181.3M 0 168.7k 59:25 18:20 41:05 171.1k 30 587.4M 0 0 30 181.5M 0 168.6k 59:27 18:22 41:05 149.6k 30 587.4M 0 0 30 181.6M 0 168.5k 59:28 18:23 41:05 137.1k 30 587.4M 0 0 30 181.8M 0 168.5k 59:29 18:24 41:05 137.3k 30 587.4M 0 0 30 182.0M 0 168.6k 59:27 18:25 41:02 147.1k 31 587.4M 0 0 31 182.2M 0 168.6k 59:27 18:26 41:01 148.4k 31 587.4M 0 0 31 182.3M 0 168.5k 59:29 18:28 41:01 150.3k 31 587.4M 0 0 31 182.5M 0 168.5k 59:29 18:29 41:00 156.6k 31 587.4M 0 0 31 182.7M 0 168.4k 59:30 18:30 41:00 154.8k 31 587.4M 0 0 31 182.9M 0 168.3k 59:32 18:32 41:00 131.3k 31 587.4M 0 0 31 183.0M 0 168.3k 59:33 18:33 41:00 123.8k 31 587.4M 0 0 31 183.2M 0 168.3k 59:34 18:34 41:00 131.5k 31 587.4M 0 0 31 183.4M 0 168.2k 59:34 18:36 40:58 131.0k 31 587.4M 0 0 31 183.6M 0 168.2k 59:34 18:37 40:57 134.3k 31 587.4M 0 0 31 183.8M 0 168.3k 59:33 18:38 40:55 156.3k 31 587.4M 0 0 31 184.1M 0 168.3k 59:32 18:39 40:53 173.4k 31 587.4M 0 0 31 184.3M 0 168.4k 59:31 18:40 40:51 188.6k 31 587.4M 0 0 31 184.6M 0 168.4k 59:30 18:42 40:48 203.9k 31 587.4M 0 0 31 184.8M 0 168.5k 59:29 18:43 40:46 217.1k 31 587.4M 0 0 31 185.1M 0 168.5k 59:28 18:44 40:44 215.8k 31 587.4M 0 0 31 185.3M 0 168.6k 59:27 18:45 40:42 223.8k 31 587.4M 0 0 31 185.6M 0 168.6k 59:26 18:46 40:40 216.2k 31 587.4M 0 0 31 185.8M 0 168.6k 59:26 18:48 40:38 202.3k 31 587.4M 0 0 31 185.9M 0 168.5k 59:28 18:49 40:39 179.3k 31 587.4M 0 0 31 186.1M 0 168.5k 59:28 18:50 40:38 169.8k 31 587.4M 0 0 31 186.3M 0 168.5k 59:28 18:51 40:37 154.1k 31 587.4M 0 0 31 186.5M 0 168.5k 59:28 18:52 40:36 148.9k 31 587.4M 0 0 31 186.6M 0 168.5k 59:28 18:53 40:35 154.0k 31 587.4M 0 0 31 186.8M 0 168.5k 59:29 18:55 40:34 158.8k 31 587.4M 0 0 31 187.0M 0 168.5k 59:30 18:56 40:34 151.2k 31 587.4M 0 0 31 187.1M 0 168.4k 59:30 18:57 40:33 150.2k 31 587.4M 0 0 31 187.3M 0 168.4k 59:31 18:58 40:33 140.6k 31 587.4M 0 0 31 187.4M 0 168.3k 59:32 18:59 40:33 131.3k 31 587.4M 0 0 31 187.6M 0 168.3k 59:32 19:00 40:32 140.6k 31 587.4M 0 0 31 187.8M 0 168.4k 59:32 19:02 40:30 149.0k 32 587.4M 0 0 32 188.0M 0 168.3k 59:32 19:03 40:29 149.7k 32 587.4M 0 0 32 188.2M 0 168.4k 59:31 19:04 40:27 166.4k 32 587.4M 0 0 32 188.4M 0 168.4k 59:31 19:05 40:26 173.2k 32 587.4M 0 0 32 188.5M 0 168.3k 59:32 19:06 40:26 162.9k 32 587.4M 0 0 32 188.7M 0 168.3k 59:33 19:08 40:25 156.9k 32 587.4M 0 0 32 188.9M 0 168.3k 59:33 19:09 40:24 159.0k 32 587.4M 0 0 32 189.1M 0 168.3k 59:32 19:10 40:22 164.3k 32 587.4M 0 0 32 189.4M 0 168.4k 59:31 19:11 40:20 175.6k 32 587.4M 0 0 32 189.6M 0 168.4k 59:30 19:12 40:18 193.3k 32 587.4M 0 0 32 189.9M 0 168.5k 59:29 19:14 40:15 201.3k 32 587.4M 0 0 32 190.1M 0 168.5k 59:30 19:15 40:15 200.1k 32 587.4M 0 0 32 190.3M 0 168.4k 59:30 19:16 40:14 185.2k 32 587.4M 0 0 32 190.4M 0 168.4k 59:31 19:17 40:14 167.6k 32 587.4M 0 0 32 190.6M 0 168.4k 59:31 19:18 40:13 157.3k 32 587.4M 0 0 32 190.8M 0 168.4k 59:31 19:19 40:12 154.0k 32 587.4M 0 0 32 191.1M 0 168.5k 59:29 19:21 40:08 177.6k 32 587.4M 0 0 32 191.4M 0 168.6k 59:26 19:22 40:04 201.5k 32 587.4M 0 0 32 191.7M 0 168.7k 59:25 19:23 40:02 226.0k 32 587.4M 0 0 32 191.9M 0 168.7k 59:24 19:24 40:00 232.9k 32 587.4M 0 0 32 192.1M 0 168.8k 59:23 19:25 39:58 242.0k 32 587.4M 0 0 32 192.3M 0 168.7k 59:24 19:27 39:57 216.9k 32 587.4M 0 0 32 192.5M 0 168.7k 59:25 19:28 39:57 184.6k 32 587.4M 0 0 32 192.6M 0 168.6k 59:26 19:29 39:57 151.5k 32 587.4M 0 0 32 192.7M 0 168.5k 59:28 19:30 39:58 137.7k 32 587.4M 0 0 32 192.8M 0 168.5k 59:28 19:31 39:57 119.5k 32 587.4M 0 0 32 193.0M 0 168.5k 59:28 19:32 39:56 124.4k 32 587.4M 0 0 32 193.2M 0 168.5k 59:29 19:34 39:55 127.5k 32 587.4M 0 0 32 193.4M 0 168.5k 59:29 19:35 39:54 142.5k 32 587.4M 0 0 32 193.5M 0 168.4k 59:31 19:36 39:55 140.2k 32 587.4M 0 0 32 193.7M 0 168.4k 59:31 19:37 39:54 144.9k 33 587.4M 0 0 33 194.0M 0 168.4k 59:30 19:39 39:51 147.7k 33 587.4M 0 0 33 194.1M 0 168.4k 59:31 19:40 39:51 156.3k 33 587.4M 0 0 33 194.3M 0 168.3k 59:32 19:41 39:51 144.0k 33 587.4M 0 0 33 194.5M 0 168.3k 59:32 19:42 39:50 154.7k 33 587.4M 0 0 33 194.6M 0 168.3k 59:33 19:44 39:49 152.6k 33 587.4M 0 0 33 194.8M 0 168.3k 59:33 19:45 39:48 143.4k 33 587.4M 0 0 33 195.0M 0 168.3k 59:34 19:46 39:48 140.3k 33 587.4M 0 0 33 195.2M 0 168.3k 59:34 19:47 39:47 150.6k 33 587.4M 0 0 33 195.4M 0 168.2k 59:34 19:49 39:45 149.0k 33 587.4M 0 0 33 195.6M 0 168.2k 59:34 19:50 39:44 156.1k 33 587.4M 0 0 33 195.7M 0 168.2k 59:35 19:51 39:44 153.2k 33 587.4M 0 0 33 195.8M 0 168.2k 59:36 19:52 39:44 148.5k 33 587.4M 0 0 33 196.0M 0 168.1k 59:36 19:53 39:43 145.6k 33 587.4M 0 0 33 196.2M 0 168.2k 59:36 19:54 39:42 152.7k 33 587.4M 0 0 33 196.5M 0 168.2k 59:35 19:55 39:40 158.6k 33 587.4M 0 0 33 196.7M 0 168.2k 59:34 19:57 39:37 174.0k 33 587.4M 0 0 33 196.9M 0 168.2k 59:34 19:58 39:36 184.7k 33 587.4M 0 0 33 197.1M 0 168.3k 59:33 19:59 39:34 201.8k 33 587.4M 0 0 33 197.3M 0 168.3k 59:32 20:00 39:32 203.0k 33 587.4M 0 0 33 197.5M 0 168.3k 59:33 20:01 39:32 188.9k 33 587.4M 0 0 33 197.7M 0 168.3k 59:33 20:02 39:31 180.8k 33 587.4M 0 0 33 197.9M 0 168.3k 59:33 20:04 39:29 176.7k 33 587.4M 0 0 33 198.1M 0 168.3k 59:33 20:05 39:28 167.2k 33 587.4M 0 0 33 198.3M 0 168.3k 59:33 20:06 39:27 158.2k 33 587.4M 0 0 33 198.5M 0 168.3k 59:34 20:07 39:27 160.1k 33 587.4M 0 0 33 198.6M 0 168.2k 59:34 20:08 39:26 159.0k 33 587.4M 0 0 33 198.8M 0 168.3k 59:34 20:09 39:25 163.4k 33 587.4M 0 0 33 199.0M 0 168.2k 59:35 20:11 39:24 146.4k 33 587.4M 0 0 33 199.1M 0 168.1k 59:36 20:12 39:24 141.8k 33 587.4M 0 0 33 199.3M 0 168.1k 59:36 20:13 39:23 144.6k 33 587.4M 0 0 33 199.5M 0 168.1k 59:36 20:14 39:22 143.3k 34 587.4M 0 0 34 199.7M 0 168.2k 59:35 20:15 39:20 152.7k 34 587.4M 0 0 34 200.0M 0 168.3k 59:33 20:16 39:17 193.4k 34 587.4M 0 0 34 200.3M 0 168.4k 59:30 20:17 39:13 226.7k 34 587.4M 0 0 34 200.6M 0 168.4k 59:30 20:19 39:11 232.6k 34 587.4M 0 0 34 200.8M 0 168.4k 59:30 20:20 39:10 230.4k 34 587.4M 0 0 34 201.0M 0 168.4k 59:31 20:21 39:10 210.6k 34 587.4M 0 0 34 201.1M 0 168.4k 59:32 20:23 39:09 178.6k 34 587.4M 0 0 34 201.3M 0 168.4k 59:32 20:24 39:08 157.7k 34 587.4M 0 0 34 201.5M 0 168.4k 59:31 20:25 39:06 154.4k 34 587.4M 0 0 34 201.8M 0 168.4k 59:30 20:26 39:04 166.2k 34 587.4M 0 0 34 202.0M 0 168.5k 59:29 20:27 39:02 184.6k 34 587.4M 0 0 34 202.3M 0 168.6k 59:27 20:29 38:58 233.4k 34 587.4M 0 0 34 202.3M 0 168.6k 59:27 20:29 38:58 168.6k 34 587.4M 0 0 34 202.5M 0 168.5k 59:28 20:30 38:58 140.7k 34 587.4M 0 0 34 202.6M 0 168.5k 59:29 20:31 38:58 130.3k 34 587.4M 0 0 34 202.8M 0 168.5k 59:29 20:32 38:57 136.5k 34 587.4M 0 0 34 203.0M 0 168.4k 59:30 20:34 38:56 133.3k 34 587.4M 0 0 34 203.1M 0 168.4k 59:31 20:35 38:56 132.3k 34 587.4M 0 0 34 203.3M 0 168.4k 59:31 20:36 38:55 134.8k 34 587.4M 0 0 34 203.5M 0 168.4k 59:32 20:37 38:55 143.4k 34 587.4M 0 0 34 203.7M 0 168.3k 59:32 20:39 38:53 139.3k 34 587.4M 0 0 34 203.8M 0 168.3k 59:33 20:40 38:53 138.9k 34 587.4M 0 0 34 204.0M 0 168.3k 59:34 20:41 38:53 142.9k 34 587.4M 0 0 34 204.3M 0 168.3k 59:33 20:42 38:51 154.5k 34 587.4M 0 0 34 204.5M 0 168.3k 59:32 20:44 38:48 160.9k 34 587.4M 0 0 34 204.6M 0 168.3k 59:34 20:45 38:49 156.5k 34 587.4M 0 0 34 204.8M 0 168.3k 59:34 20:46 38:48 164.4k 34 587.4M 0 0 34 205.1M 0 168.3k 59:33 20:47 38:46 176.3k 34 587.4M 0 0 34 205.3M 0 168.3k 59:34 20:49 38:45 161.1k 34 587.4M 0 0 34 205.5M 0 168.2k 59:34 20:50 38:44 153.4k 35 587.4M 0 0 35 205.6M 0 168.3k 59:34 20:51 38:43 166.9k 35 587.4M 0 0 35 205.8M 0 168.3k 59:34 20:52 38:42 170.9k 35 587.4M 0 0 35 206.0M 0 168.2k 59:34 20:53 38:41 155.3k 35 587.4M 0 0 35 206.1M 0 168.2k 59:35 20:54 38:41 149.9k 35 587.4M 0 0 35 206.3M 0 168.2k 59:36 20:55 38:41 151.1k 35 587.4M 0 0 35 206.5M 0 168.1k 59:36 20:57 38:39 143.6k 35 587.4M 0 0 35 206.6M 0 168.1k 59:37 20:58 38:39 138.7k 35 587.4M 0 0 35 206.9M 0 168.1k 59:36 20:59 38:37 149.1k 35 587.4M 0 0 35 207.1M 0 168.1k 59:36 21:01 38:35 159.2k 35 587.4M 0 0 35 207.3M 0 168.2k 59:35 21:02 38:33 173.8k 35 587.4M 0 0 35 207.6M 0 168.2k 59:34 21:03 38:31 186.4k 35 587.4M 0 0 35 207.7M 0 168.2k 59:35 21:04 38:31 181.0k 35 587.4M 0 0 35 207.9M 0 168.2k 59:36 21:05 38:31 174.9k 35 587.4M 0 0 35 208.1M 0 168.2k 59:36 21:06 38:30 174.5k 35 587.4M 0 0 35 208.3M 0 168.1k 59:36 21:08 38:28 154.9k 35 587.4M 0 0 35 208.5M 0 168.2k 59:35 21:09 38:26 157.9k 35 587.4M 0 0 35 208.7M 0 168.2k 59:36 21:10 38:26 165.6k 35 587.4M 0 0 35 208.8M 0 168.1k 59:36 21:11 38:25 161.8k 35 587.4M 0 0 35 209.0M 0 168.1k 59:37 21:12 38:25 154.7k 35 587.4M 0 0 35 209.1M 0 168.1k 59:38 21:14 38:24 152.7k 35 587.4M 0 0 35 209.3M 0 168.0k 59:38 21:15 38:23 139.7k 35 587.4M 0 0 35 209.5M 0 168.0k 59:38 21:16 38:22 139.8k 35 587.4M 0 0 35 209.7M 0 168.0k 59:40 21:18 38:22 136.2k 35 587.4M 0 0 35 209.9M 0 167.9k 59:41 21:19 38:22 136.4k 35 587.4M 0 0 35 210.0M 0 167.9k 59:42 21:20 38:22 134.7k 35 587.4M 0 0 35 210.1M 0 167.8k 59:43 21:22 38:21 125.7k 35 587.4M 0 0 35 210.3M 0 167.8k 59:43 21:23 38:20 124.4k 35 587.4M 0 0 35 210.5M 0 167.8k 59:43 21:24 38:19 136.7k 35 587.4M 0 0 35 210.7M 0 167.8k 59:43 21:25 38:18 146.2k 35 587.4M 0 0 35 210.9M 0 167.8k 59:43 21:26 38:17 155.5k 35 587.4M 0 0 35 211.1M 0 167.9k 59:41 21:27 38:14 185.5k 35 587.4M 0 0 35 211.3M 0 167.9k 59:42 21:28 38:14 184.8k 36 587.4M 0 0 36 211.5M 0 167.9k 59:42 21:30 38:12 173.8k 36 587.4M 0 0 36 211.7M 0 167.8k 59:43 21:31 38:12 166.8k 36 587.4M 0 0 36 211.8M 0 167.8k 59:44 21:32 38:12 154.3k 36 587.4M 0 0 36 212.0M 0 167.7k 59:45 21:34 38:11 135.6k 36 587.4M 0 0 36 212.2M 0 167.7k 59:46 21:35 38:11 132.5k 36 587.4M 0 0 36 212.3M 0 167.6k 59:47 21:36 38:11 127.0k 36 587.4M 0 0 36 212.5M 0 167.6k 59:48 21:37 38:11 122.0k 36 587.4M 0 0 36 212.6M 0 167.6k 59:48 21:38 38:10 124.8k 36 587.4M 0 0 36 212.8M 0 167.6k 59:48 21:40 38:08 138.8k 36 587.4M 0 0 36 213.1M 0 167.7k 59:46 21:41 38:05 166.8k 36 587.4M 0 0 36 213.5M 0 167.8k 59:43 21:42 38:01 211.2k 36 587.4M 0 0 36 213.8M 0 167.9k 59:41 21:43 37:58 239.2k 36 587.4M 0 0 36 214.0M 0 167.9k 59:42 21:45 37:57 223.5k 36 587.4M 0 0 36 214.1M 0 167.8k 59:44 21:46 37:58 202.5k 36 587.4M 0 0 36 214.3M 0 167.8k 59:44 21:48 37:56 179.8k 36 587.4M 0 0 36 214.5M 0 167.8k 59:44 21:49 37:55 152.4k 36 587.4M 0 0 36 214.7M 0 167.8k 59:44 21:50 37:54 136.9k 36 587.4M 0 0 36 215.0M 0 167.8k 59:44 21:51 37:53 152.2k 36 587.4M 0 0 36 215.1M 0 167.7k 59:45 21:52 37:53 158.9k 36 587.4M 0 0 36 215.3M 0 167.7k 59:46 21:54 37:52 154.5k 36 587.4M 0 0 36 215.5M 0 167.7k 59:47 21:55 37:52 147.0k 36 587.4M 0 0 36 215.6M 0 167.6k 59:48 21:57 37:51 134.8k 36 587.4M 0 0 36 215.8M 0 167.6k 59:49 21:58 37:51 124.0k 36 587.4M 0 0 36 216.0M 0 167.6k 59:49 21:59 37:50 132.1k 36 587.4M 0 0 36 216.2M 0 167.6k 59:48 22:00 37:48 150.0k 36 587.4M 0 0 36 216.5M 0 167.7k 59:46 22:01 37:45 176.6k 36 587.4M 0 0 36 216.8M 0 167.7k 59:45 22:03 37:42 204.0k 36 587.4M 0 0 36 217.0M 0 167.7k 59:45 22:04 37:41 208.5k 36 587.4M 0 0 36 217.1M 0 167.7k 59:46 22:05 37:41 193.5k 36 587.4M 0 0 36 217.3M 0 167.6k 59:47 22:07 37:40 172.6k 37 587.4M 0 0 37 217.4M 0 167.6k 59:48 22:08 37:40 146.6k 37 587.4M 0 0 37 217.5M 0 167.5k 59:49 22:09 37:40 124.5k 37 587.4M 0 0 37 217.6M 0 167.5k 59:50 22:10 37:40 117.4k 37 587.4M 0 0 37 217.8M 0 167.5k 59:50 22:11 37:39 129.8k 37 587.4M 0 0 37 218.0M 0 167.5k 59:50 22:12 37:38 134.7k 37 587.4M 0 0 37 218.1M 0 167.4k 59:51 22:13 37:38 131.0k 37 587.4M 0 0 37 218.3M 0 167.4k 59:52 22:15 37:37 136.5k 37 587.4M 0 0 37 218.5M 0 167.4k 59:52 22:16 37:36 148.8k 37 587.4M 0 0 37 218.7M 0 167.4k 59:51 22:17 37:34 149.8k 37 587.4M 0 0 37 219.0M 0 167.5k 59:50 22:18 37:32 165.6k 37 587.4M 0 0 37 219.3M 0 167.6k 59:48 22:19 37:29 199.5k 37 587.4M 0 0 37 219.5M 0 167.6k 59:48 22:20 37:28 210.1k 37 587.4M 0 0 37 219.7M 0 167.6k 59:48 22:22 37:26 211.1k 37 587.4M 0 0 37 219.9M 0 167.6k 59:47 22:23 37:24 213.8k 37 587.4M 0 0 37 220.1M 0 167.6k 59:47 22:24 37:23 200.1k 37 587.4M 0 0 37 220.3M 0 167.6k 59:47 22:25 37:22 176.7k 37 587.4M 0 0 37 220.4M 0 167.6k 59:48 22:26 37:22 168.8k 37 587.4M 0 0 37 220.6M 0 167.6k 59:48 22:27 37:21 159.3k 37 587.4M 0 0 37 220.8M 0 167.6k 59:47 22:28 37:19 165.8k 37 587.4M 0 0 37 221.0M 0 167.6k 59:48 22:30 37:18 163.2k 37 587.4M 0 0 37 221.2M 0 167.6k 59:48 22:31 37:17 158.7k 37 587.4M 0 0 37 221.4M 0 167.5k 59:49 22:33 37:16 158.2k 37 587.4M 0 0 37 221.6M 0 167.5k 59:50 22:34 37:16 154.1k 37 587.4M 0 0 37 221.8M 0 167.5k 59:50 22:35 37:15 145.6k 37 587.4M 0 0 37 222.0M 0 167.5k 59:49 22:36 37:13 149.4k 37 587.4M 0 0 37 222.1M 0 167.5k 59:50 22:37 37:13 154.6k 37 587.4M 0 0 37 222.3M 0 167.5k 59:50 22:39 37:11 157.5k 37 587.4M 0 0 37 222.6M 0 167.5k 59:49 22:40 37:09 171.4k 37 587.4M 0 0 37 222.8M 0 167.5k 59:49 22:41 37:08 170.7k 37 587.4M 0 0 37 223.0M 0 167.5k 59:50 22:42 37:08 160.4k 37 587.4M 0 0 37 223.1M 0 167.5k 59:50 22:44 37:06 160.3k 38 587.4M 0 0 38 223.3M 0 167.5k 59:50 22:45 37:05 165.4k 38 587.4M 0 0 38 223.5M 0 167.5k 59:51 22:46 37:05 154.5k 38 587.4M 0 0 38 223.6M 0 167.4k 59:52 22:47 37:05 143.7k 38 587.4M 0 0 38 223.8M 0 167.4k 59:52 22:48 37:04 149.4k 38 587.4M 0 0 38 224.1M 0 167.4k 59:51 22:50 37:01 159.7k 38 587.4M 0 0 38 224.3M 0 167.4k 59:51 22:51 37:00 157.2k 38 587.4M 0 0 38 224.4M 0 167.4k 59:52 22:52 37:00 153.0k 38 587.4M 0 0 38 224.5M 0 167.4k 59:53 22:53 37:00 158.3k 38 587.4M 0 0 38 224.6M 0 167.3k 59:54 22:54 37:00 146.8k 38 587.4M 0 0 38 224.8M 0 167.3k 59:55 22:55 37:00 124.9k 38 587.4M 0 0 38 225.0M 0 167.3k 59:55 22:56 36:59 127.4k 38 587.4M 0 0 38 225.1M 0 167.3k 59:54 22:57 36:57 139.6k 38 587.4M 0 0 38 225.4M 0 167.3k 59:53 22:59 36:54 159.6k 38 587.4M 0 0 38 225.6M 0 167.4k 59:53 23:00 36:53 179.5k 38 587.4M 0 0 38 225.9M 0 167.4k 59:52 23:01 36:51 199.5k 38 587.4M 0 0 38 226.1M 0 167.4k 59:52 23:02 36:50 201.9k 38 587.4M 0 0 38 226.3M 0 167.4k 59:51 23:03 36:48 198.7k 38 587.4M 0 0 38 226.5M 0 167.4k 59:51 23:04 36:47 191.5k 38 587.4M 0 0 38 226.6M 0 167.5k 59:51 23:05 36:46 186.9k 38 587.4M 0 0 38 226.8M 0 167.4k 59:51 23:07 36:44 173.3k 38 587.4M 0 0 38 227.0M 0 167.4k 59:52 23:08 36:44 161.7k 38 587.4M 0 0 38 227.1M 0 167.4k 59:53 23:09 36:44 150.9k 38 587.4M 0 0 38 227.3M 0 167.3k 59:54 23:11 36:43 137.9k 38 587.4M 0 0 38 227.5M 0 167.3k 59:54 23:12 36:42 134.7k 38 587.4M 0 0 38 227.7M 0 167.3k 59:54 23:13 36:41 139.2k 38 587.4M 0 0 38 227.9M 0 167.3k 59:55 23:15 36:40 137.9k 38 587.4M 0 0 38 228.0M 0 167.2k 59:57 23:16 36:41 131.0k 38 587.4M 0 0 38 228.1M 0 167.1k 59:59 23:18 36:41 121.5k 38 587.4M 0 0 38 228.3M 0 167.0k 1:00:00 23:19 36:41 115.3k 38 587.4M 0 0 38 228.5M 0 167.0k 1:00:00 23:20 36:40 113.3k 38 587.4M 0 0 38 228.6M 0 167.0k 1:00:00 23:21 36:39 116.6k 38 587.4M 0 0 38 228.8M 0 167.0k 1:00:00 23:22 36:38 133.5k 39 587.4M 0 0 39 229.1M 0 167.1k 59:59 23:23 36:36 162.7k 39 587.4M 0 0 39 229.3M 0 167.0k 1:00:00 23:25 36:35 160.3k 39 587.4M 0 0 39 229.4M 0 167.0k 1:00:01 23:26 36:35 154.5k 39 587.4M 0 0 39 229.5M 0 166.9k 1:00:02 23:27 36:35 149.2k 39 587.4M 0 0 39 229.7M 0 166.9k 1:00:03 23:29 36:34 138.1k 39 587.4M 0 0 39 229.9M 0 166.9k 1:00:03 23:30 36:33 128.8k 39 587.4M 0 0 39 230.1M 0 166.9k 1:00:03 23:31 36:32 139.1k 39 587.4M 0 0 39 230.3M 0 166.9k 1:00:03 23:32 36:31 143.7k 39 587.4M 0 0 39 230.5M 0 166.9k 1:00:03 23:33 36:30 153.3k 39 587.4M 0 0 39 230.6M 0 166.9k 1:00:03 23:35 36:28 163.0k 39 587.4M 0 0 39 230.8M 0 166.9k 1:00:03 23:36 36:27 162.9k 39 587.4M 0 0 39 231.0M 0 166.9k 1:00:04 23:37 36:27 155.9k 39 587.4M 0 0 39 231.1M 0 166.8k 1:00:05 23:38 36:27 146.7k 39 587.4M 0 0 39 231.3M 0 166.8k 1:00:05 23:39 36:26 148.4k 39 587.4M 0 0 39 231.5M 0 166.8k 1:00:05 23:41 36:24 150.1k 39 587.4M 0 0 39 231.8M 0 166.9k 1:00:04 23:42 36:22 165.7k 39 587.4M 0 0 39 232.0M 0 166.9k 1:00:02 23:43 36:19 186.2k 39 587.4M 0 0 39 232.2M 0 166.9k 1:00:02 23:44 36:18 198.9k 39 587.4M 0 0 39 232.4M 0 166.9k 1:00:03 23:45 36:18 184.2k 39 587.4M 0 0 39 232.6M 0 166.8k 1:00:04 23:47 36:17 174.5k 39 587.4M 0 0 39 232.8M 0 166.8k 1:00:04 23:48 36:16 159.3k 39 587.4M 0 0 39 233.0M 0 166.8k 1:00:04 23:49 36:15 149.4k 39 587.4M 0 0 39 233.2M 0 166.9k 1:00:03 23:50 36:13 157.4k 39 587.4M 0 0 39 233.3M 0 166.8k 1:00:04 23:51 36:13 158.6k 39 587.4M 0 0 39 233.5M 0 166.8k 1:00:05 23:53 36:12 156.1k 39 587.4M 0 0 39 233.6M 0 166.8k 1:00:06 23:54 36:12 150.4k 39 587.4M 0 0 39 233.8M 0 166.7k 1:00:07 23:55 36:12 137.4k 39 587.4M 0 0 39 234.0M 0 166.7k 1:00:06 23:56 36:10 131.4k 39 587.4M 0 0 39 234.1M 0 166.7k 1:00:07 23:57 36:10 137.7k 39 587.4M 0 0 39 234.3M 0 166.7k 1:00:07 23:59 36:08 149.2k 39 587.4M 0 0 39 234.5M 0 166.7k 1:00:06 24:00 36:06 159.9k 39 587.4M 0 0 39 234.7M 0 166.7k 1:00:07 24:01 36:06 167.3k 39 587.4M 0 0 39 234.9M 0 166.7k 1:00:07 24:02 36:05 160.3k 40 587.4M 0 0 40 235.1M 0 166.7k 1:00:07 24:03 36:04 158.8k 40 587.4M 0 0 40 235.3M 0 166.7k 1:00:07 24:05 36:02 160.7k 40 587.4M 0 0 40 235.5M 0 166.7k 1:00:06 24:06 36:00 167.2k 40 587.4M 0 0 40 235.7M 0 166.7k 1:00:06 24:07 35:59 172.8k 40 587.4M 0 0 40 236.0M 0 166.8k 1:00:05 24:08 35:57 188.2k 40 587.4M 0 0 40 236.2M 0 166.8k 1:00:04 24:09 35:55 208.6k 40 587.4M 0 0 40 236.5M 0 166.9k 1:00:02 24:10 35:52 229.3k 40 587.4M 0 0 40 236.8M 0 167.0k 1:00:01 24:11 35:50 225.3k 40 587.4M 0 0 40 237.0M 0 167.0k 1:00:01 24:12 35:49 225.2k 40 587.4M 0 0 40 237.1M 0 167.0k 1:00:02 24:14 35:48 207.5k 40 587.4M 0 0 40 237.3M 0 166.9k 1:00:04 24:15 35:49 170.5k 40 587.4M 0 0 40 237.4M 0 166.8k 1:00:04 24:16 35:48 142.4k 40 587.4M 0 0 40 237.6M 0 166.8k 1:00:04 24:18 35:46 135.4k 40 587.4M 0 0 40 237.8M 0 166.8k 1:00:05 24:19 35:46 126.0k 40 587.4M 0 0 40 238.0M 0 166.8k 1:00:06 24:20 35:46 125.3k 40 587.4M 0 0 40 238.1M 0 166.8k 1:00:06 24:22 35:44 144.0k 40 587.4M 0 0 40 238.4M 0 166.8k 1:00:05 24:23 35:42 155.1k 40 587.4M 0 0 40 238.6M 0 166.7k 1:00:07 24:25 35:42 141.8k 40 587.4M 0 0 40 238.7M 0 166.7k 1:00:08 24:26 35:42 141.8k 40 587.4M 0 0 40 238.9M 0 166.7k 1:00:07 24:27 35:40 149.1k 40 587.4M 0 0 40 239.1M 0 166.7k 1:00:07 24:28 35:39 155.5k 40 587.4M 0 0 40 239.3M 0 166.7k 1:00:07 24:29 35:38 143.7k 40 587.4M 0 0 40 239.5M 0 166.7k 1:00:08 24:31 35:37 154.5k 40 587.4M 0 0 40 239.6M 0 166.6k 1:00:09 24:32 35:37 151.7k 40 587.4M 0 0 40 239.8M 0 166.6k 1:00:09 24:33 35:36 146.0k 40 587.4M 0 0 40 240.0M 0 166.6k 1:00:10 24:34 35:36 131.6k 40 587.4M 0 0 40 240.1M 0 166.6k 1:00:10 24:36 35:34 138.2k 40 587.4M 0 0 40 240.4M 0 166.6k 1:00:09 24:37 35:32 151.9k 40 587.4M 0 0 40 240.6M 0 166.6k 1:00:08 24:38 35:30 174.3k 41 587.4M 0 0 41 240.9M 0 166.7k 1:00:07 24:39 35:28 192.4k 41 587.4M 0 0 41 241.1M 0 166.7k 1:00:06 24:40 35:26 211.1k 41 587.4M 0 0 41 241.4M 0 166.8k 1:00:05 24:41 35:24 225.7k 41 587.4M 0 0 41 241.6M 0 166.8k 1:00:04 24:43 35:21 228.0k 41 587.4M 0 0 41 241.9M 0 166.9k 1:00:03 24:44 35:19 227.3k 41 587.4M 0 0 41 242.1M 0 166.9k 1:00:03 24:45 35:18 218.1k 41 587.4M 0 0 41 242.3M 0 166.9k 1:00:03 24:46 35:17 204.5k 41 587.4M 0 0 41 242.5M 0 166.9k 1:00:03 24:47 35:16 196.4k 41 587.4M 0 0 41 242.6M 0 166.9k 1:00:03 24:48 35:15 182.2k 41 587.4M 0 0 41 242.8M 0 166.9k 1:00:03 24:49 35:14 172.0k 41 587.4M 0 0 41 243.0M 0 166.9k 1:00:04 24:51 35:13 161.2k 41 587.4M 0 0 41 243.1M 0 166.8k 1:00:05 24:52 35:13 144.0k 41 587.4M 0 0 41 243.3M 0 166.8k 1:00:05 24:53 35:12 141.2k 41 587.4M 0 0 41 243.5M 0 166.8k 1:00:05 24:54 35:11 145.4k 41 587.4M 0 0 41 243.7M 0 166.8k 1:00:05 24:56 35:09 139.7k 41 587.4M 0 0 41 243.9M 0 166.8k 1:00:06 24:57 35:09 142.6k 41 587.4M 0 0 41 244.1M 0 166.8k 1:00:05 24:58 35:07 169.3k 41 587.4M 0 0 41 244.4M 0 166.8k 1:00:04 24:59 35:05 175.3k 41 587.4M 0 0 41 244.6M 0 166.9k 1:00:03 25:01 35:02 183.6k 41 587.4M 0 0 41 245.0M 0 166.9k 1:00:02 25:02 35:00 209.0k 41 587.4M 0 0 41 245.3M 0 167.1k 59:59 25:03 34:56 243.0k 41 587.4M 0 0 41 245.6M 0 167.1k 59:58 25:04 34:54 249.3k 41 587.4M 0 0 41 245.8M 0 167.1k 59:58 25:05 34:53 246.6k 41 587.4M 0 0 41 246.0M 0 167.1k 59:58 25:06 34:52 237.0k 41 587.4M 0 0 41 246.1M 0 167.1k 59:58 25:07 34:51 213.0k 41 587.4M 0 0 41 246.4M 0 167.2k 59:57 25:09 34:48 192.3k 41 587.4M 0 0 41 246.6M 0 167.2k 59:57 25:10 34:47 180.5k 42 587.4M 0 0 42 246.8M 0 167.2k 59:57 25:11 34:46 181.3k 42 587.4M 0 0 42 247.0M 0 167.2k 59:56 25:12 34:44 190.3k 42 587.4M 0 0 42 247.3M 0 167.3k 59:54 25:13 34:41 218.5k 42 587.4M 0 0 42 247.5M 0 167.3k 59:54 25:14 34:40 203.1k 42 587.4M 0 0 42 247.7M 0 167.3k 59:55 25:16 34:39 195.3k 42 587.4M 0 0 42 247.9M 0 167.3k 59:55 25:17 34:38 193.0k 42 587.4M 0 0 42 248.1M 0 167.3k 59:55 25:18 34:37 180.8k 42 587.4M 0 0 42 248.3M 0 167.3k 59:55 25:19 34:36 158.7k 42 587.4M 0 0 42 248.5M 0 167.2k 59:55 25:21 34:34 153.3k 42 587.4M 0 0 42 248.6M 0 167.2k 59:56 25:22 34:34 153.9k 42 587.4M 0 0 42 248.8M 0 167.2k 59:56 25:23 34:33 147.9k 42 587.4M 0 0 42 249.1M 0 167.2k 59:56 25:25 34:31 155.8k 42 587.4M 0 0 42 249.3M 0 167.2k 59:56 25:26 34:30 151.8k 42 587.4M 0 0 42 249.5M 0 167.2k 59:56 25:27 34:29 158.9k 42 587.4M 0 0 42 249.6M 0 167.2k 59:56 25:28 34:28 160.9k 42 587.4M 0 0 42 249.8M 0 167.2k 59:57 25:29 34:28 158.6k 42 587.4M 0 0 42 249.9M 0 167.1k 59:58 25:31 34:27 137.3k 42 587.4M 0 0 42 250.0M 0 167.0k 1:00:00 25:32 34:28 123.1k 42 587.4M 0 0 42 250.1M 0 167.0k 1:00:01 25:33 34:28 110.8k 42 587.4M 0 0 42 250.3M 0 167.0k 1:00:01 25:35 34:26 112.1k 42 587.4M 0 0 42 250.6M 0 167.1k 1:00:00 25:36 34:24 140.3k 42 587.4M 0 0 42 250.9M 0 167.1k 59:59 25:37 34:22 162.9k 42 587.4M 0 0 42 251.0M 0 167.0k 1:00:00 25:38 34:22 171.5k 42 587.4M 0 0 42 251.1M 0 167.0k 1:00:01 25:39 34:22 143.7k 42 587.4M 0 0 42 251.1M 0 167.0k 1:00:01 25:39 34:22 167.0k 42 587.4M 0 0 42 251.3M 0 167.0k 1:00:01 25:41 34:20 151.6k 42 587.4M 0 0 42 251.5M 0 167.0k 1:00:01 25:42 34:19 163.3k 42 587.4M 0 0 42 251.8M 0 167.0k 1:00:00 25:43 34:17 177.3k 42 587.4M 0 0 42 252.0M 0 167.0k 1:00:00 25:44 34:16 175.9k 42 587.4M 0 0 42 252.2M 0 167.0k 1:00:00 25:45 34:15 175.5k 42 587.4M 0 0 42 252.4M 0 167.0k 1:00:00 25:47 34:13 179.5k 43 587.4M 0 0 43 252.6M 0 167.0k 1:00:01 25:48 34:13 168.3k 43 587.4M 0 0 43 252.7M 0 167.0k 1:00:01 25:49 34:12 152.6k 43 587.4M 0 0 43 252.9M 0 166.9k 1:00:02 25:51 34:11 145.4k 43 587.4M 0 0 43 253.1M 0 166.9k 1:00:02 25:52 34:10 140.3k 43 587.4M 0 0 43 253.3M 0 166.9k 1:00:02 25:53 34:09 140.5k 43 587.4M 0 0 43 253.5M 0 166.9k 1:00:03 25:54 34:09 141.8k 43 587.4M 0 0 43 253.6M 0 166.9k 1:00:03 25:56 34:07 150.5k 43 587.4M 0 0 43 253.8M 0 166.9k 1:00:03 25:57 34:06 158.0k 43 587.4M 0 0 43 254.0M 0 166.9k 1:00:03 25:58 34:05 152.7k 43 587.4M 0 0 43 254.1M 0 166.9k 1:00:04 25:59 34:05 149.6k 43 587.4M 0 0 43 254.3M 0 166.8k 1:00:05 26:01 34:04 145.2k 43 587.4M 0 0 43 254.5M 0 166.8k 1:00:05 26:02 34:03 139.0k 43 587.4M 0 0 43 254.7M 0 166.8k 1:00:06 26:03 34:03 132.6k 43 587.4M 0 0 43 254.8M 0 166.7k 1:00:07 26:04 34:03 132.8k 43 587.4M 0 0 43 255.0M 0 166.7k 1:00:07 26:06 34:01 130.0k 43 587.4M 0 0 43 255.2M 0 166.7k 1:00:08 26:07 34:01 133.5k 43 587.4M 0 0 43 255.4M 0 166.6k 1:00:08 26:09 33:59 134.2k 43 587.4M 0 0 43 255.6M 0 166.6k 1:00:08 26:10 33:58 139.0k 43 587.4M 0 0 43 255.8M 0 166.7k 1:00:08 26:11 33:57 155.0k 43 587.4M 0 0 43 256.0M 0 166.6k 1:00:08 26:13 33:55 153.3k 43 587.4M 0 0 43 256.2M 0 166.6k 1:00:09 26:14 33:55 158.4k 43 587.4M 0 0 43 256.4M 0 166.6k 1:00:09 26:15 33:54 158.6k 43 587.4M 0 0 43 256.6M 0 166.6k 1:00:10 26:16 33:54 155.3k 43 587.4M 0 0 43 256.8M 0 166.6k 1:00:10 26:18 33:52 145.6k 43 587.4M 0 0 43 257.0M 0 166.6k 1:00:08 26:19 33:49 166.1k 43 587.4M 0 0 43 257.4M 0 166.8k 1:00:06 26:20 33:46 199.5k 43 587.4M 0 0 43 257.6M 0 166.8k 1:00:06 26:21 33:45 211.7k 43 587.4M 0 0 43 257.8M 0 166.8k 1:00:06 26:22 33:44 217.9k 43 587.4M 0 0 43 258.0M 0 166.7k 1:00:07 26:24 33:43 202.7k 43 587.4M 0 0 43 258.1M 0 166.7k 1:00:08 26:25 33:43 177.6k 43 587.4M 0 0 43 258.3M 0 166.7k 1:00:07 26:26 33:41 148.7k 44 587.4M 0 0 44 258.5M 0 166.7k 1:00:07 26:27 33:40 153.8k 44 587.4M 0 0 44 258.8M 0 166.8k 1:00:06 26:28 33:38 165.5k 44 587.4M 0 0 44 259.0M 0 166.8k 1:00:05 26:30 33:35 183.8k 44 587.4M 0 0 44 259.1M 0 166.8k 1:00:06 26:31 33:35 186.2k 44 587.4M 0 0 44 259.3M 0 166.7k 1:00:06 26:32 33:34 180.6k 44 587.4M 0 0 44 259.5M 0 166.7k 1:00:06 26:33 33:33 171.4k 44 587.4M 0 0 44 259.7M 0 166.7k 1:00:06 26:34 33:32 162.2k 44 587.4M 0 0 44 260.0M 0 166.8k 1:00:05 26:35 33:30 170.6k 44 587.4M 0 0 44 260.3M 0 166.9k 1:00:03 26:36 33:27 202.8k 44 587.4M 0 0 44 260.5M 0 166.9k 1:00:02 26:37 33:25 221.1k 44 587.4M 0 0 44 260.7M 0 166.9k 1:00:02 26:38 33:24 228.0k 44 587.4M 0 0 44 260.9M 0 166.9k 1:00:03 26:40 33:23 209.2k 44 587.4M 0 0 44 261.1M 0 166.9k 1:00:02 26:41 33:21 202.2k 44 587.4M 0 0 44 261.5M 0 167.0k 1:00:00 26:42 33:18 205.8k 44 587.4M 0 0 44 261.6M 0 167.0k 1:00:00 26:43 33:17 195.2k 44 587.4M 0 0 44 261.8M 0 167.0k 1:00:00 26:44 33:16 193.4k 44 587.4M 0 0 44 262.1M 0 167.1k 59:59 26:46 33:13 215.6k 44 587.4M 0 0 44 262.3M 0 167.1k 59:58 26:47 33:11 219.2k 44 587.4M 0 0 44 262.5M 0 167.1k 59:58 26:48 33:10 196.1k 44 587.4M 0 0 44 262.7M 0 167.1k 59:58 26:49 33:09 192.8k 44 587.4M 0 0 44 262.9M 0 167.1k 59:58 26:50 33:08 184.9k 44 587.4M 0 0 44 263.0M 0 167.1k 59:59 26:51 33:08 163.3k 44 587.4M 0 0 44 263.2M 0 167.0k 1:00:00 26:53 33:07 146.4k 44 587.4M 0 0 44 263.4M 0 167.0k 1:00:00 26:54 33:06 142.8k 44 587.4M 0 0 44 263.6M 0 167.0k 1:00:00 26:55 33:05 142.7k 44 587.4M 0 0 44 263.8M 0 167.0k 1:00:00 26:56 33:04 144.9k 44 587.4M 0 0 44 264.0M 0 167.0k 1:00:00 26:58 33:02 155.2k 44 587.4M 0 0 44 264.1M 0 167.0k 1:00:00 26:59 33:01 164.5k 45 587.4M 0 0 45 264.4M 0 167.1k 59:59 27:00 32:59 173.6k 45 587.4M 0 0 45 264.6M 0 167.1k 59:59 27:01 32:58 174.5k 45 587.4M 0 0 45 264.8M 0 167.0k 1:00:00 27:02 32:58 168.8k 45 587.4M 0 0 45 265.0M 0 167.0k 1:00:01 27:04 32:57 161.6k 45 587.4M 0 0 45 265.1M 0 167.0k 1:00:01 27:05 32:56 157.8k 45 587.4M 0 0 45 265.4M 0 167.0k 1:00:00 27:06 32:54 159.5k 45 587.4M 0 0 45 265.6M 0 167.0k 1:00:00 27:08 32:52 156.8k 45 587.4M 0 0 45 265.7M 0 167.0k 1:00:01 27:09 32:52 154.5k 45 587.4M 0 0 45 265.9M 0 167.0k 1:00:01 27:10 32:51 158.4k 45 587.4M 0 0 45 266.0M 0 166.9k 1:00:03 27:11 32:52 142.8k 45 587.4M 0 0 45 266.1M 0 166.8k 1:00:04 27:13 32:51 118.5k 45 587.4M 0 0 45 266.3M 0 166.8k 1:00:04 27:14 32:50 121.2k 45 587.4M 0 0 45 266.6M 0 166.9k 1:00:03 27:15 32:48 141.2k 45 587.4M 0 0 45 266.8M 0 166.9k 1:00:03 27:16 32:47 148.3k 45 587.4M 0 0 45 267.0M 0 166.9k 1:00:02 27:17 32:45 175.0k 45 587.4M 0 0 45 267.3M 0 167.0k 1:00:00 27:18 32:42 222.1k 45 587.4M 0 0 45 267.7M 0 167.1k 59:58 27:20 32:38 250.4k 45 587.4M 0 0 45 267.9M 0 167.1k 59:58 27:21 32:37 240.0k 45 587.4M 0 0 45 268.1M 0 167.2k 59:57 27:22 32:35 244.2k 45 587.4M 0 0 45 268.4M 0 167.2k 59:56 27:23 32:33 250.6k 45 587.4M 0 0 45 268.6M 0 167.2k 59:57 27:24 32:33 209.4k 45 587.4M 0 0 45 268.8M 0 167.2k 59:57 27:26 32:31 180.7k 45 587.4M 0 0 45 269.0M 0 167.1k 59:58 27:27 32:31 170.2k 45 587.4M 0 0 45 269.1M 0 167.1k 59:59 27:29 32:30 148.7k 45 587.4M 0 0 45 269.3M 0 167.1k 59:59 27:30 32:29 130.8k 45 587.4M 0 0 45 269.4M 0 167.0k 1:00:01 27:31 32:30 124.7k 45 587.4M 0 0 45 269.6M 0 167.0k 1:00:01 27:33 32:28 118.3k 45 587.4M 0 0 45 269.8M 0 166.9k 1:00:02 27:34 32:28 116.4k 45 587.4M 0 0 45 269.9M 0 166.8k 1:00:05 27:36 32:29 105.5k 45 587.4M 0 0 45 270.0M 0 166.8k 1:00:06 27:37 32:29 103.5k 46 587.4M 0 0 46 270.2M 0 166.8k 1:00:05 27:38 32:27 115.5k 46 587.4M 0 0 46 270.4M 0 166.8k 1:00:05 27:39 32:26 121.2k 46 587.4M 0 0 46 270.6M 0 166.8k 1:00:05 27:41 32:24 136.2k 46 587.4M 0 0 46 270.9M 0 166.8k 1:00:04 27:42 32:22 168.6k 46 587.4M 0 0 46 271.0M 0 166.8k 1:00:05 27:43 32:22 170.8k 46 587.4M 0 0 46 271.2M 0 166.8k 1:00:05 27:44 32:21 168.1k 46 587.4M 0 0 46 271.5M 0 166.8k 1:00:05 27:46 32:19 171.8k 46 587.4M 0 0 46 271.6M 0 166.8k 1:00:05 27:47 32:18 165.1k 46 587.4M 0 0 46 271.8M 0 166.8k 1:00:05 27:48 32:17 155.2k 46 587.4M 0 0 46 272.1M 0 166.8k 1:00:05 27:49 32:16 173.1k 46 587.4M 0 0 46 272.3M 0 166.9k 1:00:04 27:50 32:14 188.8k 46 587.4M 0 0 46 272.6M 0 166.9k 1:00:02 27:52 32:10 204.1k 46 587.4M 0 0 46 272.9M 0 167.0k 1:00:02 27:53 32:09 212.3k 46 587.4M 0 0 46 273.1M 0 167.0k 1:00:01 27:54 32:07 219.7k 46 587.4M 0 0 46 273.3M 0 167.0k 1:00:01 27:55 32:06 215.4k 46 587.4M 0 0 46 273.5M 0 167.0k 1:00:00 27:56 32:04 210.2k 46 587.4M 0 0 46 273.7M 0 167.0k 1:00:00 27:57 32:03 189.3k 46 587.4M 0 0 46 273.8M 0 167.0k 1:00:01 27:59 32:02 172.0k 46 587.4M 0 0 46 274.0M 0 166.9k 1:00:02 28:00 32:02 154.1k 46 587.4M 0 0 46 274.1M 0 166.9k 1:00:02 28:01 32:01 151.0k 46 587.4M 0 0 46 274.3M 0 166.9k 1:00:02 28:02 32:00 144.1k 46 587.4M 0 0 46 274.6M 0 167.0k 1:00:01 28:03 31:58 156.3k 46 587.4M 0 0 46 274.8M 0 167.0k 1:00:01 28:04 31:57 164.2k 46 587.4M 0 0 46 275.0M 0 167.0k 1:00:01 28:05 31:56 184.3k 46 587.4M 0 0 46 275.1M 0 166.9k 1:00:02 28:07 31:55 173.5k 46 587.4M 0 0 46 275.2M 0 166.9k 1:00:03 28:08 31:55 158.9k 46 587.4M 0 0 46 275.3M 0 166.9k 1:00:04 28:09 31:55 135.5k 46 587.4M 0 0 46 275.5M 0 166.8k 1:00:05 28:10 31:55 121.8k 46 587.4M 0 0 46 275.6M 0 166.8k 1:00:05 28:11 31:54 109.9k 46 587.4M 0 0 46 275.8M 0 166.8k 1:00:06 28:13 31:53 115.0k 46 587.4M 0 0 46 276.0M 0 166.8k 1:00:06 28:14 31:52 127.9k 47 587.4M 0 0 47 276.1M 0 166.8k 1:00:06 28:15 31:51 138.9k 47 587.4M 0 0 47 276.3M 0 166.8k 1:00:05 28:16 31:49 156.8k 47 587.4M 0 0 47 276.6M 0 166.8k 1:00:04 28:17 31:47 179.9k 47 587.4M 0 0 47 276.8M 0 166.9k 1:00:04 28:18 31:46 199.1k 47 587.4M 0 0 47 277.1M 0 166.9k 1:00:03 28:19 31:44 206.0k 47 587.4M 0 0 47 277.3M 0 166.9k 1:00:02 28:20 31:42 217.3k 47 587.4M 0 0 47 277.6M 0 167.0k 1:00:01 28:22 31:39 224.0k 47 587.4M 0 0 47 277.8M 0 167.0k 1:00:01 28:23 31:38 209.1k 47 587.4M 0 0 47 278.0M 0 167.0k 1:00:01 28:24 31:37 197.9k 47 587.4M 0 0 47 278.1M 0 167.0k 1:00:01 28:25 31:36 189.2k 47 587.4M 0 0 47 278.3M 0 167.0k 1:00:01 28:26 31:35 175.4k 47 587.4M 0 0 47 278.5M 0 166.9k 1:00:02 28:28 31:34 159.5k 47 587.4M 0 0 47 278.7M 0 166.9k 1:00:02 28:29 31:33 160.6k 47 587.4M 0 0 47 278.9M 0 166.9k 1:00:03 28:30 31:33 147.8k 47 587.4M 0 0 47 279.1M 0 166.9k 1:00:03 28:32 31:31 141.9k 47 587.4M 0 0 47 279.3M 0 166.9k 1:00:03 28:33 31:30 147.0k 47 587.4M 0 0 47 279.5M 0 166.9k 1:00:03 28:34 31:29 151.6k 47 587.4M 0 0 47 279.6M 0 166.8k 1:00:04 28:35 31:29 135.9k 47 587.4M 0 0 47 279.8M 0 166.8k 1:00:04 28:36 31:28 149.1k 47 587.4M 0 0 47 280.0M 0 166.9k 1:00:04 28:38 31:26 162.6k 47 587.4M 0 0 47 280.2M 0 166.8k 1:00:04 28:39 31:25 156.5k 47 587.4M 0 0 47 280.4M 0 166.8k 1:00:04 28:40 31:24 150.4k 47 587.4M 0 0 47 280.6M 0 166.8k 1:00:04 28:41 31:23 168.4k 47 587.4M 0 0 47 280.8M 0 166.8k 1:00:04 28:42 31:22 170.2k 47 587.4M 0 0 47 281.0M 0 166.9k 1:00:03 28:44 31:19 175.7k 47 587.4M 0 0 47 281.3M 0 167.0k 1:00:01 28:45 31:16 201.2k 47 587.4M 0 0 47 281.5M 0 167.0k 1:00:02 28:46 31:16 208.4k 47 587.4M 0 0 47 281.6M 0 166.9k 1:00:03 28:47 31:16 179.1k 47 587.4M 0 0 47 281.8M 0 166.8k 1:00:04 28:49 31:15 164.7k 48 587.4M 0 0 48 282.0M 0 166.8k 1:00:05 28:50 31:15 139.4k 48 587.4M 0 0 48 282.1M 0 166.8k 1:00:06 28:52 31:14 118.5k 48 587.4M 0 0 48 282.3M 0 166.7k 1:00:06 28:53 31:13 116.0k 48 587.4M 0 0 48 282.5M 0 166.8k 1:00:06 28:54 31:12 134.2k 48 587.4M 0 0 48 282.7M 0 166.8k 1:00:06 28:55 31:11 145.7k 48 587.4M 0 0 48 283.0M 0 166.8k 1:00:05 28:56 31:09 170.0k 48 587.4M 0 0 48 283.1M 0 166.8k 1:00:06 28:58 31:08 167.3k 48 587.4M 0 0 48 283.3M 0 166.7k 1:00:06 28:59 31:07 163.1k 48 587.4M 0 0 48 283.5M 0 166.7k 1:00:07 29:00 31:07 159.6k 48 587.4M 0 0 48 283.6M 0 166.7k 1:00:07 29:01 31:06 147.6k 48 587.4M 0 0 48 283.7M 0 166.7k 1:00:08 29:02 31:06 128.0k 48 587.4M 0 0 48 283.8M 0 166.6k 1:00:09 29:03 31:06 125.5k 48 587.4M 0 0 48 284.1M 0 166.7k 1:00:08 29:05 31:03 145.4k 48 587.4M 0 0 48 284.3M 0 166.7k 1:00:08 29:06 31:02 149.2k 48 587.4M 0 0 48 284.5M 0 166.7k 1:00:08 29:07 31:01 159.9k 48 587.4M 0 0 48 284.6M 0 166.7k 1:00:08 29:08 31:00 166.5k 48 587.4M 0 0 48 284.9M 0 166.7k 1:00:08 29:09 30:59 179.1k 48 587.4M 0 0 48 285.0M 0 166.7k 1:00:08 29:11 30:57 162.8k 48 587.4M 0 0 48 285.2M 0 166.6k 1:00:09 29:12 30:57 155.3k 48 587.4M 0 0 48 285.5M 0 166.7k 1:00:08 29:13 30:55 164.1k 48 587.4M 0 0 48 285.6M 0 166.7k 1:00:08 29:14 30:54 168.2k 48 587.4M 0 0 48 285.8M 0 166.6k 1:00:09 29:15 30:54 150.1k 48 587.4M 0 0 48 285.9M 0 166.6k 1:00:09 29:16 30:53 150.8k 48 587.4M 0 0 48 286.1M 0 166.6k 1:00:10 29:18 30:52 148.1k 48 587.4M 0 0 48 286.3M 0 166.5k 1:00:11 29:19 30:52 132.5k 48 587.4M 0 0 48 286.5M 0 166.5k 1:00:11 29:21 30:50 129.7k 48 587.4M 0 0 48 286.7M 0 166.6k 1:00:10 29:22 30:48 147.1k 48 587.4M 0 0 48 287.0M 0 166.6k 1:00:09 29:23 30:46 164.3k 48 587.4M 0 0 48 287.2M 0 166.6k 1:00:09 29:24 30:45 180.3k 48 587.4M 0 0 48 287.4M 0 166.6k 1:00:09 29:26 30:43 181.2k 48 587.4M 0 0 48 287.6M 0 166.6k 1:00:10 29:27 30:43 179.9k 49 587.4M 0 0 49 287.8M 0 166.6k 1:00:09 29:28 30:41 186.8k 49 587.4M 0 0 49 288.0M 0 166.6k 1:00:09 29:29 30:40 178.3k 49 587.4M 0 0 49 288.2M 0 166.6k 1:00:09 29:30 30:39 171.0k 49 587.4M 0 0 49 288.4M 0 166.6k 1:00:09 29:32 30:37 174.5k 49 587.4M 0 0 49 288.5M 0 166.6k 1:00:09 29:33 30:36 171.5k 49 587.4M 0 0 49 288.7M 0 166.6k 1:00:10 29:34 30:36 148.6k 49 587.4M 0 0 49 288.9M 0 166.6k 1:00:10 29:35 30:35 144.2k 49 587.4M 0 0 49 289.1M 0 166.6k 1:00:10 29:37 30:33 143.6k 49 587.4M 0 0 49 289.3M 0 166.6k 1:00:10 29:38 30:32 153.1k 49 587.4M 0 0 49 289.6M 0 166.6k 1:00:09 29:39 30:30 165.9k 49 587.4M 0 0 49 289.8M 0 166.6k 1:00:10 29:41 30:29 168.1k 49 587.4M 0 0 49 290.0M 0 166.6k 1:00:10 29:42 30:28 167.2k 49 587.4M 0 0 49 290.1M 0 166.5k 1:00:11 29:43 30:28 164.3k 49 587.4M 0 0 49 290.3M 0 166.5k 1:00:10 29:44 30:26 159.3k 49 587.4M 0 0 49 290.5M 0 166.5k 1:00:10 29:45 30:25 153.9k 49 587.4M 0 0 49 290.8M 0 166.6k 1:00:10 29:47 30:23 172.2k 49 587.4M 0 0 49 291.1M 0 166.6k 1:00:08 29:48 30:20 193.8k 49 587.4M 0 0 49 291.3M 0 166.6k 1:00:09 29:49 30:20 192.6k 49 587.4M 0 0 49 291.4M 0 166.6k 1:00:09 29:50 30:19 184.0k 49 587.4M 0 0 49 291.5M 0 166.5k 1:00:11 29:52 30:19 166.0k 49 587.4M 0 0 49 291.6M 0 166.5k 1:00:11 29:53 30:18 143.1k 49 587.4M 0 0 49 291.8M 0 166.5k 1:00:11 29:54 30:17 127.8k 49 587.4M 0 0 49 292.1M 0 166.5k 1:00:10 29:55 30:15 142.2k 49 587.4M 0 0 49 292.3M 0 166.5k 1:00:11 29:57 30:14 141.9k 49 587.4M 0 0 49 292.5M 0 166.5k 1:00:12 29:58 30:14 150.8k 49 587.4M 0 0 49 292.6M 0 166.5k 1:00:12 29:59 30:13 156.0k 49 587.4M 0 0 49 292.8M 0 166.4k 1:00:13 30:00 30:13 145.5k 49 587.4M 0 0 49 293.0M 0 166.4k 1:00:13 30:02 30:11 135.4k 49 587.4M 0 0 49 293.2M 0 166.5k 1:00:12 30:03 30:09 156.1k 49 587.4M 0 0 49 293.4M 0 166.5k 1:00:12 30:04 30:08 166.5k 49 587.4M 0 0 49 293.5M 0 166.4k 1:00:13 30:05 30:08 153.5k 49 587.4M 0 0 49 293.6M 0 166.4k 1:00:14 30:06 30:08 148.9k 50 587.4M 0 0 50 293.8M 0 166.4k 1:00:14 30:08 30:06 151.8k 50 587.4M 0 0 50 294.0M 0 166.4k 1:00:14 30:09 30:05 134.6k 50 587.4M 0 0 50 294.2M 0 166.4k 1:00:15 30:10 30:05 129.3k 50 587.4M 0 0 50 294.5M 0 166.4k 1:00:14 30:11 30:03 157.9k 50 587.4M 0 0 50 294.6M 0 166.4k 1:00:14 30:12 30:02 173.7k 50 587.4M 0 0 50 294.9M 0 166.4k 1:00:13 30:14 29:59 179.5k 50 587.4M 0 0 50 295.1M 0 166.4k 1:00:13 30:15 29:58 189.9k 50 587.4M 0 0 50 295.3M 0 166.4k 1:00:13 30:16 29:57 191.6k 50 587.4M 0 0 50 295.5M 0 166.5k 1:00:13 30:17 29:56 184.0k 50 587.4M 0 0 50 295.7M 0 166.5k 1:00:12 30:18 29:54 183.7k 50 587.4M 0 0 50 295.8M 0 166.4k 1:00:13 30:19 29:54 164.3k 50 587.4M 0 0 50 296.0M 0 166.4k 1:00:13 30:21 29:52 158.2k 50 587.4M 0 0 50 296.2M 0 166.4k 1:00:14 30:22 29:52 152.4k 50 587.4M 0 0 50 296.4M 0 166.3k 1:00:15 30:24 29:51 134.8k 50 587.4M 0 0 50 296.5M 0 166.3k 1:00:16 30:25 29:51 122.1k 50 587.4M 0 0 50 296.6M 0 166.2k 1:00:17 30:26 29:51 119.9k 50 587.4M 0 0 50 296.8M 0 166.2k 1:00:17 30:27 29:50 112.8k 50 587.4M 0 0 50 297.0M 0 166.2k 1:00:18 30:29 29:49 115.0k 50 587.4M 0 0 50 297.1M 0 166.2k 1:00:19 30:30 29:49 118.5k 50 587.4M 0 0 50 297.3M 0 166.2k 1:00:19 30:32 29:47 126.8k 50 587.4M 0 0 50 297.6M 0 166.2k 1:00:19 30:33 29:46 145.1k 50 587.4M 0 0 50 297.8M 0 166.2k 1:00:18 30:34 29:44 158.1k 50 587.4M 0 0 50 298.0M 0 166.2k 1:00:19 30:35 29:44 156.5k 50 587.4M 0 0 50 298.1M 0 166.2k 1:00:19 30:37 29:42 164.1k 50 587.4M 0 0 50 298.3M 0 166.2k 1:00:19 30:38 29:41 172.0k 50 587.4M 0 0 50 298.6M 0 166.2k 1:00:18 30:39 29:39 172.2k 50 587.4M 0 0 50 298.8M 0 166.2k 1:00:17 30:40 29:37 175.4k 50 587.4M 0 0 50 299.0M 0 166.2k 1:00:18 30:41 29:37 175.9k 50 587.4M 0 0 50 299.2M 0 166.2k 1:00:18 30:43 29:35 180.1k 50 587.4M 0 0 50 299.4M 0 166.2k 1:00:18 30:44 29:34 177.1k 51 587.4M 0 0 51 299.6M 0 166.2k 1:00:17 30:45 29:32 180.7k 51 587.4M 0 0 51 299.9M 0 166.3k 1:00:17 30:46 29:31 176.0k 51 587.4M 0 0 51 300.1M 0 166.3k 1:00:17 30:48 29:29 180.1k 51 587.4M 0 0 51 300.3M 0 166.3k 1:00:17 30:49 29:28 180.3k 51 587.4M 0 0 51 300.5M 0 166.2k 1:00:17 30:50 29:27 171.1k 51 587.4M 0 0 51 300.6M 0 166.2k 1:00:18 30:51 29:27 149.8k 51 587.4M 0 0 51 300.7M 0 166.1k 1:00:20 30:53 29:27 104.1k 51 587.4M 0 0 51 300.7M 0 166.1k 1:00:20 30:53 29:27 166.1k 51 587.4M 0 0 51 300.8M 0 166.1k 1:00:21 30:54 29:27 117.5k 51 587.4M 0 0 51 301.0M 0 166.1k 1:00:21 30:55 29:26 130.1k 51 587.4M 0 0 51 301.2M 0 166.1k 1:00:21 30:57 29:24 139.9k 51 587.4M 0 0 51 301.3M 0 166.0k 1:00:22 30:58 29:24 136.3k 51 587.4M 0 0 51 301.5M 0 166.0k 1:00:23 30:59 29:24 128.4k 51 587.4M 0 0 51 301.6M 0 166.0k 1:00:23 31:00 29:23 127.2k 51 587.4M 0 0 51 301.7M 0 165.9k 1:00:25 31:01 29:24 116.8k 51 587.4M 0 0 51 301.9M 0 165.9k 1:00:24 31:03 29:21 118.9k 51 587.4M 0 0 51 302.1M 0 165.9k 1:00:24 31:04 29:20 129.9k 51 587.4M 0 0 51 302.3M 0 165.9k 1:00:24 31:05 29:19 152.6k 51 587.4M 0 0 51 302.6M 0 166.0k 1:00:23 31:06 29:17 178.2k 51 587.4M 0 0 51 302.8M 0 166.0k 1:00:23 31:07 29:16 194.5k 51 587.4M 0 0 51 303.0M 0 166.0k 1:00:23 31:08 29:15 187.0k 51 587.4M 0 0 51 303.1M 0 166.0k 1:00:23 31:10 29:13 176.1k 51 587.4M 0 0 51 303.4M 0 166.0k 1:00:23 31:11 29:12 175.7k 51 587.4M 0 0 51 303.6M 0 166.0k 1:00:23 31:12 29:11 165.6k 51 587.4M 0 0 51 303.8M 0 166.0k 1:00:23 31:14 29:09 161.5k 51 587.4M 0 0 51 304.0M 0 166.0k 1:00:23 31:15 29:08 164.5k 51 587.4M 0 0 51 304.2M 0 166.0k 1:00:23 31:16 29:07 167.2k 51 587.4M 0 0 51 304.4M 0 165.9k 1:00:24 31:18 29:06 149.6k 51 587.4M 0 0 51 304.5M 0 165.9k 1:00:25 31:19 29:06 130.5k 51 587.4M 0 0 51 304.6M 0 165.8k 1:00:26 31:20 29:06 126.9k 51 587.4M 0 0 51 304.8M 0 165.8k 1:00:26 31:22 29:04 123.6k 51 587.4M 0 0 51 305.0M 0 165.8k 1:00:27 31:23 29:04 124.1k 51 587.4M 0 0 51 305.2M 0 165.8k 1:00:27 31:24 29:03 128.0k 51 587.4M 0 0 51 305.3M 0 165.8k 1:00:28 31:25 29:03 133.9k 52 587.4M 0 0 52 305.5M 0 165.7k 1:00:29 31:27 29:02 128.2k 52 587.4M 0 0 52 305.6M 0 165.7k 1:00:29 31:28 29:01 123.0k 52 587.4M 0 0 52 305.8M 0 165.7k 1:00:30 31:29 29:01 123.2k 52 587.4M 0 0 52 306.0M 0 165.7k 1:00:30 31:30 29:00 125.2k 52 587.4M 0 0 52 306.2M 0 165.7k 1:00:29 31:32 28:57 142.4k 52 587.4M 0 0 52 306.5M 0 165.7k 1:00:29 31:33 28:56 164.7k 52 587.4M 0 0 52 306.6M 0 165.7k 1:00:30 31:35 28:55 163.7k 52 587.4M 0 0 52 306.8M 0 165.7k 1:00:30 31:36 28:54 165.1k 52 587.4M 0 0 52 307.1M 0 165.7k 1:00:29 31:37 28:52 177.1k 52 587.4M 0 0 52 307.3M 0 165.7k 1:00:28 31:38 28:50 178.8k 52 587.4M 0 0 52 307.5M 0 165.7k 1:00:28 31:39 28:49 172.7k 52 587.4M 0 0 52 307.7M 0 165.7k 1:00:28 31:40 28:48 186.5k 52 587.4M 0 0 52 307.9M 0 165.7k 1:00:29 31:42 28:47 180.5k 52 587.4M 0 0 52 308.0M 0 165.7k 1:00:30 31:43 28:47 158.3k 52 587.4M 0 0 52 308.1M 0 165.6k 1:00:30 31:44 28:46 141.5k 52 587.4M 0 0 52 308.3M 0 165.7k 1:00:30 31:45 28:45 142.0k 52 587.4M 0 0 52 308.5M 0 165.6k 1:00:30 31:46 28:44 138.0k 52 587.4M 0 0 52 308.6M 0 165.6k 1:00:31 31:47 28:44 135.2k 52 587.4M 0 0 52 308.8M 0 165.6k 1:00:31 31:49 28:42 136.3k 52 587.4M 0 0 52 308.9M 0 165.6k 1:00:32 31:50 28:42 134.2k 52 587.4M 0 0 52 309.1M 0 165.5k 1:00:32 31:51 28:41 131.8k 52 587.4M 0 0 52 309.3M 0 165.5k 1:00:33 31:52 28:41 129.5k 52 587.4M 0 0 52 309.4M 0 165.5k 1:00:33 31:54 28:39 127.1k 52 587.4M 0 0 52 309.5M 0 165.5k 1:00:34 31:55 28:39 128.9k 52 587.4M 0 0 52 309.6M 0 165.4k 1:00:35 31:56 28:39 128.3k 52 587.4M 0 0 52 309.8M 0 165.4k 1:00:36 31:57 28:39 115.9k 52 587.4M 0 0 52 309.9M 0 165.4k 1:00:36 31:58 28:38 109.1k 52 587.4M 0 0 52 310.1M 0 165.4k 1:00:36 31:59 28:37 120.5k 52 587.4M 0 0 52 310.3M 0 165.3k 1:00:37 32:01 28:36 126.1k 52 587.4M 0 0 52 310.4M 0 165.3k 1:00:37 32:02 28:35 129.3k 52 587.4M 0 0 52 310.6M 0 165.3k 1:00:38 32:03 28:35 138.0k 52 587.4M 0 0 52 310.8M 0 165.3k 1:00:38 32:04 28:34 146.6k 52 587.4M 0 0 52 311.0M 0 165.3k 1:00:38 32:06 28:32 143.3k 52 587.4M 0 0 52 311.1M 0 165.3k 1:00:38 32:07 28:31 142.2k 53 587.4M 0 0 53 311.3M 0 165.3k 1:00:38 32:08 28:30 149.8k 53 587.4M 0 0 53 311.5M 0 165.3k 1:00:38 32:09 28:29 157.1k 53 587.4M 0 0 53 311.8M 0 165.3k 1:00:38 32:11 28:27 165.2k 53 587.4M 0 0 53 312.0M 0 165.3k 1:00:38 32:12 28:26 162.2k 53 587.4M 0 0 53 312.1M 0 165.3k 1:00:38 32:13 28:25 166.8k 53 587.4M 0 0 53 312.3M 0 165.3k 1:00:38 32:14 28:24 164.6k 53 587.4M 0 0 53 312.5M 0 165.2k 1:00:39 32:16 28:23 155.1k 53 587.4M 0 0 53 312.6M 0 165.2k 1:00:40 32:17 28:23 139.0k 53 587.4M 0 0 53 312.8M 0 165.2k 1:00:40 32:18 28:22 139.0k 53 587.4M 0 0 53 313.0M 0 165.2k 1:00:40 32:20 28:20 137.1k 53 587.4M 0 0 53 313.1M 0 165.2k 1:00:41 32:21 28:20 129.9k 53 587.4M 0 0 53 313.3M 0 165.1k 1:00:41 32:22 28:19 128.7k 53 587.4M 0 0 53 313.4M 0 165.1k 1:00:42 32:23 28:19 125.6k 53 587.4M 0 0 53 313.6M 0 165.1k 1:00:42 32:24 28:18 130.0k 53 587.4M 0 0 53 313.8M 0 165.1k 1:00:42 32:25 28:17 137.4k 53 587.4M 0 0 53 314.0M 0 165.1k 1:00:41 32:26 28:15 160.5k 53 587.4M 0 0 53 314.3M 0 165.2k 1:00:40 32:27 28:13 181.5k 53 587.4M 0 0 53 314.6M 0 165.2k 1:00:39 32:29 28:10 215.9k 53 587.4M 0 0 53 314.8M 0 165.2k 1:00:39 32:30 28:09 217.2k 53 587.4M 0 0 53 315.0M 0 165.2k 1:00:40 32:31 28:09 203.7k 53 587.4M 0 0 53 315.1M 0 165.2k 1:00:39 32:32 28:07 190.8k 53 587.4M 0 0 53 315.3M 0 165.2k 1:00:40 32:34 28:06 171.5k 53 587.4M 0 0 53 315.5M 0 165.2k 1:00:40 32:35 28:05 146.0k 53 587.4M 0 0 53 315.6M 0 165.2k 1:00:40 32:36 28:04 148.9k 53 587.4M 0 0 53 315.9M 0 165.2k 1:00:40 32:37 28:03 164.0k 53 587.4M 0 0 53 316.1M 0 165.3k 1:00:39 32:38 28:01 175.7k 53 587.4M 0 0 53 316.3M 0 165.2k 1:00:39 32:39 28:00 182.0k 53 587.4M 0 0 53 316.5M 0 165.2k 1:00:39 32:41 27:58 189.0k 53 587.4M 0 0 53 316.6M 0 165.2k 1:00:40 32:42 27:58 167.0k 53 587.4M 0 0 53 316.8M 0 165.2k 1:00:41 32:43 27:58 148.7k 53 587.4M 0 0 53 317.0M 0 165.1k 1:00:41 32:45 27:56 131.2k 53 587.4M 0 0 53 317.1M 0 165.1k 1:00:42 32:46 27:56 118.9k 54 587.4M 0 0 54 317.2M 0 165.1k 1:00:43 32:47 27:56 109.7k 54 587.4M 0 0 54 317.3M 0 165.0k 1:00:44 32:48 27:56 109.9k 54 587.4M 0 0 54 317.5M 0 165.0k 1:00:44 32:50 27:54 116.5k 54 587.4M 0 0 54 317.6M 0 165.0k 1:00:45 32:51 27:54 112.7k 54 587.4M 0 0 54 317.8M 0 165.0k 1:00:45 32:52 27:53 121.4k 54 587.4M 0 0 54 318.0M 0 164.9k 1:00:46 32:53 27:53 129.0k 54 587.4M 0 0 54 318.2M 0 164.9k 1:00:46 32:55 27:51 141.7k 54 587.4M 0 0 54 318.4M 0 164.9k 1:00:46 32:56 27:50 139.8k 54 587.4M 0 0 54 318.6M 0 164.9k 1:00:46 32:58 27:48 142.9k 54 587.4M 0 0 54 318.8M 0 164.9k 1:00:47 32:59 27:48 145.1k 54 587.4M 0 0 54 319.0M 0 164.9k 1:00:47 33:00 27:47 143.3k 54 587.4M 0 0 54 319.1M 0 164.8k 1:00:49 33:02 27:47 126.2k 54 587.4M 0 0 54 319.2M 0 164.7k 1:00:50 33:03 27:47 116.9k 54 587.4M 0 0 54 319.3M 0 164.7k 1:00:51 33:05 27:46 108.1k 54 587.4M 0 0 54 319.5M 0 164.7k 1:00:51 33:06 27:45 102.8k 54 587.4M 0 0 54 319.6M 0 164.7k 1:00:51 33:07 27:44 107.0k 54 587.4M 0 0 54 319.9M 0 164.7k 1:00:51 33:08 27:43 133.5k 54 587.4M 0 0 54 320.1M 0 164.7k 1:00:50 33:09 27:41 157.0k 54 587.4M 0 0 54 320.3M 0 164.7k 1:00:51 33:11 27:40 168.6k 54 587.4M 0 0 54 320.5M 0 164.7k 1:00:52 33:12 27:40 162.1k 54 587.4M 0 0 54 320.6M 0 164.6k 1:00:52 33:13 27:39 152.8k 54 587.4M 0 0 54 320.8M 0 164.6k 1:00:53 33:14 27:39 141.0k 54 587.4M 0 0 54 321.0M 0 164.6k 1:00:52 33:16 27:36 140.8k 54 587.4M 0 0 54 321.2M 0 164.7k 1:00:52 33:17 27:35 147.2k 54 587.4M 0 0 54 321.5M 0 164.7k 1:00:52 33:18 27:34 162.7k 54 587.4M 0 0 54 321.6M 0 164.6k 1:00:53 33:20 27:33 156.8k 54 587.4M 0 0 54 321.8M 0 164.6k 1:00:53 33:21 27:32 165.2k 54 587.4M 0 0 54 322.0M 0 164.7k 1:00:52 33:22 27:30 172.1k 54 587.4M 0 0 54 322.3M 0 164.7k 1:00:51 33:23 27:28 177.7k 54 587.4M 0 0 54 322.4M 0 164.7k 1:00:52 33:24 27:28 164.9k 54 587.4M 0 0 54 322.5M 0 164.6k 1:00:53 33:25 27:28 163.1k 54 587.4M 0 0 54 322.6M 0 164.6k 1:00:54 33:27 27:27 143.9k 54 587.4M 0 0 54 322.8M 0 164.5k 1:00:54 33:28 27:26 125.8k 54 587.4M 0 0 54 323.0M 0 164.5k 1:00:54 33:29 27:25 117.9k 55 587.4M 0 0 55 323.1M 0 164.5k 1:00:55 33:31 27:24 116.0k 55 587.4M 0 0 55 323.3M 0 164.5k 1:00:56 33:32 27:24 123.0k 55 587.4M 0 0 55 323.5M 0 164.5k 1:00:55 33:33 27:22 146.8k 55 587.4M 0 0 55 323.8M 0 164.5k 1:00:55 33:34 27:21 163.6k 55 587.4M 0 0 55 324.0M 0 164.6k 1:00:54 33:35 27:19 171.2k 55 587.4M 0 0 55 324.3M 0 164.6k 1:00:53 33:37 27:16 204.6k 55 587.4M 0 0 55 324.6M 0 164.7k 1:00:52 33:38 27:14 223.3k 55 587.4M 0 0 55 324.8M 0 164.7k 1:00:52 33:39 27:13 215.8k 55 587.4M 0 0 55 325.0M 0 164.7k 1:00:52 33:40 27:12 201.4k 55 587.4M 0 0 55 325.2M 0 164.7k 1:00:52 33:42 27:10 194.5k 55 587.4M 0 0 55 325.4M 0 164.7k 1:00:52 33:43 27:09 181.4k 55 587.4M 0 0 55 325.6M 0 164.7k 1:00:52 33:44 27:08 166.0k 55 587.4M 0 0 55 325.8M 0 164.7k 1:00:51 33:45 27:06 177.7k 55 587.4M 0 0 55 326.1M 0 164.7k 1:00:50 33:46 27:04 199.3k 55 587.4M 0 0 55 326.3M 0 164.8k 1:00:49 33:47 27:02 208.1k 55 587.4M 0 0 55 326.5M 0 164.8k 1:00:49 33:48 27:01 200.5k 55 587.4M 0 0 55 326.7M 0 164.7k 1:00:50 33:50 27:00 194.3k 55 587.4M 0 0 55 326.8M 0 164.7k 1:00:50 33:51 26:59 172.3k 55 587.4M 0 0 55 327.0M 0 164.7k 1:00:50 33:52 26:58 159.7k 55 587.4M 0 0 55 327.3M 0 164.8k 1:00:50 33:53 26:57 161.1k 55 587.4M 0 0 55 327.5M 0 164.8k 1:00:50 33:54 26:56 159.2k 55 587.4M 0 0 55 327.6M 0 164.8k 1:00:50 33:56 26:54 166.0k 55 587.4M 0 0 55 327.8M 0 164.8k 1:00:49 33:57 26:52 179.3k 55 587.4M 0 0 55 328.0M 0 164.8k 1:00:49 33:58 26:51 177.3k 55 587.4M 0 0 55 328.3M 0 164.8k 1:00:49 33:59 26:50 175.4k 55 587.4M 0 0 55 328.6M 0 164.9k 1:00:48 34:00 26:48 200.2k 55 587.4M 0 0 55 328.8M 0 164.9k 1:00:47 34:01 26:46 206.3k 55 587.4M 0 0 55 328.9M 0 164.8k 1:00:48 34:02 26:46 189.3k 56 587.4M 0 0 56 329.1M 0 164.8k 1:00:48 34:04 26:44 184.5k 56 587.4M 0 0 56 329.3M 0 164.8k 1:00:48 34:05 26:43 177.7k 56 587.4M 0 0 56 329.5M 0 164.9k 1:00:47 34:06 26:41 165.8k 56 587.4M 0 0 56 329.7M 0 164.9k 1:00:47 34:07 26:40 165.4k 56 587.4M 0 0 56 329.9M 0 164.9k 1:00:47 34:08 26:39 174.8k 56 587.4M 0 0 56 330.1M 0 164.9k 1:00:47 34:10 26:37 183.2k 56 587.4M 0 0 56 330.3M 0 164.9k 1:00:47 34:11 26:36 173.6k 56 587.4M 0 0 56 330.5M 0 164.8k 1:00:48 34:12 26:36 158.4k 56 587.4M 0 0 56 330.6M 0 164.8k 1:00:48 34:13 26:35 152.5k 56 587.4M 0 0 56 330.9M 0 164.9k 1:00:47 34:14 26:33 162.7k 56 587.4M 0 0 56 331.1M 0 164.9k 1:00:47 34:16 26:31 159.0k 56 587.4M 0 0 56 331.3M 0 164.8k 1:00:48 34:17 26:31 153.1k 56 587.4M 0 0 56 331.4M 0 164.8k 1:00:49 34:19 26:30 144.8k 56 587.4M 0 0 56 331.5M 0 164.8k 1:00:50 34:20 26:30 140.6k 56 587.4M 0 0 56 331.7M 0 164.8k 1:00:50 34:21 26:29 132.3k 56 587.4M 0 0 56 331.9M 0 164.7k 1:00:50 34:22 26:28 128.6k 56 587.4M 0 0 56 332.1M 0 164.7k 1:00:50 34:23 26:27 138.4k 56 587.4M 0 0 56 332.3M 0 164.7k 1:00:50 34:24 26:26 154.6k 56 587.4M 0 0 56 332.4M 0 164.7k 1:00:50 34:25 26:25 152.9k 56 587.4M 0 0 56 332.5M 0 164.7k 1:00:51 34:27 26:24 143.9k 56 587.4M 0 0 56 332.7M 0 164.7k 1:00:51 34:28 26:23 146.2k 56 587.4M 0 0 56 333.0M 0 164.7k 1:00:51 34:29 26:22 154.9k 56 587.4M 0 0 56 333.1M 0 164.7k 1:00:52 34:30 26:22 140.2k 56 587.4M 0 0 56 333.2M 0 164.7k 1:00:52 34:31 26:21 140.4k 56 587.4M 0 0 56 333.3M 0 164.6k 1:00:53 34:33 26:20 135.2k 56 587.4M 0 0 56 333.5M 0 164.6k 1:00:54 34:34 26:20 124.7k 56 587.4M 0 0 56 333.6M 0 164.6k 1:00:54 34:35 26:19 111.3k 56 587.4M 0 0 56 333.8M 0 164.5k 1:00:55 34:37 26:18 110.9k 56 587.4M 0 0 56 333.9M 0 164.5k 1:00:56 34:38 26:18 110.8k 56 587.4M 0 0 56 334.1M 0 164.5k 1:00:55 34:39 26:16 125.1k 56 587.4M 0 0 56 334.3M 0 164.5k 1:00:56 34:40 26:16 136.2k 56 587.4M 0 0 56 334.5M 0 164.5k 1:00:56 34:41 26:15 137.8k 56 587.4M 0 0 56 334.6M 0 164.4k 1:00:57 34:43 26:14 137.3k 56 587.4M 0 0 56 334.8M 0 164.4k 1:00:57 34:44 26:13 144.0k 57 587.4M 0 0 57 335.0M 0 164.4k 1:00:57 34:45 26:12 143.6k 57 587.4M 0 0 57 335.2M 0 164.5k 1:00:56 34:46 26:10 151.0k 57 587.4M 0 0 57 335.5M 0 164.5k 1:00:56 34:48 26:08 164.8k 57 587.4M 0 0 57 335.6M 0 164.5k 1:00:56 34:49 26:07 177.4k 57 587.4M 0 0 57 335.8M 0 164.5k 1:00:56 34:50 26:06 175.0k 57 587.4M 0 0 57 336.0M 0 164.4k 1:00:57 34:52 26:05 158.5k 57 587.4M 0 0 57 336.1M 0 164.4k 1:00:58 34:53 26:05 139.9k 57 587.4M 0 0 57 336.3M 0 164.3k 1:00:59 34:55 26:04 125.6k 57 587.4M 0 0 57 336.5M 0 164.3k 1:00:59 34:56 26:03 120.5k 57 587.4M 0 0 57 336.6M 0 164.3k 1:01:00 34:57 26:03 118.9k 57 587.4M 0 0 57 336.8M 0 164.3k 1:00:59 34:58 26:01 131.9k 57 587.4M 0 0 57 337.1M 0 164.4k 1:00:58 34:59 25:59 164.6k 57 587.4M 0 0 57 337.4M 0 164.4k 1:00:58 35:01 25:57 179.7k 57 587.4M 0 0 57 337.6M 0 164.4k 1:00:58 35:02 25:56 182.7k 57 587.4M 0 0 57 337.7M 0 164.4k 1:00:58 35:03 25:55 184.1k 57 587.4M 0 0 57 337.9M 0 164.4k 1:00:58 35:04 25:54 183.9k 57 587.4M 0 0 57 338.1M 0 164.4k 1:00:58 35:05 25:53 164.6k 57 587.4M 0 0 57 338.3M 0 164.3k 1:00:59 35:07 25:52 149.7k 57 587.4M 0 0 57 338.5M 0 164.3k 1:00:59 35:08 25:51 153.1k 57 587.4M 0 0 57 338.7M 0 164.4k 1:00:58 35:09 25:49 166.3k 57 587.4M 0 0 57 338.8M 0 164.3k 1:00:59 35:10 25:49 154.1k 57 587.4M 0 0 57 339.0M 0 164.3k 1:01:00 35:12 25:48 138.0k 57 587.4M 0 0 57 339.1M 0 164.3k 1:01:00 35:13 25:47 141.4k 57 587.4M 0 0 57 339.3M 0 164.3k 1:01:00 35:14 25:46 140.8k 57 587.4M 0 0 57 339.6M 0 164.3k 1:01:00 35:16 25:44 140.3k 57 587.4M 0 0 57 339.8M 0 164.3k 1:01:00 35:17 25:43 151.0k 57 587.4M 0 0 57 340.0M 0 164.3k 1:01:00 35:18 25:42 168.2k 57 587.4M 0 0 57 340.1M 0 164.3k 1:01:00 35:19 25:41 172.1k 57 587.4M 0 0 57 340.3M 0 164.3k 1:01:00 35:20 25:40 174.0k 57 587.4M 0 0 57 340.5M 0 164.3k 1:01:00 35:21 25:39 169.0k 58 587.4M 0 0 58 340.7M 0 164.3k 1:01:00 35:23 25:37 161.0k 58 587.4M 0 0 58 340.9M 0 164.3k 1:01:01 35:24 25:37 151.8k 58 587.4M 0 0 58 341.1M 0 164.2k 1:01:01 35:26 25:35 144.5k 58 587.4M 0 0 58 341.2M 0 164.2k 1:01:02 35:27 25:35 135.8k 58 587.4M 0 0 58 341.4M 0 164.2k 1:01:02 35:28 25:34 136.1k 58 587.4M 0 0 58 341.6M 0 164.2k 1:01:01 35:29 25:32 142.1k 58 587.4M 0 0 58 341.8M 0 164.2k 1:01:01 35:30 25:31 152.9k 58 587.4M 0 0 58 342.0M 0 164.2k 1:01:01 35:31 25:30 168.2k 58 587.4M 0 0 58 342.1M 0 164.2k 1:01:01 35:32 25:29 177.3k 58 587.4M 0 0 58 342.3M 0 164.2k 1:01:01 35:33 25:28 175.4k 58 587.4M 0 0 58 342.5M 0 164.3k 1:01:01 35:34 25:27 176.5k 58 587.4M 0 0 58 342.7M 0 164.3k 1:01:01 35:36 25:25 170.0k 58 587.4M 0 0 58 342.9M 0 164.2k 1:01:01 35:37 25:24 165.0k 58 587.4M 0 0 58 343.1M 0 164.2k 1:01:01 35:38 25:23 158.0k 58 587.4M 0 0 58 343.3M 0 164.2k 1:01:02 35:40 25:22 153.0k 58 587.4M 0 0 58 343.5M 0 164.2k 1:01:02 35:41 25:21 149.2k 58 587.4M 0 0 58 343.6M 0 164.2k 1:01:03 35:42 25:21 138.0k 58 587.4M 0 0 58 343.7M 0 164.1k 1:01:04 35:44 25:20 124.5k 58 587.4M 0 0 58 343.8M 0 164.1k 1:01:05 35:45 25:20 110.6k 58 587.4M 0 0 58 344.0M 0 164.0k 1:01:06 35:46 25:20 103.4k 58 587.4M 0 0 58 344.1M 0 164.0k 1:01:06 35:47 25:19 98996 58 587.4M 0 0 58 344.2M 0 164.0k 1:01:07 35:49 25:18 100.7k 58 587.4M 0 0 58 344.4M 0 164.0k 1:01:07 35:50 25:17 112.5k 58 587.4M 0 0 58 344.6M 0 164.0k 1:01:07 35:51 25:16 132.4k 58 587.4M 0 0 58 344.7M 0 163.9k 1:01:08 35:52 25:16 132.9k 58 587.4M 0 0 58 344.9M 0 163.9k 1:01:08 35:54 25:14 137.3k 58 587.4M 0 0 58 345.1M 0 163.9k 1:01:08 35:55 25:13 145.8k 58 587.4M 0 0 58 345.3M 0 164.0k 1:01:07 35:56 25:11 158.3k 58 587.4M 0 0 58 345.5M 0 163.9k 1:01:08 35:58 25:10 145.9k 58 587.4M 0 0 58 345.7M 0 163.9k 1:01:08 35:59 25:09 155.6k 58 587.4M 0 0 58 346.0M 0 163.9k 1:01:08 36:00 25:08 169.9k 58 587.4M 0 0 58 346.2M 0 164.0k 1:01:07 36:01 25:06 178.6k 58 587.4M 0 0 58 346.5M 0 164.0k 1:01:06 36:02 25:04 190.1k 59 587.4M 0 0 59 346.8M 0 164.1k 1:01:05 36:03 25:02 218.6k 59 587.4M 0 0 59 347.0M 0 164.0k 1:01:05 36:05 25:00 212.2k 59 587.4M 0 0 59 347.1M 0 164.0k 1:01:06 36:06 25:00 193.7k 59 587.4M 0 0 59 347.2M 0 164.0k 1:01:06 36:07 24:59 128.4k 59 587.4M 0 0 59 347.2M 0 164.0k 1:01:06 36:07 24:59 164.0k 59 587.4M 0 0 59 347.3M 0 164.0k 1:01:07 36:08 24:59 121.0k 59 587.4M 0 0 59 347.5M 0 164.0k 1:01:07 36:09 24:58 125.6k 59 587.4M 0 0 59 347.6M 0 163.9k 1:01:08 36:11 24:57 125.0k 59 587.4M 0 0 59 347.8M 0 163.9k 1:01:08 36:12 24:56 132.1k 59 587.4M 0 0 59 348.0M 0 163.9k 1:01:08 36:13 24:55 141.5k 59 587.4M 0 0 59 348.3M 0 164.0k 1:01:07 36:14 24:53 162.6k 59 587.4M 0 0 59 348.5M 0 164.0k 1:01:06 36:15 24:51 187.8k 59 587.4M 0 0 59 348.7M 0 164.0k 1:01:06 36:16 24:50 196.2k 59 587.4M 0 0 59 349.0M 0 164.1k 1:01:05 36:17 24:48 213.1k 59 587.4M 0 0 59 349.2M 0 164.1k 1:01:05 36:18 24:47 220.1k 59 587.4M 0 0 59 349.4M 0 164.1k 1:01:04 36:19 24:45 208.2k 59 587.4M 0 0 59 349.6M 0 164.1k 1:01:04 36:21 24:43 206.8k 59 587.4M 0 0 59 349.9M 0 164.2k 1:01:03 36:22 24:41 211.8k 59 587.4M 0 0 59 350.1M 0 164.2k 1:01:03 36:23 24:40 204.5k 59 587.4M 0 0 59 350.3M 0 164.2k 1:01:03 36:24 24:39 196.1k 59 587.4M 0 0 59 350.5M 0 164.2k 1:01:03 36:26 24:37 187.6k 59 587.4M 0 0 59 350.6M 0 164.1k 1:01:04 36:27 24:37 164.6k 59 587.4M 0 0 59 350.8M 0 164.1k 1:01:04 36:28 24:36 153.7k 59 587.4M 0 0 59 351.0M 0 164.1k 1:01:04 36:29 24:35 144.2k 59 587.4M 0 0 59 351.1M 0 164.1k 1:01:05 36:30 24:35 134.0k 59 587.4M 0 0 59 351.3M 0 164.1k 1:01:05 36:32 24:33 129.3k 59 587.4M 0 0 59 351.4M 0 164.0k 1:01:05 36:33 24:32 131.9k 59 587.4M 0 0 59 351.5M 0 164.0k 1:01:06 36:34 24:32 127.1k 59 587.4M 0 0 59 351.6M 0 164.0k 1:01:06 36:35 24:31 119.2k 59 587.4M 0 0 59 351.8M 0 164.0k 1:01:07 36:36 24:31 121.2k 59 587.4M 0 0 59 352.0M 0 164.0k 1:01:07 36:38 24:29 126.9k 59 587.4M 0 0 59 352.1M 0 163.9k 1:01:08 36:39 24:29 125.1k 59 587.4M 0 0 59 352.3M 0 163.9k 1:01:08 36:40 24:28 124.1k 60 587.4M 0 0 60 352.5M 0 163.9k 1:01:08 36:41 24:27 132.6k 60 587.4M 0 0 60 352.6M 0 163.9k 1:01:09 36:42 24:27 134.9k 60 587.4M 0 0 60 352.8M 0 163.9k 1:01:10 36:44 24:26 125.7k 60 587.4M 0 0 60 352.9M 0 163.8k 1:01:10 36:45 24:25 125.5k 60 587.4M 0 0 60 353.0M 0 163.8k 1:01:11 36:46 24:25 122.8k 60 587.4M 0 0 60 353.2M 0 163.8k 1:01:11 36:47 24:24 121.8k 60 587.4M 0 0 60 353.5M 0 163.8k 1:01:10 36:48 24:22 138.2k 60 587.4M 0 0 60 353.6M 0 163.8k 1:01:10 36:49 24:21 154.6k 60 587.4M 0 0 60 353.8M 0 163.8k 1:01:10 36:51 24:19 163.2k 60 587.4M 0 0 60 354.0M 0 163.8k 1:01:11 36:52 24:19 167.3k 60 587.4M 0 0 60 354.1M 0 163.8k 1:01:11 36:53 24:18 171.4k 60 587.4M 0 0 60 354.3M 0 163.8k 1:01:11 36:54 24:17 152.6k 60 587.4M 0 0 60 354.5M 0 163.8k 1:01:11 36:56 24:15 144.8k 60 587.4M 0 0 60 354.7M 0 163.8k 1:01:11 36:57 24:14 145.3k 60 587.4M 0 0 60 355.0M 0 163.8k 1:01:11 36:58 24:13 165.0k 60 587.4M 0 0 60 355.2M 0 163.8k 1:01:10 36:59 24:11 172.9k 60 587.4M 0 0 60 355.5M 0 163.9k 1:01:09 37:00 24:09 195.1k 60 587.4M 0 0 60 355.7M 0 163.9k 1:01:09 37:01 24:08 211.1k 60 587.4M 0 0 60 355.9M 0 163.9k 1:01:09 37:03 24:06 214.4k 60 587.4M 0 0 60 356.1M 0 163.9k 1:01:08 37:04 24:04 204.7k 60 587.4M 0 0 60 356.3M 0 164.0k 1:01:08 37:05 24:03 211.6k 60 587.4M 0 0 60 356.6M 0 164.0k 1:01:07 37:06 24:01 210.0k 60 587.4M 0 0 60 356.8M 0 164.0k 1:01:07 37:07 24:00 189.7k 60 587.4M 0 0 60 357.0M 0 164.0k 1:01:07 37:08 23:59 191.7k 60 587.4M 0 0 60 357.1M 0 164.0k 1:01:07 37:10 23:57 183.9k 60 587.4M 0 0 60 357.3M 0 164.0k 1:01:07 37:11 23:56 170.5k 60 587.4M 0 0 60 357.5M 0 164.0k 1:01:08 37:12 23:56 149.2k 60 587.4M 0 0 60 357.6M 0 163.9k 1:01:09 37:13 23:56 138.4k 60 587.4M 0 0 60 357.7M 0 163.9k 1:01:10 37:15 23:55 120.9k 60 587.4M 0 0 60 357.9M 0 163.8k 1:01:10 37:16 23:54 119.3k 60 587.4M 0 0 60 358.1M 0 163.8k 1:01:10 37:17 23:53 118.0k 60 587.4M 0 0 60 358.3M 0 163.8k 1:01:10 37:18 23:52 125.8k 61 587.4M 0 0 61 358.5M 0 163.8k 1:01:10 37:19 23:51 142.1k 61 587.4M 0 0 61 358.6M 0 163.8k 1:01:10 37:21 23:49 155.0k 61 587.4M 0 0 61 358.8M 0 163.8k 1:01:11 37:22 23:49 155.2k 61 587.4M 0 0 61 359.0M 0 163.8k 1:01:11 37:23 23:48 154.6k 61 587.4M 0 0 61 359.2M 0 163.8k 1:01:11 37:24 23:47 156.9k 61 587.4M 0 0 61 359.4M 0 163.8k 1:01:10 37:25 23:45 159.7k 61 587.4M 0 0 61 359.6M 0 163.8k 1:01:11 37:27 23:44 159.2k 61 587.4M 0 0 61 359.8M 0 163.8k 1:01:11 37:28 23:43 160.5k 61 587.4M 0 0 61 359.9M 0 163.8k 1:01:11 37:29 23:42 152.0k 61 587.4M 0 0 61 360.0M 0 163.7k 1:01:12 37:31 23:41 135.4k 61 587.4M 0 0 61 360.2M 0 163.7k 1:01:12 37:32 23:40 133.2k 61 587.4M 0 0 61 360.4M 0 163.7k 1:01:13 37:33 23:40 130.3k 61 587.4M 0 0 61 360.5M 0 163.7k 1:01:13 37:34 23:39 122.2k 61 587.4M 0 0 61 360.6M 0 163.7k 1:01:14 37:36 23:38 120.8k 61 587.4M 0 0 61 360.8M 0 163.7k 1:01:14 37:37 23:37 133.8k 61 587.4M 0 0 61 361.1M 0 163.7k 1:01:14 37:38 23:36 140.8k 61 587.4M 0 0 61 361.3M 0 163.7k 1:01:14 37:39 23:35 144.2k 61 587.4M 0 0 61 361.5M 0 163.7k 1:01:14 37:41 23:33 156.3k 61 587.4M 0 0 61 361.6M 0 163.7k 1:01:14 37:42 23:32 169.7k 61 587.4M 0 0 61 361.8M 0 163.7k 1:01:14 37:43 23:31 162.1k 61 587.4M 0 0 61 362.0M 0 163.6k 1:01:15 37:44 23:31 149.8k 61 587.4M 0 0 61 362.1M 0 163.6k 1:01:15 37:45 23:30 149.3k 61 587.4M 0 0 61 362.3M 0 163.6k 1:01:15 37:47 23:28 147.6k 61 587.4M 0 0 61 362.5M 0 163.6k 1:01:15 37:48 23:27 138.6k 61 587.4M 0 0 61 362.7M 0 163.6k 1:01:16 37:49 23:27 142.9k 61 587.4M 0 0 61 362.8M 0 163.6k 1:01:16 37:51 23:25 137.3k 61 587.4M 0 0 61 363.1M 0 163.6k 1:01:16 37:52 23:24 148.9k 61 587.4M 0 0 61 363.3M 0 163.6k 1:01:15 37:53 23:22 159.5k 61 587.4M 0 0 61 363.5M 0 163.6k 1:01:15 37:54 23:21 166.3k 61 587.4M 0 0 61 363.7M 0 163.6k 1:01:16 37:56 23:20 164.7k 61 587.4M 0 0 61 363.9M 0 163.6k 1:01:15 37:57 23:18 178.7k 61 587.4M 0 0 61 364.1M 0 163.6k 1:01:16 37:58 23:18 162.5k 62 587.4M 0 0 62 364.2M 0 163.6k 1:01:16 37:59 23:17 143.7k 62 587.4M 0 0 62 364.4M 0 163.6k 1:01:17 38:01 23:16 141.8k 62 587.4M 0 0 62 364.6M 0 163.5k 1:01:17 38:02 23:15 140.4k 62 587.4M 0 0 62 364.8M 0 163.6k 1:01:16 38:03 23:13 147.8k 62 587.4M 0 0 62 365.0M 0 163.6k 1:01:16 38:04 23:12 151.6k 62 587.4M 0 0 62 365.2M 0 163.6k 1:01:17 38:06 23:11 160.6k 62 587.4M 0 0 62 365.3M 0 163.5k 1:01:17 38:07 23:10 154.9k 62 587.4M 0 0 62 365.5M 0 163.5k 1:01:17 38:08 23:09 157.7k 62 587.4M 0 0 62 365.8M 0 163.5k 1:01:17 38:09 23:08 153.9k 62 587.4M 0 0 62 365.9M 0 163.5k 1:01:18 38:11 23:07 146.2k 62 587.4M 0 0 62 366.0M 0 163.5k 1:01:18 38:12 23:06 135.5k 62 587.4M 0 0 62 366.1M 0 163.5k 1:01:19 38:13 23:06 137.3k 62 587.4M 0 0 62 366.3M 0 163.5k 1:01:18 38:14 23:04 144.5k 62 587.4M 0 0 62 366.5M 0 163.5k 1:01:18 38:15 23:03 137.7k 62 587.4M 0 0 62 366.7M 0 163.5k 1:01:18 38:16 23:02 150.2k 62 587.4M 0 0 62 366.9M 0 163.5k 1:01:18 38:17 23:01 159.6k 62 587.4M 0 0 62 367.0M 0 163.4k 1:01:19 38:19 23:00 155.3k 62 587.4M 0 0 62 367.2M 0 163.4k 1:01:19 38:20 22:59 151.6k 62 587.4M 0 0 62 367.4M 0 163.4k 1:01:19 38:21 22:58 152.4k 62 587.4M 0 0 62 367.6M 0 163.5k 1:01:19 38:22 22:57 155.1k 62 587.4M 0 0 62 367.8M 0 163.5k 1:01:19 38:23 22:56 160.6k 62 587.4M 0 0 62 368.0M 0 163.5k 1:01:18 38:24 22:54 183.3k 62 587.4M 0 0 62 368.3M 0 163.5k 1:01:18 38:26 22:52 189.1k 62 587.4M 0 0 62 368.4M 0 163.5k 1:01:18 38:27 22:51 176.6k 62 587.4M 0 0 62 368.6M 0 163.5k 1:01:18 38:28 22:50 178.3k 62 587.4M 0 0 62 368.8M 0 163.5k 1:01:18 38:29 22:49 171.3k 62 587.4M 0 0 62 369.0M 0 163.5k 1:01:18 38:31 22:47 160.4k 62 587.4M 0 0 62 369.1M 0 163.5k 1:01:19 38:32 22:47 147.0k 62 587.4M 0 0 62 369.4M 0 163.5k 1:01:18 38:33 22:45 164.2k 62 587.4M 0 0 62 369.6M 0 163.5k 1:01:18 38:34 22:44 169.0k 62 587.4M 0 0 62 369.8M 0 163.5k 1:01:17 38:35 22:42 175.4k 62 587.4M 0 0 62 370.0M 0 163.5k 1:01:17 38:36 22:41 181.3k 63 587.4M 0 0 63 370.3M 0 163.6k 1:01:16 38:37 22:39 207.2k 63 587.4M 0 0 63 370.6M 0 163.6k 1:01:15 38:39 22:36 213.1k 63 587.4M 0 0 63 370.8M 0 163.6k 1:01:16 38:40 22:36 197.2k 63 587.4M 0 0 63 371.0M 0 163.6k 1:01:16 38:42 22:34 190.7k 63 587.4M 0 0 63 371.1M 0 163.5k 1:01:17 38:43 22:34 173.3k 63 587.4M 0 0 63 371.3M 0 163.5k 1:01:17 38:44 22:33 153.6k 63 587.4M 0 0 63 371.5M 0 163.5k 1:01:18 38:46 22:32 120.6k 63 587.4M 0 0 63 371.6M 0 163.5k 1:01:19 38:47 22:32 112.9k 63 587.4M 0 0 63 371.7M 0 163.4k 1:01:20 38:48 22:32 101.4k 63 587.4M 0 0 63 371.9M 0 163.4k 1:01:20 38:50 22:30 110.2k 63 587.4M 0 0 63 372.1M 0 163.4k 1:01:20 38:51 22:29 121.9k 63 587.4M 0 0 63 372.3M 0 163.4k 1:01:20 38:52 22:28 135.1k 63 587.4M 0 0 63 372.5M 0 163.4k 1:01:20 38:54 22:26 140.9k 63 587.4M 0 0 63 372.7M 0 163.3k 1:01:21 38:56 22:25 144.6k 63 587.4M 0 0 63 372.8M 0 163.3k 1:01:22 38:57 22:25 132.9k 63 587.4M 0 0 63 372.9M 0 163.3k 1:01:23 38:58 22:25 112.4k 63 587.4M 0 0 63 373.1M 0 163.3k 1:01:23 38:59 22:24 112.5k 63 587.4M 0 0 63 373.2M 0 163.2k 1:01:24 39:00 22:24 109.5k 63 587.4M 0 0 63 373.4M 0 163.2k 1:01:24 39:01 22:23 118.5k 63 587.4M 0 0 63 373.5M 0 163.2k 1:01:24 39:03 22:21 126.7k 63 587.4M 0 0 63 373.8M 0 163.2k 1:01:24 39:04 22:20 148.7k 63 587.4M 0 0 63 374.0M 0 163.2k 1:01:24 39:05 22:19 155.2k 63 587.4M 0 0 63 374.1M 0 163.2k 1:01:24 39:06 22:18 161.8k 63 587.4M 0 0 63 374.3M 0 163.2k 1:01:24 39:07 22:17 167.7k 63 587.4M 0 0 63 374.5M 0 163.2k 1:01:24 39:09 22:15 170.5k 63 587.4M 0 0 63 374.6M 0 163.2k 1:01:25 39:10 22:15 149.0k 63 587.4M 0 0 63 374.8M 0 163.2k 1:01:25 39:11 22:14 148.6k 63 587.4M 0 0 63 375.0M 0 163.2k 1:01:25 39:12 22:13 149.0k 63 587.4M 0 0 63 375.2M 0 163.2k 1:01:25 39:14 22:11 141.3k 63 587.4M 0 0 63 375.4M 0 163.2k 1:01:25 39:15 22:10 149.8k 63 587.4M 0 0 63 375.6M 0 163.2k 1:01:24 39:16 22:08 168.8k 63 587.4M 0 0 63 375.8M 0 163.2k 1:01:25 39:17 22:08 160.6k 64 587.4M 0 0 64 376.0M 0 163.2k 1:01:25 39:18 22:07 156.7k 64 587.4M 0 0 64 376.1M 0 163.1k 1:01:26 39:20 22:06 150.1k 64 587.4M 0 0 64 376.2M 0 163.1k 1:01:26 39:21 22:05 137.6k 64 587.4M 0 0 64 376.3M 0 163.1k 1:01:27 39:22 22:05 114.8k 64 587.4M 0 0 64 376.5M 0 163.1k 1:01:27 39:23 22:04 121.6k 64 587.4M 0 0 64 376.7M 0 163.1k 1:01:28 39:25 22:03 119.5k 64 587.4M 0 0 64 376.8M 0 163.0k 1:01:28 39:26 22:02 123.3k 64 587.4M 0 0 64 377.1M 0 163.1k 1:01:27 39:27 22:00 141.4k 64 587.4M 0 0 64 377.3M 0 163.1k 1:01:27 39:28 21:59 156.3k 64 587.4M 0 0 64 377.4M 0 163.0k 1:01:28 39:29 21:59 151.3k 64 587.4M 0 0 64 377.6M 0 163.0k 1:01:28 39:30 21:58 157.7k 64 587.4M 0 0 64 377.8M 0 163.1k 1:01:27 39:32 21:55 174.5k 64 587.4M 0 0 64 378.1M 0 163.1k 1:01:27 39:33 21:54 170.9k 64 587.4M 0 0 64 378.3M 0 163.1k 1:01:27 39:34 21:53 163.2k 64 587.4M 0 0 64 378.4M 0 163.0k 1:01:28 39:36 21:52 162.9k 64 587.4M 0 0 64 378.6M 0 163.1k 1:01:28 39:37 21:51 166.8k 64 587.4M 0 0 64 378.8M 0 163.1k 1:01:28 39:38 21:50 157.7k 64 587.4M 0 0 64 379.0M 0 163.1k 1:01:28 39:39 21:49 153.4k 64 587.4M 0 0 64 379.2M 0 163.1k 1:01:27 39:40 21:47 168.8k 64 587.4M 0 0 64 379.5M 0 163.1k 1:01:27 39:41 21:46 187.6k 64 587.4M 0 0 64 379.7M 0 163.1k 1:01:26 39:43 21:43 186.8k 64 587.4M 0 0 64 379.9M 0 163.1k 1:01:27 39:44 21:43 179.7k 64 587.4M 0 0 64 380.0M 0 163.1k 1:01:27 39:45 21:42 171.4k 64 587.4M 0 0 64 380.2M 0 163.1k 1:01:27 39:46 21:41 164.1k 64 587.4M 0 0 64 380.4M 0 163.1k 1:01:27 39:48 21:39 153.7k 64 587.4M 0 0 64 380.6M 0 163.1k 1:01:27 39:49 21:38 157.1k 64 587.4M 0 0 64 380.8M 0 163.1k 1:01:27 39:50 21:37 154.5k 64 587.4M 0 0 64 381.0M 0 163.1k 1:01:28 39:52 21:36 154.2k 64 587.4M 0 0 64 381.1M 0 163.0k 1:01:28 39:53 21:35 145.2k 64 587.4M 0 0 64 381.3M 0 163.0k 1:01:29 39:54 21:35 136.8k 64 587.4M 0 0 64 381.4M 0 163.0k 1:01:30 39:55 21:35 116.7k 64 587.4M 0 0 64 381.6M 0 163.0k 1:01:30 39:57 21:33 120.2k 65 587.4M 0 0 65 381.8M 0 163.0k 1:01:29 39:58 21:31 133.9k 65 587.4M 0 0 65 382.0M 0 163.0k 1:01:29 39:59 21:30 147.6k 65 587.4M 0 0 65 382.2M 0 163.0k 1:01:29 40:00 21:29 152.4k 65 587.4M 0 0 65 382.4M 0 163.0k 1:01:29 40:01 21:28 169.3k 65 587.4M 0 0 65 382.6M 0 163.0k 1:01:29 40:02 21:27 177.3k 65 587.4M 0 0 65 382.9M 0 163.1k 1:01:28 40:04 21:24 194.5k 65 587.4M 0 0 65 383.3M 0 163.1k 1:01:26 40:05 21:21 217.3k 65 587.4M 0 0 65 383.5M 0 163.1k 1:01:26 40:06 21:20 226.3k 65 587.4M 0 0 65 383.6M 0 163.1k 1:01:27 40:07 21:20 207.2k 65 587.4M 0 0 65 383.7M 0 163.1k 1:01:27 40:08 21:19 197.1k 65 587.4M 0 0 65 383.9M 0 163.1k 1:01:27 40:09 21:18 175.4k 65 587.4M 0 0 65 384.1M 0 163.1k 1:01:27 40:11 21:16 141.4k 65 587.4M 0 0 65 384.3M 0 163.1k 1:01:27 40:12 21:15 152.7k 65 587.4M 0 0 65 384.7M 0 163.2k 1:01:25 40:13 21:12 199.0k 65 587.4M 0 0 65 385.0M 0 163.2k 1:01:24 40:14 21:10 222.5k 65 587.4M 0 0 65 385.2M 0 163.2k 1:01:24 40:16 21:08 214.5k 65 587.4M 0 0 65 385.5M 0 163.2k 1:01:24 40:17 21:07 224.5k 65 587.4M 0 0 65 385.6M 0 163.2k 1:01:24 40:18 21:06 214.5k 65 587.4M 0 0 65 385.8M 0 163.2k 1:01:23 40:19 21:04 187.2k 65 587.4M 0 0 65 386.1M 0 163.3k 1:01:23 40:20 21:03 176.7k 65 587.4M 0 0 65 386.4M 0 163.3k 1:01:22 40:22 21:00 208.5k 65 587.4M 0 0 65 386.6M 0 163.4k 1:01:21 40:23 20:58 217.6k 65 587.4M 0 0 65 386.8M 0 163.4k 1:01:21 40:24 20:57 217.5k 65 587.4M 0 0 65 387.0M 0 163.4k 1:01:21 40:25 20:56 212.5k 65 587.4M 0 0 65 387.2M 0 163.4k 1:01:21 40:26 20:55 198.3k 65 587.4M 0 0 65 387.3M 0 163.3k 1:01:22 40:28 20:54 158.0k 65 587.4M 0 0 65 387.5M 0 163.3k 1:01:22 40:29 20:53 139.7k 65 587.4M 0 0 65 387.6M 0 163.3k 1:01:23 40:30 20:53 128.1k 66 587.4M 0 0 66 387.8M 0 163.2k 1:01:23 40:31 20:52 119.1k 66 587.4M 0 0 66 388.0M 0 163.2k 1:01:23 40:33 20:50 121.9k 66 587.4M 0 0 66 388.2M 0 163.3k 1:01:23 40:34 20:49 143.6k 66 587.4M 0 0 66 388.4M 0 163.3k 1:01:23 40:35 20:48 153.2k 66 587.4M 0 0 66 388.6M 0 163.3k 1:01:23 40:36 20:47 160.5k 66 587.4M 0 0 66 388.8M 0 163.3k 1:01:23 40:37 20:46 168.6k 66 587.4M 0 0 66 389.1M 0 163.3k 1:01:22 40:39 20:43 189.5k 66 587.4M 0 0 66 389.4M 0 163.4k 1:01:21 40:40 20:41 204.2k 66 587.4M 0 0 66 389.7M 0 163.4k 1:01:19 40:41 20:38 224.0k 66 587.4M 0 0 66 390.0M 0 163.5k 1:01:19 40:42 20:37 243.1k 66 587.4M 0 0 66 390.2M 0 163.5k 1:01:18 40:43 20:35 261.5k 66 587.4M 0 0 66 390.5M 0 163.5k 1:01:18 40:44 20:34 245.8k 66 587.4M 0 0 66 390.6M 0 163.5k 1:01:18 40:45 20:33 224.0k 66 587.4M 0 0 66 390.8M 0 163.5k 1:01:18 40:47 20:31 190.7k 66 587.4M 0 0 66 391.0M 0 163.5k 1:01:18 40:48 20:30 177.5k 66 587.4M 0 0 66 391.2M 0 163.5k 1:01:18 40:49 20:29 167.4k 66 587.4M 0 0 66 391.4M 0 163.5k 1:01:18 40:51 20:27 157.3k 66 587.4M 0 0 66 391.6M 0 163.5k 1:01:18 40:52 20:26 161.8k 66 587.4M 0 0 66 391.9M 0 163.5k 1:01:17 40:53 20:24 173.9k 66 587.4M 0 0 66 392.1M 0 163.5k 1:01:17 40:54 20:23 173.6k 66 587.4M 0 0 66 392.3M 0 163.5k 1:01:18 40:56 20:22 166.2k 66 587.4M 0 0 66 392.5M 0 163.5k 1:01:18 40:57 20:21 165.0k 66 587.4M 0 0 66 392.6M 0 163.5k 1:01:18 40:58 20:20 161.1k 66 587.4M 0 0 66 392.8M 0 163.5k 1:01:18 40:59 20:19 159.1k 66 587.4M 0 0 66 393.0M 0 163.5k 1:01:18 41:00 20:18 153.4k 66 587.4M 0 0 66 393.1M 0 163.5k 1:01:18 41:01 20:17 160.7k 66 587.4M 0 0 66 393.3M 0 163.5k 1:01:18 41:03 20:15 160.6k 66 587.4M 0 0 66 393.5M 0 163.5k 1:01:18 41:04 20:14 154.1k 67 587.4M 0 0 67 393.7M 0 163.5k 1:01:19 41:05 20:14 143.3k 67 587.4M 0 0 67 393.9M 0 163.4k 1:01:19 41:07 20:12 148.7k 67 587.4M 0 0 67 394.1M 0 163.4k 1:01:19 41:08 20:11 141.1k 67 587.4M 0 0 67 394.3M 0 163.4k 1:01:19 41:09 20:10 142.2k 67 587.4M 0 0 67 394.5M 0 163.4k 1:01:19 41:10 20:09 147.3k 67 587.4M 0 0 67 394.7M 0 163.5k 1:01:19 41:12 20:07 163.1k 67 587.4M 0 0 67 395.0M 0 163.5k 1:01:18 41:13 20:05 176.4k 67 587.4M 0 0 67 395.2M 0 163.5k 1:01:18 41:14 20:04 184.0k 67 587.4M 0 0 67 395.3M 0 163.5k 1:01:19 41:16 20:03 173.9k 67 587.4M 0 0 67 395.5M 0 163.4k 1:01:19 41:17 20:02 164.1k 67 587.4M 0 0 67 395.6M 0 163.4k 1:01:19 41:18 20:01 123.1k 67 587.4M 0 0 67 395.6M 0 163.4k 1:01:19 41:18 20:01 163.4k 67 587.4M 0 0 67 395.8M 0 163.4k 1:01:19 41:19 20:00 163.1k 67 587.4M 0 0 67 396.0M 0 163.4k 1:01:20 41:21 19:59 153.5k 67 587.4M 0 0 67 396.1M 0 163.4k 1:01:20 41:22 19:58 141.5k 67 587.4M 0 0 67 396.3M 0 163.4k 1:01:21 41:23 19:58 128.8k 67 587.4M 0 0 67 396.5M 0 163.3k 1:01:21 41:24 19:57 130.4k 67 587.4M 0 0 67 396.6M 0 163.3k 1:01:21 41:26 19:55 130.6k 67 587.4M 0 0 67 396.8M 0 163.3k 1:01:21 41:27 19:54 132.9k 67 587.4M 0 0 67 397.0M 0 163.3k 1:01:22 41:28 19:54 135.3k 67 587.4M 0 0 67 397.2M 0 163.3k 1:01:22 41:29 19:53 149.6k 67 587.4M 0 0 67 397.4M 0 163.3k 1:01:22 41:30 19:52 158.2k 67 587.4M 0 0 67 397.6M 0 163.3k 1:01:22 41:32 19:50 157.5k 67 587.4M 0 0 67 397.8M 0 163.3k 1:01:21 41:33 19:48 161.6k 67 587.4M 0 0 67 398.0M 0 163.4k 1:01:21 41:34 19:47 179.3k 67 587.4M 0 0 67 398.2M 0 163.3k 1:01:21 41:36 19:45 167.8k 67 587.4M 0 0 67 398.4M 0 163.3k 1:01:22 41:37 19:45 159.6k 67 587.4M 0 0 67 398.5M 0 163.3k 1:01:22 41:38 19:44 152.5k 67 587.4M 0 0 67 398.7M 0 163.3k 1:01:22 41:39 19:43 151.9k 67 587.4M 0 0 67 398.9M 0 163.3k 1:01:22 41:40 19:42 144.4k 67 587.4M 0 0 67 399.1M 0 163.3k 1:01:22 41:41 19:41 154.6k 67 587.4M 0 0 67 399.3M 0 163.3k 1:01:22 41:43 19:39 155.7k 68 587.4M 0 0 68 399.5M 0 163.3k 1:01:22 41:44 19:38 168.1k 68 587.4M 0 0 68 399.6M 0 163.3k 1:01:22 41:45 19:37 156.8k 68 587.4M 0 0 68 399.8M 0 163.3k 1:01:22 41:46 19:36 155.9k 68 587.4M 0 0 68 400.1M 0 163.3k 1:01:21 41:48 19:33 174.4k 68 587.4M 0 0 68 400.5M 0 163.4k 1:01:20 41:49 19:31 204.6k 68 587.4M 0 0 68 400.8M 0 163.5k 1:01:19 41:50 19:29 222.6k 68 587.4M 0 0 68 401.1M 0 163.5k 1:01:17 41:51 19:26 264.1k 68 587.4M 0 0 68 401.4M 0 163.5k 1:01:17 41:52 19:25 274.0k 68 587.4M 0 0 68 401.6M 0 163.6k 1:01:16 41:53 19:23 260.1k 68 587.4M 0 0 68 401.8M 0 163.6k 1:01:16 41:55 19:21 236.5k 68 587.4M 0 0 68 402.0M 0 163.6k 1:01:16 41:56 19:20 208.4k 68 587.4M 0 0 68 402.1M 0 163.6k 1:01:16 41:57 19:19 179.2k 68 587.4M 0 0 68 402.4M 0 163.6k 1:01:16 41:58 19:18 174.4k 68 587.4M 0 0 68 402.5M 0 163.6k 1:01:17 41:59 19:18 157.2k 68 587.4M 0 0 68 402.7M 0 163.6k 1:01:16 42:00 19:16 155.6k 68 587.4M 0 0 68 402.9M 0 163.5k 1:01:17 42:02 19:15 156.7k 68 587.4M 0 0 68 403.0M 0 163.5k 1:01:17 42:03 19:14 145.2k 68 587.4M 0 0 68 403.1M 0 163.5k 1:01:18 42:04 19:14 128.9k 68 587.4M 0 0 68 403.3M 0 163.5k 1:01:18 42:05 19:13 130.2k 68 587.4M 0 0 68 403.5M 0 163.5k 1:01:18 42:06 19:12 128.5k 68 587.4M 0 0 68 403.6M 0 163.5k 1:01:18 42:08 19:10 131.5k 68 587.4M 0 0 68 403.8M 0 163.4k 1:01:19 42:09 19:10 130.6k 68 587.4M 0 0 68 404.0M 0 163.4k 1:01:19 42:10 19:09 135.7k 68 587.4M 0 0 68 404.1M 0 163.4k 1:01:20 42:11 19:09 140.2k 68 587.4M 0 0 68 404.3M 0 163.4k 1:01:20 42:13 19:07 142.3k 68 587.4M 0 0 68 404.5M 0 163.4k 1:01:19 42:14 19:05 147.0k 68 587.4M 0 0 68 404.6M 0 163.4k 1:01:20 42:15 19:05 148.2k 68 587.4M 0 0 68 404.8M 0 163.4k 1:01:20 42:16 19:04 146.5k 68 587.4M 0 0 68 405.0M 0 163.4k 1:01:20 42:17 19:03 149.5k 68 587.4M 0 0 68 405.2M 0 163.4k 1:01:21 42:19 19:02 143.0k 69 587.4M 0 0 69 405.4M 0 163.4k 1:01:21 42:20 19:01 136.0k 69 587.4M 0 0 69 405.6M 0 163.4k 1:01:21 42:21 19:00 143.3k 69 587.4M 0 0 69 405.8M 0 163.4k 1:01:21 42:23 18:58 153.2k 69 587.4M 0 0 69 405.9M 0 163.3k 1:01:21 42:24 18:57 146.4k 69 587.4M 0 0 69 406.1M 0 163.4k 1:01:21 42:25 18:56 157.9k 69 587.4M 0 0 69 406.3M 0 163.4k 1:01:21 42:26 18:55 165.9k 69 587.4M 0 0 69 406.6M 0 163.4k 1:01:20 42:27 18:53 184.2k 69 587.4M 0 0 69 406.8M 0 163.4k 1:01:21 42:29 18:52 168.4k 69 587.4M 0 0 69 406.9M 0 163.4k 1:01:21 42:30 18:51 167.1k 69 587.4M 0 0 69 407.0M 0 163.3k 1:01:22 42:31 18:51 148.5k 69 587.4M 0 0 69 407.1M 0 163.3k 1:01:23 42:33 18:50 126.7k 69 587.4M 0 0 69 407.3M 0 163.2k 1:01:23 42:34 18:49 105.6k 69 587.4M 0 0 69 407.5M 0 163.2k 1:01:24 42:35 18:49 109.8k 69 587.4M 0 0 69 407.6M 0 163.2k 1:01:24 42:36 18:48 113.1k 69 587.4M 0 0 69 407.8M 0 163.2k 1:01:24 42:37 18:47 126.8k 69 587.4M 0 0 69 408.0M 0 163.2k 1:01:24 42:39 18:45 140.6k 69 587.4M 0 0 69 408.1M 0 163.2k 1:01:25 42:40 18:45 139.9k 69 587.4M 0 0 69 408.3M 0 163.2k 1:01:25 42:41 18:44 140.5k 69 587.4M 0 0 69 408.5M 0 163.2k 1:01:25 42:43 18:42 147.2k 69 587.4M 0 0 69 408.8M 0 163.2k 1:01:24 42:44 18:40 154.6k 69 587.4M 0 0 69 409.0M 0 163.2k 1:01:24 42:45 18:39 161.4k 69 587.4M 0 0 69 409.1M 0 163.2k 1:01:24 42:46 18:38 168.5k 69 587.4M 0 0 69 409.3M 0 163.2k 1:01:25 42:47 18:38 167.9k 69 587.4M 0 0 69 409.5M 0 163.2k 1:01:25 42:49 18:36 159.7k 69 587.4M 0 0 69 409.6M 0 163.2k 1:01:26 42:50 18:36 140.9k 69 587.4M 0 0 69 409.8M 0 163.1k 1:01:26 42:52 18:34 134.3k 69 587.4M 0 0 69 410.0M 0 163.1k 1:01:26 42:53 18:33 135.3k 69 587.4M 0 0 69 410.2M 0 163.1k 1:01:26 42:54 18:32 138.6k 69 587.4M 0 0 69 410.4M 0 163.1k 1:01:26 42:55 18:31 142.5k 69 587.4M 0 0 69 410.6M 0 163.1k 1:01:26 42:56 18:30 154.4k 69 587.4M 0 0 69 410.8M 0 163.2k 1:01:25 42:57 18:28 174.6k 69 587.4M 0 0 69 411.1M 0 163.2k 1:01:25 42:59 18:26 189.4k 70 587.4M 0 0 70 411.3M 0 163.2k 1:01:25 43:00 18:25 189.0k 70 587.4M 0 0 70 411.5M 0 163.2k 1:01:25 43:01 18:24 195.3k 70 587.4M 0 0 70 411.6M 0 163.2k 1:01:24 43:02 18:22 195.4k 70 587.4M 0 0 70 411.8M 0 163.2k 1:01:25 43:03 18:22 180.7k 70 587.4M 0 0 70 412.0M 0 163.2k 1:01:24 43:04 18:20 171.0k 70 587.4M 0 0 70 412.2M 0 163.2k 1:01:24 43:05 18:19 168.9k 70 587.4M 0 0 70 412.5M 0 163.2k 1:01:24 43:07 18:17 179.7k 70 587.4M 0 0 70 412.7M 0 163.2k 1:01:23 43:08 18:15 183.2k 70 587.4M 0 0 70 412.9M 0 163.3k 1:01:23 43:09 18:14 188.2k 70 587.4M 0 0 70 413.0M 0 163.2k 1:01:24 43:10 18:14 169.9k 70 587.4M 0 0 70 413.2M 0 163.2k 1:01:24 43:11 18:13 175.0k 70 587.4M 0 0 70 413.4M 0 163.2k 1:01:24 43:12 18:12 162.2k 70 587.4M 0 0 70 413.6M 0 163.2k 1:01:24 43:13 18:11 157.8k 70 587.4M 0 0 70 413.8M 0 163.2k 1:01:24 43:14 18:10 158.1k 70 587.4M 0 0 70 414.0M 0 163.2k 1:01:24 43:16 18:08 172.1k 70 587.4M 0 0 70 414.1M 0 163.2k 1:01:24 43:17 18:07 159.3k 70 587.4M 0 0 70 414.3M 0 163.2k 1:01:24 43:19 18:05 156.8k 70 587.4M 0 0 70 414.5M 0 163.2k 1:01:24 43:20 18:04 155.9k 70 587.4M 0 0 70 414.7M 0 163.2k 1:01:24 43:21 18:03 147.7k 70 587.4M 0 0 70 414.8M 0 163.2k 1:01:26 43:23 18:03 131.2k 70 587.4M 0 0 70 415.0M 0 163.1k 1:01:26 43:24 18:02 127.2k 70 587.4M 0 0 70 415.1M 0 163.1k 1:01:26 43:25 18:01 129.5k 70 587.4M 0 0 70 415.3M 0 163.1k 1:01:26 43:26 18:00 123.2k 70 587.4M 0 0 70 415.5M 0 163.1k 1:01:27 43:28 17:59 111.3k 70 587.4M 0 0 70 415.6M 0 163.0k 1:01:28 43:29 17:59 118.3k 70 587.4M 0 0 70 415.8M 0 163.0k 1:01:29 43:31 17:58 121.8k 70 587.4M 0 0 70 415.9M 0 163.0k 1:01:29 43:32 17:57 113.5k 70 587.4M 0 0 70 416.1M 0 163.0k 1:01:29 43:33 17:56 119.8k 70 587.4M 0 0 70 416.3M 0 163.0k 1:01:29 43:34 17:55 138.8k 70 587.4M 0 0 70 416.5M 0 163.0k 1:01:29 43:36 17:53 147.2k 70 587.4M 0 0 70 416.6M 0 162.9k 1:01:30 43:37 17:53 133.5k 70 587.4M 0 0 70 416.8M 0 162.9k 1:01:30 43:38 17:52 143.2k 71 587.4M 0 0 71 417.1M 0 163.0k 1:01:30 43:40 17:50 149.8k 71 587.4M 0 0 71 417.4M 0 163.0k 1:01:29 43:41 17:48 163.7k 71 587.4M 0 0 71 417.6M 0 163.0k 1:01:28 43:42 17:46 178.4k 71 587.4M 0 0 71 417.9M 0 163.1k 1:01:27 43:43 17:44 217.6k 71 587.4M 0 0 71 418.1M 0 163.1k 1:01:27 43:44 17:43 221.8k 71 587.4M 0 0 71 418.3M 0 163.1k 1:01:27 43:46 17:41 205.1k 71 587.4M 0 0 71 418.5M 0 163.1k 1:01:27 43:47 17:40 195.2k 71 587.4M 0 0 71 418.8M 0 163.1k 1:01:27 43:48 17:39 193.1k 71 587.4M 0 0 71 419.0M 0 163.1k 1:01:27 43:49 17:38 173.3k 71 587.4M 0 0 71 419.1M 0 163.1k 1:01:27 43:51 17:36 171.9k 71 587.4M 0 0 71 419.3M 0 163.1k 1:01:27 43:52 17:35 176.3k 71 587.4M 0 0 71 419.6M 0 163.1k 1:01:26 43:53 17:33 175.0k 71 587.4M 0 0 71 419.8M 0 163.1k 1:01:27 43:54 17:33 162.7k 71 587.4M 0 0 71 419.9M 0 163.1k 1:01:27 43:55 17:32 164.2k 71 587.4M 0 0 71 420.1M 0 163.1k 1:01:27 43:57 17:30 157.4k 71 587.4M 0 0 71 420.3M 0 163.1k 1:01:27 43:58 17:29 164.2k 71 587.4M 0 0 71 420.5M 0 163.1k 1:01:27 43:59 17:28 150.9k 71 587.4M 0 0 71 420.7M 0 163.1k 1:01:27 44:01 17:26 149.9k 71 587.4M 0 0 71 420.9M 0 163.1k 1:01:28 44:02 17:26 150.1k 71 587.4M 0 0 71 421.1M 0 163.1k 1:01:27 44:03 17:24 155.5k 71 587.4M 0 0 71 421.3M 0 163.1k 1:01:27 44:05 17:22 154.9k 71 587.4M 0 0 71 421.5M 0 163.1k 1:01:27 44:06 17:21 160.9k 71 587.4M 0 0 71 421.7M 0 163.1k 1:01:27 44:07 17:20 161.1k 71 587.4M 0 0 71 422.0M 0 163.1k 1:01:27 44:08 17:19 178.7k 71 587.4M 0 0 71 422.1M 0 163.1k 1:01:27 44:09 17:18 173.6k 71 587.4M 0 0 71 422.3M 0 163.1k 1:01:27 44:11 17:16 162.1k 71 587.4M 0 0 71 422.6M 0 163.1k 1:01:27 44:12 17:15 169.6k 71 587.4M 0 0 71 422.8M 0 163.1k 1:01:27 44:14 17:13 166.2k 72 587.4M 0 0 72 423.0M 0 163.1k 1:01:27 44:15 17:12 155.9k 72 587.4M 0 0 72 423.2M 0 163.1k 1:01:27 44:16 17:11 167.9k 72 587.4M 0 0 72 423.5M 0 163.1k 1:01:26 44:17 17:09 187.7k 72 587.4M 0 0 72 423.8M 0 163.2k 1:01:25 44:18 17:07 205.4k 72 587.4M 0 0 72 424.1M 0 163.3k 1:01:23 44:19 17:04 251.0k 72 587.4M 0 0 72 424.4M 0 163.3k 1:01:23 44:20 17:03 259.1k 72 587.4M 0 0 72 424.6M 0 163.3k 1:01:23 44:22 17:01 248.7k 72 587.4M 0 0 72 424.7M 0 163.3k 1:01:23 44:23 17:00 222.2k 72 587.4M 0 0 72 424.9M 0 163.3k 1:01:23 44:24 16:59 195.2k 72 587.4M 0 0 72 425.1M 0 163.3k 1:01:23 44:25 16:58 164.5k 72 587.4M 0 0 72 425.3M 0 163.3k 1:01:23 44:26 16:57 155.9k 72 587.4M 0 0 72 425.4M 0 163.3k 1:01:23 44:27 16:56 148.2k 72 587.4M 0 0 72 425.6M 0 163.3k 1:01:23 44:28 16:55 160.0k 72 587.4M 0 0 72 425.8M 0 163.3k 1:01:23 44:29 16:54 163.2k 72 587.4M 0 0 72 426.0M 0 163.3k 1:01:23 44:31 16:52 158.4k 72 587.4M 0 0 72 426.1M 0 163.3k 1:01:23 44:32 16:51 162.4k 72 587.4M 0 0 72 426.4M 0 163.3k 1:01:22 44:33 16:49 183.5k 72 587.4M 0 0 72 426.6M 0 163.3k 1:01:22 44:34 16:48 192.8k 72 587.4M 0 0 72 426.8M 0 163.3k 1:01:22 44:35 16:47 196.2k 72 587.4M 0 0 72 427.1M 0 163.4k 1:01:21 44:36 16:45 218.9k 72 587.4M 0 0 72 427.4M 0 163.4k 1:01:20 44:38 16:42 221.0k 72 587.4M 0 0 72 427.6M 0 163.4k 1:01:20 44:39 16:41 210.1k 72 587.4M 0 0 72 427.8M 0 163.4k 1:01:20 44:40 16:40 205.3k 72 587.4M 0 0 72 428.0M 0 163.4k 1:01:19 44:41 16:38 212.4k 72 587.4M 0 0 72 428.3M 0 163.4k 1:01:19 44:42 16:37 194.5k 72 587.4M 0 0 72 428.4M 0 163.4k 1:01:20 44:44 16:36 170.8k 72 587.4M 0 0 72 428.5M 0 163.4k 1:01:20 44:45 16:35 160.8k 72 587.4M 0 0 72 428.7M 0 163.4k 1:01:21 44:46 16:35 149.1k 73 587.4M 0 0 73 428.8M 0 163.4k 1:01:21 44:47 16:34 129.4k 73 587.4M 0 0 73 429.0M 0 163.3k 1:01:21 44:49 16:32 120.8k 73 587.4M 0 0 73 429.1M 0 163.3k 1:01:22 44:50 16:32 127.5k 73 587.4M 0 0 73 429.3M 0 163.3k 1:01:22 44:51 16:31 134.8k 73 587.4M 0 0 73 429.5M 0 163.3k 1:01:22 44:52 16:30 134.1k 73 587.4M 0 0 73 429.6M 0 163.3k 1:01:22 44:53 16:29 143.8k 73 587.4M 0 0 73 429.8M 0 163.3k 1:01:22 44:54 16:28 147.1k 73 587.4M 0 0 73 430.0M 0 163.3k 1:01:22 44:55 16:27 155.1k 73 587.4M 0 0 73 430.2M 0 163.3k 1:01:22 44:57 16:25 152.0k 73 587.4M 0 0 73 430.4M 0 163.3k 1:01:22 44:58 16:24 162.9k 73 587.4M 0 0 73 430.6M 0 163.3k 1:01:22 44:59 16:23 173.1k 73 587.4M 0 0 73 430.8M 0 163.3k 1:01:21 45:00 16:21 178.1k 73 587.4M 0 0 73 431.1M 0 163.4k 1:01:21 45:01 16:20 184.9k 73 587.4M 0 0 73 431.3M 0 163.4k 1:01:21 45:02 16:19 193.0k 73 587.4M 0 0 73 431.5M 0 163.4k 1:01:21 45:04 16:17 185.9k 73 587.4M 0 0 73 431.6M 0 163.4k 1:01:21 45:05 16:16 175.2k 73 587.4M 0 0 73 431.8M 0 163.4k 1:01:21 45:06 16:15 175.6k 73 587.4M 0 0 73 432.1M 0 163.4k 1:01:20 45:07 16:13 177.6k 73 587.4M 0 0 73 432.3M 0 163.4k 1:01:21 45:08 16:13 168.0k 73 587.4M 0 0 73 432.5M 0 163.4k 1:01:21 45:09 16:12 171.4k 73 587.4M 0 0 73 432.7M 0 163.4k 1:01:20 45:11 16:09 179.4k 73 587.4M 0 0 73 432.9M 0 163.4k 1:01:20 45:12 16:08 178.2k 73 587.4M 0 0 73 433.1M 0 163.4k 1:01:20 45:13 16:07 175.3k 73 587.4M 0 0 73 433.3M 0 163.4k 1:01:20 45:14 16:06 185.0k 73 587.4M 0 0 73 433.5M 0 163.4k 1:01:20 45:16 16:04 180.4k 73 587.4M 0 0 73 433.6M 0 163.4k 1:01:20 45:17 16:03 163.8k 73 587.4M 0 0 73 433.8M 0 163.4k 1:01:21 45:18 16:03 153.6k 73 587.4M 0 0 73 433.9M 0 163.4k 1:01:21 45:19 16:02 135.8k 73 587.4M 0 0 73 434.0M 0 163.3k 1:01:22 45:20 16:02 119.6k 73 587.4M 0 0 73 434.1M 0 163.3k 1:01:22 45:21 16:01 112.2k 73 587.4M 0 0 73 434.3M 0 163.3k 1:01:22 45:22 16:00 121.0k 73 587.4M 0 0 73 434.6M 0 163.3k 1:01:22 45:24 15:58 137.5k 74 587.4M 0 0 74 434.8M 0 163.3k 1:01:21 45:25 15:56 157.2k 74 587.4M 0 0 74 435.1M 0 163.4k 1:01:20 45:26 15:54 195.6k 74 587.4M 0 0 74 435.4M 0 163.4k 1:01:20 45:27 15:53 209.6k 74 587.4M 0 0 74 435.6M 0 163.4k 1:01:20 45:28 15:52 215.9k 74 587.4M 0 0 74 435.8M 0 163.4k 1:01:19 45:30 15:49 215.8k 74 587.4M 0 0 74 436.0M 0 163.4k 1:01:19 45:31 15:48 204.2k 74 587.4M 0 0 74 436.1M 0 163.4k 1:01:20 45:32 15:48 170.7k 74 587.4M 0 0 74 436.3M 0 163.4k 1:01:20 45:33 15:47 156.5k 74 587.4M 0 0 74 436.5M 0 163.4k 1:01:20 45:34 15:46 157.0k 74 587.4M 0 0 74 436.7M 0 163.4k 1:01:19 45:35 15:44 161.9k 74 587.4M 0 0 74 436.9M 0 163.4k 1:01:19 45:36 15:43 162.0k 74 587.4M 0 0 74 437.1M 0 163.4k 1:01:19 45:37 15:42 176.0k 74 587.4M 0 0 74 437.3M 0 163.4k 1:01:20 45:39 15:41 174.4k 74 587.4M 0 0 74 437.4M 0 163.4k 1:01:20 45:40 15:40 160.6k 74 587.4M 0 0 74 437.6M 0 163.4k 1:01:20 45:41 15:39 152.1k 74 587.4M 0 0 74 437.8M 0 163.4k 1:01:19 45:42 15:37 162.1k 74 587.4M 0 0 74 438.0M 0 163.4k 1:01:19 45:43 15:36 160.7k 74 587.4M 0 0 74 438.2M 0 163.4k 1:01:19 45:45 15:34 166.6k 74 587.4M 0 0 74 438.5M 0 163.5k 1:01:19 45:46 15:33 190.5k 74 587.4M 0 0 74 438.7M 0 163.5k 1:01:18 45:47 15:31 192.9k 74 587.4M 0 0 74 439.0M 0 163.5k 1:01:17 45:48 15:29 204.8k 74 587.4M 0 0 74 439.3M 0 163.5k 1:01:17 45:49 15:28 215.8k 74 587.4M 0 0 74 439.5M 0 163.6k 1:01:17 45:50 15:27 223.5k 74 587.4M 0 0 74 439.6M 0 163.5k 1:01:17 45:52 15:25 204.8k 74 587.4M 0 0 74 439.9M 0 163.6k 1:01:16 45:53 15:23 208.3k 74 587.4M 0 0 74 440.1M 0 163.6k 1:01:16 45:54 15:22 188.3k 74 587.4M 0 0 74 440.3M 0 163.6k 1:01:16 45:55 15:21 170.0k 74 587.4M 0 0 74 440.5M 0 163.6k 1:01:17 45:57 15:20 165.2k 75 587.4M 0 0 75 440.6M 0 163.5k 1:01:17 45:58 15:19 164.4k 75 587.4M 0 0 75 440.8M 0 163.5k 1:01:17 45:59 15:18 151.4k 75 587.4M 0 0 75 441.0M 0 163.5k 1:01:17 46:00 15:17 149.0k 75 587.4M 0 0 75 441.1M 0 163.5k 1:01:18 46:02 15:16 138.1k 75 587.4M 0 0 75 441.3M 0 163.5k 1:01:18 46:03 15:15 131.2k 75 587.4M 0 0 75 441.5M 0 163.5k 1:01:18 46:04 15:14 131.8k 75 587.4M 0 0 75 441.6M 0 163.5k 1:01:19 46:06 15:13 131.8k 75 587.4M 0 0 75 441.8M 0 163.5k 1:01:18 46:07 15:11 134.9k 75 587.4M 0 0 75 442.1M 0 163.5k 1:01:18 46:08 15:10 164.9k 75 587.4M 0 0 75 442.3M 0 163.5k 1:01:18 46:09 15:09 175.9k 75 587.4M 0 0 75 442.5M 0 163.5k 1:01:18 46:10 15:08 181.7k 75 587.4M 0 0 75 442.6M 0 163.5k 1:01:18 46:11 15:07 173.4k 75 587.4M 0 0 75 442.8M 0 163.5k 1:01:18 46:12 15:06 173.6k 75 587.4M 0 0 75 443.0M 0 163.5k 1:01:18 46:13 15:05 158.9k 75 587.4M 0 0 75 443.1M 0 163.5k 1:01:18 46:15 15:03 148.2k 75 587.4M 0 0 75 443.3M 0 163.4k 1:01:19 46:16 15:03 135.5k 75 587.4M 0 0 75 443.4M 0 163.4k 1:01:20 46:17 15:03 133.7k 75 587.4M 0 0 75 443.5M 0 163.4k 1:01:20 46:18 15:02 122.3k 75 587.4M 0 0 75 443.7M 0 163.4k 1:01:20 46:20 15:00 121.1k 75 587.4M 0 0 75 443.9M 0 163.4k 1:01:20 46:21 14:59 130.0k 75 587.4M 0 0 75 444.1M 0 163.4k 1:01:20 46:22 14:58 134.3k 75 587.4M 0 0 75 444.3M 0 163.4k 1:01:21 46:24 14:57 137.3k 75 587.4M 0 0 75 444.5M 0 163.4k 1:01:21 46:25 14:56 146.3k 75 587.4M 0 0 75 444.8M 0 163.4k 1:01:20 46:26 14:54 167.5k 75 587.4M 0 0 75 445.0M 0 163.4k 1:01:20 46:28 14:52 206.4k 75 587.4M 0 0 75 445.0M 0 163.4k 1:01:20 46:28 14:52 163.4k 75 587.4M 0 0 75 445.2M 0 163.4k 1:01:20 46:29 14:51 176.6k 75 587.4M 0 0 75 445.4M 0 163.4k 1:01:20 46:30 14:50 157.7k 75 587.4M 0 0 75 445.5M 0 163.4k 1:01:21 46:31 14:50 135.3k 75 587.4M 0 0 75 445.6M 0 163.4k 1:01:21 46:32 14:49 132.6k 75 587.4M 0 0 75 445.8M 0 163.3k 1:01:21 46:33 14:48 129.8k 75 587.4M 0 0 75 445.9M 0 163.3k 1:01:22 46:35 14:47 118.6k 75 587.4M 0 0 75 446.1M 0 163.3k 1:01:22 46:36 14:46 121.3k 75 587.4M 0 0 75 446.3M 0 163.3k 1:01:21 46:37 14:44 146.2k 76 587.4M 0 0 76 446.6M 0 163.4k 1:01:21 46:38 14:43 162.2k 76 587.4M 0 0 76 446.8M 0 163.4k 1:01:20 46:39 14:41 183.1k 76 587.4M 0 0 76 447.1M 0 163.4k 1:01:19 46:40 14:39 218.5k 76 587.4M 0 0 76 447.4M 0 163.5k 1:01:19 46:42 14:37 232.4k 76 587.4M 0 0 76 447.6M 0 163.5k 1:01:18 46:43 14:35 231.2k 76 587.4M 0 0 76 447.8M 0 163.5k 1:01:18 46:44 14:34 224.4k 76 587.4M 0 0 76 448.0M 0 163.5k 1:01:18 46:45 14:33 216.6k 76 587.4M 0 0 76 448.2M 0 163.5k 1:01:18 46:46 14:32 184.9k 76 587.4M 0 0 76 448.4M 0 163.5k 1:01:18 46:47 14:31 172.4k 76 587.4M 0 0 76 448.6M 0 163.5k 1:01:18 46:49 14:29 161.7k 76 587.4M 0 0 76 448.8M 0 163.5k 1:01:18 46:50 14:28 160.4k 76 587.4M 0 0 76 448.9M 0 163.5k 1:01:19 46:51 14:28 149.3k 76 587.4M 0 0 76 449.1M 0 163.5k 1:01:18 46:52 14:26 163.2k 76 587.4M 0 0 76 449.5M 0 163.5k 1:01:17 46:53 14:24 185.5k 76 587.4M 0 0 76 449.7M 0 163.6k 1:01:16 46:54 14:22 202.9k 76 587.4M 0 0 76 450.0M 0 163.6k 1:01:15 46:56 14:19 230.6k 76 587.4M 0 0 76 450.3M 0 163.6k 1:01:15 46:57 14:18 239.4k 76 587.4M 0 0 76 450.5M 0 163.6k 1:01:15 46:58 14:17 224.7k 76 587.4M 0 0 76 450.7M 0 163.6k 1:01:15 46:59 14:16 217.3k 76 587.4M 0 0 76 451.0M 0 163.7k 1:01:14 47:01 14:13 209.0k 76 587.4M 0 0 76 451.2M 0 163.7k 1:01:14 47:02 14:12 196.7k 76 587.4M 0 0 76 451.3M 0 163.7k 1:01:14 47:03 14:11 183.3k 76 587.4M 0 0 76 451.5M 0 163.6k 1:01:15 47:04 14:11 176.7k 76 587.4M 0 0 76 451.6M 0 163.6k 1:01:15 47:05 14:10 144.8k 76 587.4M 0 0 76 451.8M 0 163.6k 1:01:16 47:07 14:09 132.7k 76 587.4M 0 0 76 452.0M 0 163.6k 1:01:16 47:08 14:08 121.2k 76 587.4M 0 0 76 452.1M 0 163.6k 1:01:16 47:10 14:06 124.4k 76 587.4M 0 0 76 452.3M 0 163.5k 1:01:17 47:11 14:06 124.2k 77 587.4M 0 0 77 452.5M 0 163.5k 1:01:17 47:12 14:05 139.4k 77 587.4M 0 0 77 452.7M 0 163.6k 1:01:16 47:13 14:03 153.5k 77 587.4M 0 0 77 453.0M 0 163.6k 1:01:16 47:15 14:01 155.1k 77 587.4M 0 0 77 453.1M 0 163.6k 1:01:16 47:16 14:00 159.5k 77 587.4M 0 0 77 453.3M 0 163.6k 1:01:16 47:17 13:59 171.9k 77 587.4M 0 0 77 453.5M 0 163.6k 1:01:17 47:18 13:59 166.2k 77 587.4M 0 0 77 453.7M 0 163.5k 1:01:17 47:20 13:57 154.7k 77 587.4M 0 0 77 454.0M 0 163.6k 1:01:16 47:21 13:55 165.6k 77 587.4M 0 0 77 454.2M 0 163.6k 1:01:15 47:22 13:53 183.6k 77 587.4M 0 0 77 454.4M 0 163.6k 1:01:15 47:23 13:52 181.9k 77 587.4M 0 0 77 454.6M 0 163.6k 1:01:15 47:24 13:51 193.3k 77 587.4M 0 0 77 454.8M 0 163.6k 1:01:15 47:25 13:50 192.8k 77 587.4M 0 0 77 455.0M 0 163.6k 1:01:15 47:27 13:48 185.2k 77 587.4M 0 0 77 455.2M 0 163.6k 1:01:15 47:28 13:47 169.1k 77 587.4M 0 0 77 455.4M 0 163.6k 1:01:15 47:29 13:46 170.8k 77 587.4M 0 0 77 455.6M 0 163.6k 1:01:15 47:30 13:45 162.7k 77 587.4M 0 0 77 455.8M 0 163.6k 1:01:15 47:32 13:43 165.0k 77 587.4M 0 0 77 456.0M 0 163.6k 1:01:16 47:33 13:43 154.1k 77 587.4M 0 0 77 456.1M 0 163.6k 1:01:16 47:34 13:42 157.4k 77 587.4M 0 0 77 456.4M 0 163.6k 1:01:15 47:35 13:40 162.7k 77 587.4M 0 0 77 456.6M 0 163.6k 1:01:15 47:37 13:38 170.5k 77 587.4M 0 0 77 456.8M 0 163.6k 1:01:15 47:38 13:37 168.0k 77 587.4M 0 0 77 457.0M 0 163.6k 1:01:15 47:39 13:36 172.3k 77 587.4M 0 0 77 457.2M 0 163.6k 1:01:15 47:41 13:34 166.8k 77 587.4M 0 0 77 457.5M 0 163.6k 1:01:15 47:42 13:33 162.8k 77 587.4M 0 0 77 457.6M 0 163.6k 1:01:15 47:43 13:32 154.0k 77 587.4M 0 0 77 457.8M 0 163.6k 1:01:15 47:44 13:31 156.4k 77 587.4M 0 0 77 457.9M 0 163.6k 1:01:16 47:45 13:31 147.2k 77 587.4M 0 0 77 458.0M 0 163.6k 1:01:16 47:46 13:30 139.9k 78 587.4M 0 0 78 458.2M 0 163.6k 1:01:16 47:48 13:28 135.1k 78 587.4M 0 0 78 458.4M 0 163.5k 1:01:17 47:49 13:28 135.8k 78 587.4M 0 0 78 458.5M 0 163.5k 1:01:18 47:51 13:27 119.1k 78 587.4M 0 0 78 458.6M 0 163.5k 1:01:18 47:52 13:26 120.0k 78 587.4M 0 0 78 458.8M 0 163.5k 1:01:18 47:53 13:25 126.0k 78 587.4M 0 0 78 459.0M 0 163.5k 1:01:18 47:54 13:24 127.2k 78 587.4M 0 0 78 459.2M 0 163.5k 1:01:18 47:55 13:23 136.7k 78 587.4M 0 0 78 459.4M 0 163.5k 1:01:18 47:56 13:22 154.3k 78 587.4M 0 0 78 459.6M 0 163.5k 1:01:18 47:58 13:20 160.5k 78 587.4M 0 0 78 459.7M 0 163.5k 1:01:19 47:59 13:20 158.2k 78 587.4M 0 0 78 459.9M 0 163.4k 1:01:19 48:00 13:19 149.1k 78 587.4M 0 0 78 460.0M 0 163.4k 1:01:19 48:01 13:18 136.2k 78 587.4M 0 0 78 460.3M 0 163.4k 1:01:19 48:03 13:16 145.3k 78 587.4M 0 0 78 460.5M 0 163.4k 1:01:19 48:04 13:15 141.5k 78 587.4M 0 0 78 460.6M 0 163.4k 1:01:20 48:06 13:14 141.7k 78 587.4M 0 0 78 460.8M 0 163.4k 1:01:20 48:07 13:13 142.3k 78 587.4M 0 0 78 461.0M 0 163.4k 1:01:20 48:08 13:12 143.2k 78 587.4M 0 0 78 461.1M 0 163.4k 1:01:21 48:09 13:12 130.4k 78 587.4M 0 0 78 461.3M 0 163.4k 1:01:21 48:11 13:10 133.7k 78 587.4M 0 0 78 461.6M 0 163.4k 1:01:20 48:12 13:08 148.9k 78 587.4M 0 0 78 461.8M 0 163.4k 1:01:20 48:13 13:07 159.8k 78 587.4M 0 0 78 462.0M 0 163.4k 1:01:20 48:14 13:06 169.6k 78 587.4M 0 0 78 462.2M 0 163.4k 1:01:20 48:16 13:04 174.3k 78 587.4M 0 0 78 462.4M 0 163.4k 1:01:20 48:17 13:03 173.2k 78 587.4M 0 0 78 462.6M 0 163.4k 1:01:20 48:18 13:02 165.6k 78 587.4M 0 0 78 462.8M 0 163.4k 1:01:20 48:19 13:01 164.2k 78 587.4M 0 0 78 462.9M 0 163.4k 1:01:21 48:20 13:01 153.6k 78 587.4M 0 0 78 463.0M 0 163.4k 1:01:21 48:21 13:00 144.5k 78 587.4M 0 0 78 463.2M 0 163.3k 1:01:21 48:23 12:58 145.0k 78 587.4M 0 0 78 463.5M 0 163.4k 1:01:21 48:24 12:57 150.4k 78 587.4M 0 0 78 463.7M 0 163.4k 1:01:21 48:25 12:56 153.6k 78 587.4M 0 0 78 464.0M 0 163.4k 1:01:20 48:27 12:53 172.6k 79 587.4M 0 0 79 464.2M 0 163.4k 1:01:20 48:28 12:52 196.0k 79 587.4M 0 0 79 464.5M 0 163.4k 1:01:19 48:29 12:50 215.5k 79 587.4M 0 0 79 464.6M 0 163.5k 1:01:19 48:30 12:49 215.9k 79 587.4M 0 0 79 464.8M 0 163.5k 1:01:19 48:31 12:48 211.6k 79 587.4M 0 0 79 465.0M 0 163.5k 1:01:19 48:32 12:47 199.9k 79 587.4M 0 0 79 465.2M 0 163.5k 1:01:18 48:33 12:45 187.7k 79 587.4M 0 0 79 465.4M 0 163.5k 1:01:18 48:34 12:44 176.6k 79 587.4M 0 0 79 465.6M 0 163.5k 1:01:18 48:35 12:43 182.0k 79 587.4M 0 0 79 465.9M 0 163.5k 1:01:17 48:36 12:41 196.6k 79 587.4M 0 0 79 466.1M 0 163.5k 1:01:17 48:38 12:39 203.2k 79 587.4M 0 0 79 466.3M 0 163.5k 1:01:17 48:39 12:38 208.1k 79 587.4M 0 0 79 466.5M 0 163.5k 1:01:17 48:40 12:37 194.5k 79 587.4M 0 0 79 466.7M 0 163.5k 1:01:17 48:41 12:36 178.7k 79 587.4M 0 0 79 466.9M 0 163.5k 1:01:17 48:43 12:34 158.1k 79 587.4M 0 0 79 467.1M 0 163.5k 1:01:17 48:44 12:33 153.1k 79 587.4M 0 0 79 467.3M 0 163.5k 1:01:18 48:45 12:33 144.3k 79 587.4M 0 0 79 467.5M 0 163.5k 1:01:18 48:47 12:31 145.4k 79 587.4M 0 0 79 467.6M 0 163.5k 1:01:18 48:48 12:30 150.7k 79 587.4M 0 0 79 467.9M 0 163.5k 1:01:17 48:49 12:28 163.8k 79 587.4M 0 0 79 468.1M 0 163.5k 1:01:17 48:50 12:27 166.9k 79 587.4M 0 0 79 468.3M 0 163.5k 1:01:17 48:52 12:25 167.2k 79 587.4M 0 0 79 468.5M 0 163.5k 1:01:17 48:53 12:24 172.2k 79 587.4M 0 0 79 468.6M 0 163.5k 1:01:18 48:54 12:24 165.6k 79 587.4M 0 0 79 468.8M 0 163.5k 1:01:18 48:55 12:23 151.0k 79 587.4M 0 0 79 469.0M 0 163.5k 1:01:18 48:57 12:21 139.3k 79 587.4M 0 0 79 469.1M 0 163.5k 1:01:19 48:58 12:21 136.3k 79 587.4M 0 0 79 469.4M 0 163.5k 1:01:18 48:59 12:19 147.8k 79 587.4M 0 0 79 469.7M 0 163.5k 1:01:17 49:00 12:17 169.3k 79 587.4M 0 0 79 469.9M 0 163.5k 1:01:17 49:01 12:16 179.8k 80 587.4M 0 0 80 470.1M 0 163.5k 1:01:17 49:03 12:14 192.0k 80 587.4M 0 0 80 470.4M 0 163.6k 1:01:16 49:04 12:12 211.4k 80 587.4M 0 0 80 470.7M 0 163.6k 1:01:15 49:05 12:10 222.5k 80 587.4M 0 0 80 471.0M 0 163.6k 1:01:15 49:06 12:09 220.2k 80 587.4M 0 0 80 471.3M 0 163.7k 1:01:14 49:07 12:07 237.3k 80 587.4M 0 0 80 471.5M 0 163.7k 1:01:14 49:08 12:06 239.1k 80 587.4M 0 0 80 471.6M 0 163.7k 1:01:14 49:09 12:05 229.7k 80 587.4M 0 0 80 471.8M 0 163.7k 1:01:14 49:11 12:03 209.1k 80 587.4M 0 0 80 472.1M 0 163.7k 1:01:13 49:12 12:01 208.5k 80 587.4M 0 0 80 472.4M 0 163.8k 1:01:12 49:13 11:59 210.7k 80 587.4M 0 0 80 472.8M 0 163.8k 1:01:11 49:14 11:57 237.8k 80 587.4M 0 0 80 473.0M 0 163.8k 1:01:10 49:15 11:55 246.3k 80 587.4M 0 0 80 473.2M 0 163.8k 1:01:10 49:17 11:53 236.2k 80 587.4M 0 0 80 473.4M 0 163.8k 1:01:11 49:18 11:53 212.2k 80 587.4M 0 0 80 473.5M 0 163.8k 1:01:11 49:19 11:52 180.3k 80 587.4M 0 0 80 473.7M 0 163.8k 1:01:11 49:21 11:50 147.6k 80 587.4M 0 0 80 473.9M 0 163.8k 1:01:11 49:22 11:49 136.2k 80 587.4M 0 0 80 474.1M 0 163.8k 1:01:11 49:23 11:48 147.1k 80 587.4M 0 0 80 474.3M 0 163.8k 1:01:11 49:24 11:47 153.2k 80 587.4M 0 0 80 474.6M 0 163.8k 1:01:11 49:26 11:45 169.4k 80 587.4M 0 0 80 474.7M 0 163.8k 1:01:11 49:27 11:44 167.4k 80 587.4M 0 0 80 474.8M 0 163.8k 1:01:12 49:28 11:44 158.0k 80 587.4M 0 0 80 475.0M 0 163.8k 1:01:12 49:29 11:43 151.4k 80 587.4M 0 0 80 475.3M 0 163.8k 1:01:11 49:30 11:41 165.5k 80 587.4M 0 0 80 475.6M 0 163.8k 1:01:10 49:31 11:39 181.9k 81 587.4M 0 0 81 476.0M 0 163.9k 1:01:09 49:32 11:37 221.3k 81 587.4M 0 0 81 476.3M 0 163.9k 1:01:08 49:34 11:34 257.8k 81 587.4M 0 0 81 476.5M 0 164.0k 1:01:08 49:35 11:33 253.6k 81 587.4M 0 0 81 476.7M 0 163.9k 1:01:08 49:36 11:32 236.7k 81 587.4M 0 0 81 476.9M 0 163.9k 1:01:08 49:38 11:30 217.4k 81 587.4M 0 0 81 477.1M 0 163.9k 1:01:08 49:39 11:29 184.6k 81 587.4M 0 0 81 477.3M 0 163.9k 1:01:08 49:40 11:28 163.3k 81 587.4M 0 0 81 477.5M 0 163.9k 1:01:08 49:41 11:27 156.9k 81 587.4M 0 0 81 477.6M 0 163.9k 1:01:08 49:42 11:26 147.4k 81 587.4M 0 0 81 477.8M 0 163.9k 1:01:09 49:44 11:25 142.2k 81 587.4M 0 0 81 478.0M 0 163.9k 1:01:09 49:45 11:24 146.1k 81 587.4M 0 0 81 478.1M 0 163.9k 1:01:09 49:46 11:23 138.0k 81 587.4M 0 0 81 478.2M 0 163.9k 1:01:09 49:47 11:22 131.8k 81 587.4M 0 0 81 478.4M 0 163.9k 1:01:09 49:48 11:21 145.0k 81 587.4M 0 0 81 478.6M 0 163.9k 1:01:09 49:50 11:19 157.3k 81 587.4M 0 0 81 478.8M 0 163.9k 1:01:09 49:51 11:18 147.3k 81 587.4M 0 0 81 479.0M 0 163.9k 1:01:09 49:52 11:17 151.3k 81 587.4M 0 0 81 479.1M 0 163.9k 1:01:10 49:53 11:17 156.7k 81 587.4M 0 0 81 479.4M 0 163.9k 1:01:09 49:54 11:15 168.5k 81 587.4M 0 0 81 479.6M 0 163.9k 1:01:08 49:55 11:13 176.3k 81 587.4M 0 0 81 479.9M 0 163.9k 1:01:08 49:56 11:12 198.1k 81 587.4M 0 0 81 480.1M 0 163.9k 1:01:08 49:57 11:11 202.1k 81 587.4M 0 0 81 480.3M 0 163.9k 1:01:08 49:59 11:09 195.8k 81 587.4M 0 0 81 480.4M 0 163.9k 1:01:09 50:00 11:09 175.7k 81 587.4M 0 0 81 480.5M 0 163.9k 1:01:10 50:02 11:08 141.7k 81 587.4M 0 0 81 480.6M 0 163.9k 1:01:10 50:03 11:07 121.0k 81 587.4M 0 0 81 480.8M 0 163.8k 1:01:10 50:04 11:06 116.1k 81 587.4M 0 0 81 481.0M 0 163.8k 1:01:10 50:05 11:05 118.4k 81 587.4M 0 0 81 481.2M 0 163.8k 1:01:10 50:07 11:03 127.5k 81 587.4M 0 0 81 481.4M 0 163.8k 1:01:10 50:08 11:02 147.5k 81 587.4M 0 0 81 481.6M 0 163.8k 1:01:10 50:09 11:01 160.1k 82 587.4M 0 0 82 481.8M 0 163.8k 1:01:10 50:11 10:59 157.8k 82 587.4M 0 0 82 482.0M 0 163.8k 1:01:11 50:12 10:59 150.8k 82 587.4M 0 0 82 482.1M 0 163.8k 1:01:11 50:13 10:58 141.8k 82 587.4M 0 0 82 482.3M 0 163.8k 1:01:11 50:14 10:57 141.6k 82 587.4M 0 0 82 482.5M 0 163.8k 1:01:12 50:16 10:56 126.9k 82 587.4M 0 0 82 482.6M 0 163.7k 1:01:12 50:17 10:55 126.4k 82 587.4M 0 0 82 482.8M 0 163.7k 1:01:13 50:18 10:55 128.5k 82 587.4M 0 0 82 482.9M 0 163.7k 1:01:14 50:20 10:54 119.7k 82 587.4M 0 0 82 483.0M 0 163.6k 1:01:14 50:21 10:53 104.2k 82 587.4M 0 0 82 483.1M 0 163.6k 1:01:15 50:22 10:53 100.8k 82 587.4M 0 0 82 483.3M 0 163.6k 1:01:15 50:24 10:51 105.2k 82 587.4M 0 0 82 483.5M 0 163.6k 1:01:15 50:25 10:50 112.9k 82 587.4M 0 0 82 483.8M 0 163.6k 1:01:15 50:26 10:49 135.0k 82 587.4M 0 0 82 484.0M 0 163.6k 1:01:15 50:28 10:47 148.6k 82 587.4M 0 0 82 484.1M 0 163.6k 1:01:15 50:29 10:46 159.9k 82 587.4M 0 0 82 484.3M 0 163.6k 1:01:15 50:30 10:45 166.6k 82 587.4M 0 0 82 484.5M 0 163.6k 1:01:15 50:31 10:44 169.9k 82 587.4M 0 0 82 484.7M 0 163.6k 1:01:15 50:32 10:43 165.4k 82 587.4M 0 0 82 484.9M 0 163.6k 1:01:15 50:33 10:42 167.7k 82 587.4M 0 0 82 485.1M 0 163.6k 1:01:15 50:35 10:40 164.7k 82 587.4M 0 0 82 485.3M 0 163.6k 1:01:15 50:36 10:39 169.4k 82 587.4M 0 0 82 485.5M 0 163.6k 1:01:15 50:37 10:38 166.6k 82 587.4M 0 0 82 485.7M 0 163.6k 1:01:15 50:38 10:37 168.1k 82 587.4M 0 0 82 485.9M 0 163.6k 1:01:15 50:39 10:36 173.0k 82 587.4M 0 0 82 486.0M 0 163.6k 1:01:15 50:40 10:35 169.4k 82 587.4M 0 0 82 486.1M 0 163.6k 1:01:15 50:41 10:34 154.8k 82 587.4M 0 0 82 486.3M 0 163.6k 1:01:16 50:43 10:33 142.0k 82 587.4M 0 0 82 486.5M 0 163.6k 1:01:16 50:44 10:32 133.3k 82 587.4M 0 0 82 486.6M 0 163.5k 1:01:17 50:46 10:31 112.7k 82 587.4M 0 0 82 486.7M 0 163.5k 1:01:18 50:47 10:31 105.3k 82 587.4M 0 0 82 486.8M 0 163.5k 1:01:18 50:48 10:30 104.2k 82 587.4M 0 0 82 487.0M 0 163.5k 1:01:19 50:49 10:30 104.7k 82 587.4M 0 0 82 487.1M 0 163.4k 1:01:19 50:51 10:28 100.8k 82 587.4M 0 0 82 487.3M 0 163.4k 1:01:20 50:52 10:28 105.7k 82 587.4M 0 0 82 487.5M 0 163.4k 1:01:20 50:53 10:27 120.1k 83 587.4M 0 0 83 487.6M 0 163.4k 1:01:20 50:55 10:25 123.0k 83 587.4M 0 0 83 487.8M 0 163.4k 1:01:21 50:56 10:25 119.2k 83 587.4M 0 0 83 487.9M 0 163.3k 1:01:21 50:57 10:24 121.5k 83 587.4M 0 0 83 488.1M 0 163.3k 1:01:22 50:59 10:23 125.5k 83 587.4M 0 0 83 488.3M 0 163.3k 1:01:21 51:00 10:21 127.1k 83 587.4M 0 0 83 488.6M 0 163.4k 1:01:21 51:01 10:20 154.8k 83 587.4M 0 0 83 488.9M 0 163.4k 1:01:20 51:02 10:18 189.1k 83 587.4M 0 0 83 489.1M 0 163.4k 1:01:19 51:04 10:15 204.5k 83 587.4M 0 0 83 489.3M 0 163.4k 1:01:20 51:05 10:15 202.9k 83 587.4M 0 0 83 489.5M 0 163.4k 1:01:20 51:06 10:14 190.2k 83 587.4M 0 0 83 489.6M 0 163.4k 1:01:20 51:08 10:12 168.5k 83 587.4M 0 0 83 489.8M 0 163.4k 1:01:20 51:09 10:11 146.7k 83 587.4M 0 0 83 490.0M 0 163.3k 1:01:21 51:10 10:11 122.8k 83 587.4M 0 0 83 490.1M 0 163.3k 1:01:21 51:12 10:09 129.3k 83 587.4M 0 0 83 490.3M 0 163.3k 1:01:22 51:13 10:09 135.7k 83 587.4M 0 0 83 490.5M 0 163.3k 1:01:21 51:14 10:07 137.4k 83 587.4M 0 0 83 490.8M 0 163.4k 1:01:21 51:15 10:06 152.0k 83 587.4M 0 0 83 491.0M 0 163.4k 1:01:20 51:16 10:04 182.5k 83 587.4M 0 0 83 491.3M 0 163.4k 1:01:20 51:17 10:03 195.1k 83 587.4M 0 0 83 491.5M 0 163.4k 1:01:19 51:19 10:00 215.1k 83 587.4M 0 0 83 491.8M 0 163.4k 1:01:19 51:20 09:59 220.5k 83 587.4M 0 0 83 492.1M 0 163.5k 1:01:18 51:21 09:57 223.1k 83 587.4M 0 0 83 492.2M 0 163.5k 1:01:19 51:22 09:57 202.6k 83 587.4M 0 0 83 492.4M 0 163.5k 1:01:19 51:23 09:56 193.8k 83 587.4M 0 0 83 492.6M 0 163.5k 1:01:19 51:25 09:54 178.7k 83 587.4M 0 0 83 492.8M 0 163.5k 1:01:19 51:26 09:53 175.4k 83 587.4M 0 0 83 493.0M 0 163.5k 1:01:19 51:27 09:52 156.3k 83 587.4M 0 0 83 493.1M 0 163.4k 1:01:19 51:28 09:51 157.0k 83 587.4M 0 0 83 493.3M 0 163.4k 1:01:19 51:29 09:50 152.0k 84 587.4M 0 0 84 493.5M 0 163.5k 1:01:19 51:30 09:49 166.8k 84 587.4M 0 0 84 493.7M 0 163.5k 1:01:18 51:31 09:47 166.8k 84 587.4M 0 0 84 494.0M 0 163.5k 1:01:18 51:33 09:45 178.4k 84 587.4M 0 0 84 494.1M 0 163.5k 1:01:18 51:34 09:44 179.5k 84 587.4M 0 0 84 494.2M 0 163.4k 1:01:19 51:35 09:44 160.5k 84 587.4M 0 0 84 494.3M 0 163.4k 1:01:20 51:37 09:43 137.6k 84 587.4M 0 0 84 494.5M 0 163.4k 1:01:20 51:38 09:42 133.7k 84 587.4M 0 0 84 494.8M 0 163.4k 1:01:19 51:39 09:40 134.7k 84 587.4M 0 0 84 495.0M 0 163.5k 1:01:19 51:40 09:39 203.3k 84 587.4M 0 0 84 495.0M 0 163.5k 1:01:19 51:40 09:39 163.5k 84 587.4M 0 0 84 495.2M 0 163.5k 1:01:19 51:41 09:38 178.7k 84 587.4M 0 0 84 495.5M 0 163.5k 1:01:18 51:42 09:36 189.2k 84 587.4M 0 0 84 495.6M 0 163.5k 1:01:18 51:43 09:35 188.4k 84 587.4M 0 0 84 495.8M 0 163.5k 1:01:18 51:44 09:34 185.7k 84 587.4M 0 0 84 496.0M 0 163.5k 1:01:18 51:46 09:32 171.4k 84 587.4M 0 0 84 496.1M 0 163.5k 1:01:19 51:47 09:32 159.9k 84 587.4M 0 0 84 496.3M 0 163.4k 1:01:19 51:48 09:31 140.6k 84 587.4M 0 0 84 496.5M 0 163.4k 1:01:19 51:49 09:30 138.3k 84 587.4M 0 0 84 496.6M 0 163.4k 1:01:19 51:50 09:29 139.4k 84 587.4M 0 0 84 496.9M 0 163.5k 1:01:19 51:52 09:27 153.5k 84 587.4M 0 0 84 497.1M 0 163.5k 1:01:19 51:53 09:26 166.4k 84 587.4M 0 0 84 497.3M 0 163.5k 1:01:19 51:54 09:25 179.0k 84 587.4M 0 0 84 497.5M 0 163.5k 1:01:18 51:55 09:23 184.6k 84 587.4M 0 0 84 497.7M 0 163.5k 1:01:18 51:56 09:22 183.8k 84 587.4M 0 0 84 497.8M 0 163.5k 1:01:18 51:57 09:21 171.0k 84 587.4M 0 0 84 498.0M 0 163.5k 1:01:19 51:59 09:20 162.1k 84 587.4M 0 0 84 498.2M 0 163.5k 1:01:19 52:00 09:19 160.0k 84 587.4M 0 0 84 498.4M 0 163.5k 1:01:19 52:01 09:18 151.6k 84 587.4M 0 0 84 498.6M 0 163.5k 1:01:18 52:02 09:16 161.6k 84 587.4M 0 0 84 498.9M 0 163.5k 1:01:18 52:04 09:14 176.2k 84 587.4M 0 0 84 499.1M 0 163.5k 1:01:18 52:05 09:13 189.7k 85 587.4M 0 0 85 499.3M 0 163.5k 1:01:17 52:06 09:11 196.5k 85 587.4M 0 0 85 499.5M 0 163.5k 1:01:18 52:07 09:11 180.1k 85 587.4M 0 0 85 499.6M 0 163.5k 1:01:19 52:09 09:10 151.5k 85 587.4M 0 0 85 499.8M 0 163.5k 1:01:19 52:10 09:09 147.5k 85 587.4M 0 0 85 500.0M 0 163.5k 1:01:18 52:11 09:07 141.3k 85 587.4M 0 0 85 500.1M 0 163.5k 1:01:19 52:12 09:07 136.0k 85 587.4M 0 0 85 500.3M 0 163.5k 1:01:18 52:13 09:05 156.3k 85 587.4M 0 0 85 500.6M 0 163.5k 1:01:18 52:14 09:04 185.5k 85 587.4M 0 0 85 500.8M 0 163.5k 1:01:18 52:15 09:03 188.6k 85 587.4M 0 0 85 501.1M 0 163.5k 1:01:17 52:17 09:00 191.7k 85 587.4M 0 0 85 501.3M 0 163.5k 1:01:17 52:18 08:59 195.9k 85 587.4M 0 0 85 501.5M 0 163.5k 1:01:17 52:19 08:58 189.4k 85 587.4M 0 0 85 501.7M 0 163.5k 1:01:17 52:20 08:57 189.7k 85 587.4M 0 0 85 501.9M 0 163.5k 1:01:17 52:21 08:56 186.2k 85 587.4M 0 0 85 502.2M 0 163.6k 1:01:16 52:22 08:54 201.5k 85 587.4M 0 0 85 502.4M 0 163.6k 1:01:16 52:24 08:52 198.1k 85 587.4M 0 0 85 502.5M 0 163.6k 1:01:16 52:25 08:51 189.7k 85 587.4M 0 0 85 502.7M 0 163.6k 1:01:17 52:26 08:51 169.7k 85 587.4M 0 0 85 502.8M 0 163.5k 1:01:17 52:27 08:50 159.3k 85 587.4M 0 0 85 503.0M 0 163.5k 1:01:17 52:28 08:49 129.2k 85 587.4M 0 0 85 503.1M 0 163.5k 1:01:18 52:30 08:48 118.1k 85 587.4M 0 0 85 503.3M 0 163.5k 1:01:18 52:31 08:47 122.3k 85 587.4M 0 0 85 503.5M 0 163.5k 1:01:18 52:32 08:46 132.0k 85 587.4M 0 0 85 503.7M 0 163.5k 1:01:17 52:33 08:44 154.8k 85 587.4M 0 0 85 503.9M 0 163.5k 1:01:17 52:34 08:43 165.3k 85 587.4M 0 0 85 504.1M 0 163.5k 1:01:17 52:35 08:42 188.0k 85 587.4M 0 0 85 504.4M 0 163.6k 1:01:16 52:37 08:39 204.3k 85 587.4M 0 0 85 504.6M 0 163.6k 1:01:16 52:38 08:38 209.0k 85 587.4M 0 0 85 504.9M 0 163.6k 1:01:16 52:39 08:37 198.6k 85 587.4M 0 0 85 505.1M 0 163.6k 1:01:15 52:40 08:35 202.9k 86 587.4M 0 0 86 505.4M 0 163.6k 1:01:15 52:42 08:33 203.2k 86 587.4M 0 0 86 505.6M 0 163.6k 1:01:15 52:43 08:32 203.3k 86 587.4M 0 0 86 505.9M 0 163.7k 1:01:14 52:44 08:30 203.4k 86 587.4M 0 0 86 506.2M 0 163.7k 1:01:13 52:45 08:28 219.4k 86 587.4M 0 0 86 506.4M 0 163.7k 1:01:13 52:47 08:26 212.2k 86 587.4M 0 0 86 506.6M 0 163.7k 1:01:13 52:48 08:25 211.1k 86 587.4M 0 0 86 506.8M 0 163.7k 1:01:13 52:49 08:24 200.2k 86 587.4M 0 0 86 507.0M 0 163.7k 1:01:13 52:50 08:23 183.3k 86 587.4M 0 0 86 507.1M 0 163.7k 1:01:13 52:51 08:22 159.3k 86 587.4M 0 0 86 507.3M 0 163.7k 1:01:14 52:53 08:21 154.8k 86 587.4M 0 0 86 507.5M 0 163.6k 1:01:14 52:54 08:20 130.9k 86 587.4M 0 0 86 507.6M 0 163.6k 1:01:15 52:55 08:20 121.1k 86 587.4M 0 0 86 507.8M 0 163.6k 1:01:15 52:57 08:18 124.4k 86 587.4M 0 0 86 508.0M 0 163.6k 1:01:16 52:59 08:17 115.7k 86 587.4M 0 0 86 508.1M 0 163.5k 1:01:17 53:00 08:17 104.1k 86 587.4M 0 0 86 508.3M 0 163.5k 1:01:17 53:01 08:16 115.6k 86 587.4M 0 0 86 508.6M 0 163.6k 1:01:16 53:03 08:13 141.3k 86 587.4M 0 0 86 508.8M 0 163.6k 1:01:17 53:04 08:13 138.2k 86 587.4M 0 0 86 509.0M 0 163.5k 1:01:17 53:05 08:12 147.0k 86 587.4M 0 0 86 509.1M 0 163.5k 1:01:17 53:07 08:10 161.6k 86 587.4M 0 0 86 509.3M 0 163.5k 1:01:17 53:08 08:09 163.4k 86 587.4M 0 0 86 509.5M 0 163.5k 1:01:17 53:09 08:08 150.9k 86 587.4M 0 0 86 509.7M 0 163.6k 1:01:16 53:10 08:06 164.9k 86 587.4M 0 0 86 509.9M 0 163.6k 1:01:16 53:11 08:05 171.6k 86 587.4M 0 0 86 510.1M 0 163.6k 1:01:16 53:12 08:04 187.5k 86 587.4M 0 0 86 510.5M 0 163.6k 1:01:15 53:14 08:01 204.8k 86 587.4M 0 0 86 510.6M 0 163.6k 1:01:15 53:15 08:00 201.8k 86 587.4M 0 0 86 510.9M 0 163.6k 1:01:15 53:16 07:59 202.6k 87 587.4M 0 0 87 511.1M 0 163.6k 1:01:15 53:17 07:58 204.5k 87 587.4M 0 0 87 511.4M 0 163.7k 1:01:14 53:18 07:56 213.2k 87 587.4M 0 0 87 511.6M 0 163.7k 1:01:13 53:19 07:54 211.3k 87 587.4M 0 0 87 511.9M 0 163.7k 1:01:13 53:21 07:52 219.8k 87 587.4M 0 0 87 512.0M 0 163.7k 1:01:13 53:22 07:51 196.1k 87 587.4M 0 0 87 512.1M 0 163.7k 1:01:14 53:23 07:51 180.7k 87 587.4M 0 0 87 512.3M 0 163.7k 1:01:14 53:24 07:50 166.0k 87 587.4M 0 0 87 512.5M 0 163.7k 1:01:14 53:25 07:49 144.6k 87 587.4M 0 0 87 512.6M 0 163.7k 1:01:14 53:26 07:48 128.8k 87 587.4M 0 0 87 512.8M 0 163.6k 1:01:15 53:28 07:47 137.7k 87 587.4M 0 0 87 513.0M 0 163.6k 1:01:15 53:29 07:46 144.4k 87 587.4M 0 0 87 513.3M 0 163.7k 1:01:14 53:30 07:44 153.0k 87 587.4M 0 0 87 513.6M 0 163.7k 1:01:13 53:32 07:41 175.8k 87 587.4M 0 0 87 513.8M 0 163.7k 1:01:14 53:33 07:41 180.3k 87 587.4M 0 0 87 514.0M 0 163.7k 1:01:14 53:34 07:40 186.9k 87 587.4M 0 0 87 514.1M 0 163.7k 1:01:14 53:36 07:38 182.5k 87 587.4M 0 0 87 514.3M 0 163.7k 1:01:14 53:37 07:37 174.1k 87 587.4M 0 0 87 514.5M 0 163.7k 1:01:14 53:38 07:36 157.7k 87 587.4M 0 0 87 514.7M 0 163.7k 1:01:14 53:39 07:35 156.3k 87 587.4M 0 0 87 514.9M 0 163.7k 1:01:14 53:40 07:34 152.3k 87 587.4M 0 0 87 515.1M 0 163.6k 1:01:14 53:42 07:32 153.2k 87 587.4M 0 0 87 515.2M 0 163.6k 1:01:15 53:43 07:32 129.8k 87 587.4M 0 0 87 515.3M 0 163.6k 1:01:16 53:45 07:31 121.5k 87 587.4M 0 0 87 515.5M 0 163.6k 1:01:16 53:46 07:30 120.4k 87 587.4M 0 0 87 515.6M 0 163.6k 1:01:16 53:47 07:29 115.8k 87 587.4M 0 0 87 515.9M 0 163.6k 1:01:16 53:48 07:28 131.0k 87 587.4M 0 0 87 516.1M 0 163.6k 1:01:15 53:49 07:26 165.6k 87 587.4M 0 0 87 516.3M 0 163.6k 1:01:15 53:51 07:24 171.0k 87 587.4M 0 0 87 516.5M 0 163.6k 1:01:16 53:52 07:24 174.6k 87 587.4M 0 0 87 516.8M 0 163.6k 1:01:15 53:53 07:22 186.2k 87 587.4M 0 0 87 516.9M 0 163.6k 1:01:16 53:54 07:22 161.7k 88 587.4M 0 0 88 517.0M 0 163.5k 1:01:17 53:56 07:21 133.6k 88 587.4M 0 0 88 517.2M 0 163.5k 1:01:17 53:57 07:20 136.5k 88 587.4M 0 0 88 517.4M 0 163.5k 1:01:17 53:59 07:18 130.2k 88 587.4M 0 0 88 517.6M 0 163.5k 1:01:17 54:00 07:17 120.6k 88 587.4M 0 0 88 517.7M 0 163.5k 1:01:18 54:01 07:17 119.6k 88 587.4M 0 0 88 517.9M 0 163.5k 1:01:18 54:03 07:15 136.6k 88 587.4M 0 0 88 518.1M 0 163.5k 1:01:18 54:04 07:14 143.5k 88 587.4M 0 0 88 518.3M 0 163.5k 1:01:18 54:05 07:13 153.5k 88 587.4M 0 0 88 518.6M 0 163.5k 1:01:17 54:06 07:11 166.4k 88 587.4M 0 0 88 518.8M 0 163.5k 1:01:17 54:07 07:10 191.4k 88 587.4M 0 0 88 519.1M 0 163.6k 1:01:16 54:09 07:07 207.1k 88 587.4M 0 0 88 519.4M 0 163.6k 1:01:16 54:10 07:06 204.5k 88 587.4M 0 0 88 519.6M 0 163.6k 1:01:16 54:12 07:04 193.0k 88 587.4M 0 0 88 519.8M 0 163.6k 1:01:16 54:13 07:03 185.8k 88 587.4M 0 0 88 519.9M 0 163.5k 1:01:17 54:14 07:03 164.3k 88 587.4M 0 0 88 520.1M 0 163.5k 1:01:17 54:16 07:01 139.4k 88 587.4M 0 0 88 520.3M 0 163.5k 1:01:17 54:17 07:00 129.7k 88 587.4M 0 0 88 520.5M 0 163.5k 1:01:18 54:18 07:00 133.7k 88 587.4M 0 0 88 520.6M 0 163.5k 1:01:17 54:19 06:58 136.0k 88 587.4M 0 0 88 521.0M 0 163.6k 1:01:17 54:20 06:57 169.7k 88 587.4M 0 0 88 521.2M 0 163.6k 1:01:16 54:22 06:54 186.4k 88 587.4M 0 0 88 521.4M 0 163.6k 1:01:16 54:23 06:53 185.2k 88 587.4M 0 0 88 521.5M 0 163.5k 1:01:17 54:24 06:53 182.6k 88 587.4M 0 0 88 521.7M 0 163.5k 1:01:17 54:25 06:52 182.7k 88 587.4M 0 0 88 521.8M 0 163.5k 1:01:17 54:26 06:51 152.8k 88 587.4M 0 0 88 522.0M 0 163.5k 1:01:17 54:27 06:50 136.5k 88 587.4M 0 0 88 522.1M 0 163.5k 1:01:17 54:29 06:48 139.8k 88 587.4M 0 0 88 522.3M 0 163.5k 1:01:18 54:30 06:48 134.4k 88 587.4M 0 0 88 522.4M 0 163.5k 1:01:18 54:31 06:47 120.9k 88 587.4M 0 0 88 522.5M 0 163.4k 1:01:19 54:32 06:47 115.3k 88 587.4M 0 0 88 522.6M 0 163.4k 1:01:20 54:34 06:46 110.0k 88 587.4M 0 0 88 522.8M 0 163.4k 1:01:20 54:35 06:45 104.1k 89 587.4M 0 0 89 522.9M 0 163.4k 1:01:20 54:36 06:44 103.5k 89 587.4M 0 0 89 523.0M 0 163.4k 1:01:21 54:37 06:44 105.4k 89 587.4M 0 0 89 523.2M 0 163.3k 1:01:21 54:39 06:42 111.8k 89 587.4M 0 0 89 523.3M 0 163.3k 1:01:22 54:40 06:42 116.9k 89 587.4M 0 0 89 523.5M 0 163.3k 1:01:22 54:41 06:41 114.3k 89 587.4M 0 0 89 523.6M 0 163.3k 1:01:22 54:42 06:40 125.4k 89 587.4M 0 0 89 523.8M 0 163.3k 1:01:22 54:43 06:39 134.1k 89 587.4M 0 0 89 524.0M 0 163.3k 1:01:22 54:45 06:37 137.5k 89 587.4M 0 0 89 524.1M 0 163.3k 1:01:23 54:46 06:37 132.8k 89 587.4M 0 0 89 524.3M 0 163.3k 1:01:23 54:47 06:36 132.2k 89 587.4M 0 0 89 524.5M 0 163.2k 1:01:24 54:49 06:35 129.8k 89 587.4M 0 0 89 524.6M 0 163.2k 1:01:24 54:50 06:34 127.7k 89 587.4M 0 0 89 524.8M 0 163.2k 1:01:24 54:51 06:33 124.7k 89 587.4M 0 0 89 524.9M 0 163.2k 1:01:25 54:52 06:33 122.6k 89 587.4M 0 0 89 525.0M 0 163.2k 1:01:25 54:53 06:32 126.0k 89 587.4M 0 0 89 525.2M 0 163.2k 1:01:25 54:55 06:30 125.5k 89 587.4M 0 0 89 525.4M 0 163.2k 1:01:25 54:56 06:29 128.6k 89 587.4M 0 0 89 525.6M 0 163.2k 1:01:25 54:57 06:28 144.7k 89 587.4M 0 0 89 525.8M 0 163.2k 1:01:25 54:59 06:26 146.0k 89 587.4M 0 0 89 526.0M 0 163.1k 1:01:26 55:00 06:26 144.4k 89 587.4M 0 0 89 526.1M 0 163.1k 1:01:26 55:02 06:24 140.7k 89 587.4M 0 0 89 526.3M 0 163.1k 1:01:26 55:03 06:23 135.7k 89 587.4M 0 0 89 526.5M 0 163.1k 1:01:27 55:04 06:23 123.3k 89 587.4M 0 0 89 526.6M 0 163.1k 1:01:27 55:05 06:22 127.4k 89 587.4M 0 0 89 526.8M 0 163.1k 1:01:28 55:07 06:21 122.4k 89 587.4M 0 0 89 527.0M 0 163.1k 1:01:28 55:08 06:20 129.1k 89 587.4M 0 0 89 527.2M 0 163.1k 1:01:27 55:09 06:18 138.8k 89 587.4M 0 0 89 527.3M 0 163.0k 1:01:28 55:11 06:17 135.7k 89 587.4M 0 0 89 527.5M 0 163.0k 1:01:28 55:12 06:16 131.3k 89 587.4M 0 0 89 527.6M 0 163.0k 1:01:29 55:13 06:16 141.6k 89 587.4M 0 0 89 527.8M 0 163.0k 1:01:28 55:14 06:14 145.6k 89 587.4M 0 0 89 528.0M 0 163.0k 1:01:29 55:16 06:13 136.9k 89 587.4M 0 0 89 528.3M 0 163.0k 1:01:28 55:17 06:11 152.0k 89 587.4M 0 0 89 528.4M 0 163.0k 1:01:29 55:18 06:11 153.1k 89 587.4M 0 0 89 528.5M 0 163.0k 1:01:29 55:19 06:10 149.4k 89 587.4M 0 0 89 528.6M 0 163.0k 1:01:29 55:20 06:09 136.7k 90 587.4M 0 0 90 528.8M 0 163.0k 1:01:30 55:21 06:09 129.3k 90 587.4M 0 0 90 529.0M 0 162.9k 1:01:30 55:23 06:07 117.7k 90 587.4M 0 0 90 529.1M 0 162.9k 1:01:30 55:24 06:06 128.4k 90 587.4M 0 0 90 529.4M 0 163.0k 1:01:30 55:25 06:05 140.4k 90 587.4M 0 0 90 529.6M 0 163.0k 1:01:30 55:27 06:03 150.5k 90 587.4M 0 0 90 529.8M 0 162.9k 1:01:30 55:28 06:02 154.5k 90 587.4M 0 0 90 530.0M 0 163.0k 1:01:30 55:29 06:01 166.1k 90 587.4M 0 0 90 530.2M 0 163.0k 1:01:30 55:30 06:00 170.6k 90 587.4M 0 0 90 530.5M 0 163.0k 1:01:29 55:32 05:57 190.1k 90 587.4M 0 0 90 530.9M 0 163.1k 1:01:28 55:33 05:55 223.4k 90 587.4M 0 0 90 531.1M 0 163.1k 1:01:27 55:34 05:53 249.6k 90 587.4M 0 0 90 531.4M 0 163.1k 1:01:26 55:35 05:51 261.0k 90 587.4M 0 0 90 531.6M 0 163.1k 1:01:26 55:36 05:50 267.1k 90 587.4M 0 0 90 531.9M 0 163.2k 1:01:25 55:37 05:48 260.5k 90 587.4M 0 0 90 532.1M 0 163.2k 1:01:25 55:38 05:47 227.8k 90 587.4M 0 0 90 532.3M 0 163.2k 1:01:25 55:39 05:46 217.4k 90 587.4M 0 0 90 532.5M 0 163.2k 1:01:25 55:41 05:44 195.6k 90 587.4M 0 0 90 532.8M 0 163.2k 1:01:25 55:42 05:43 195.6k 90 587.4M 0 0 90 533.0M 0 163.2k 1:01:24 55:43 05:41 193.1k 90 587.4M 0 0 90 533.2M 0 163.2k 1:01:24 55:44 05:40 183.6k 90 587.4M 0 0 90 533.3M 0 163.2k 1:01:25 55:45 05:40 171.5k 90 587.4M 0 0 90 533.5M 0 163.2k 1:01:25 55:46 05:39 166.1k 90 587.4M 0 0 90 533.6M 0 163.2k 1:01:25 55:48 05:37 152.9k 90 587.4M 0 0 90 533.8M 0 163.2k 1:01:25 55:49 05:36 141.0k 90 587.4M 0 0 90 534.1M 0 163.2k 1:01:25 55:50 05:35 153.7k 90 587.4M 0 0 90 534.3M 0 163.2k 1:01:25 55:51 05:34 161.3k 90 587.4M 0 0 90 534.5M 0 163.2k 1:01:25 55:53 05:32 167.1k 91 587.4M 0 0 91 534.6M 0 163.2k 1:01:25 55:54 05:31 161.3k 91 587.4M 0 0 91 534.8M 0 163.2k 1:01:25 55:55 05:30 155.2k 91 587.4M 0 0 91 535.0M 0 163.2k 1:01:25 55:56 05:29 152.6k 91 587.4M 0 0 91 535.3M 0 163.2k 1:01:25 55:58 05:27 160.5k 91 587.4M 0 0 91 535.5M 0 163.2k 1:01:25 55:59 05:26 155.6k 91 587.4M 0 0 91 535.6M 0 163.1k 1:01:26 56:00 05:26 151.5k 91 587.4M 0 0 91 535.8M 0 163.1k 1:01:26 56:01 05:25 157.6k 91 587.4M 0 0 91 536.0M 0 163.2k 1:01:25 56:03 05:22 161.9k 91 587.4M 0 0 91 536.2M 0 163.2k 1:01:25 56:04 05:21 152.9k 91 587.4M 0 0 91 536.4M 0 163.2k 1:01:25 56:05 05:20 165.7k 91 587.4M 0 0 91 536.5M 0 163.2k 1:01:26 56:06 05:20 165.8k 91 587.4M 0 0 91 536.6M 0 163.1k 1:01:26 56:07 05:19 150.2k 91 587.4M 0 0 91 536.8M 0 163.1k 1:01:27 56:09 05:18 128.4k 91 587.4M 0 0 91 536.9M 0 163.1k 1:01:27 56:10 05:17 117.0k 91 587.4M 0 0 91 537.1M 0 163.1k 1:01:27 56:11 05:16 109.5k 91 587.4M 0 0 91 537.3M 0 163.1k 1:01:28 56:13 05:15 118.1k 91 587.4M 0 0 91 537.5M 0 163.1k 1:01:27 56:14 05:13 132.6k 91 587.4M 0 0 91 537.6M 0 163.1k 1:01:28 56:15 05:13 137.5k 91 587.4M 0 0 91 537.8M 0 163.1k 1:01:28 56:16 05:12 151.6k 91 587.4M 0 0 91 538.0M 0 163.0k 1:01:28 56:17 05:11 151.8k 91 587.4M 0 0 91 538.2M 0 163.1k 1:01:28 56:19 05:09 162.9k 91 587.4M 0 0 91 538.3M 0 163.0k 1:01:28 56:20 05:08 148.3k 91 587.4M 0 0 91 538.5M 0 163.0k 1:01:28 56:21 05:07 150.1k 91 587.4M 0 0 91 538.7M 0 163.0k 1:01:28 56:22 05:06 149.8k 91 587.4M 0 0 91 538.9M 0 163.0k 1:01:28 56:23 05:05 159.4k 91 587.4M 0 0 91 539.0M 0 163.0k 1:01:28 56:24 05:04 143.9k 91 587.4M 0 0 91 539.2M 0 163.0k 1:01:28 56:25 05:03 160.1k 91 587.4M 0 0 91 539.5M 0 163.0k 1:01:28 56:27 05:01 169.0k 91 587.4M 0 0 91 539.7M 0 163.1k 1:01:28 56:28 05:00 176.0k 91 587.4M 0 0 91 539.9M 0 163.1k 1:01:28 56:29 04:59 170.5k 91 587.4M 0 0 91 540.1M 0 163.0k 1:01:28 56:31 04:57 173.6k 91 587.4M 0 0 91 540.3M 0 163.1k 1:01:28 56:32 04:56 173.6k 92 587.4M 0 0 92 540.5M 0 163.1k 1:01:27 56:33 04:54 182.2k 92 587.4M 0 0 92 540.8M 0 163.1k 1:01:27 56:34 04:53 187.7k 92 587.4M 0 0 92 541.0M 0 163.1k 1:01:27 56:35 04:52 177.4k 92 587.4M 0 0 92 541.1M 0 163.1k 1:01:27 56:37 04:50 178.9k 92 587.4M 0 0 92 541.3M 0 163.1k 1:01:28 56:38 04:50 164.7k 92 587.4M 0 0 92 541.5M 0 163.1k 1:01:28 56:40 04:48 148.9k 92 587.4M 0 0 92 541.7M 0 163.0k 1:01:28 56:41 04:47 131.5k 92 587.4M 0 0 92 541.9M 0 163.0k 1:01:28 56:43 04:45 135.6k 92 587.4M 0 0 92 542.1M 0 163.0k 1:01:28 56:44 04:44 138.1k 92 587.4M 0 0 92 542.3M 0 163.0k 1:01:28 56:45 04:43 149.4k 92 587.4M 0 0 92 542.5M 0 163.0k 1:01:28 56:46 04:42 155.1k 92 587.4M 0 0 92 542.6M 0 163.0k 1:01:28 56:47 04:41 158.5k 92 587.4M 0 0 92 542.8M 0 163.0k 1:01:28 56:48 04:40 164.8k 92 587.4M 0 0 92 543.0M 0 163.0k 1:01:29 56:50 04:39 160.2k 92 587.4M 0 0 92 543.2M 0 163.0k 1:01:29 56:51 04:38 154.6k 92 587.4M 0 0 92 543.5M 0 163.0k 1:01:28 56:52 04:36 161.3k 92 587.4M 0 0 92 543.7M 0 163.0k 1:01:28 56:53 04:35 175.1k 92 587.4M 0 0 92 543.9M 0 163.0k 1:01:28 56:55 04:33 183.8k 92 587.4M 0 0 92 543.9M 0 163.0k 1:01:28 56:55 04:33 163.0k 92 587.4M 0 0 92 544.0M 0 163.0k 1:01:29 56:56 04:33 100.0k 92 587.4M 0 0 92 544.2M 0 163.0k 1:01:29 56:57 04:32 119.9k 92 587.4M 0 0 92 544.4M 0 163.0k 1:01:29 56:59 04:30 132.5k 92 587.4M 0 0 92 544.6M 0 163.0k 1:01:28 57:00 04:28 154.4k 92 587.4M 0 0 92 544.8M 0 163.0k 1:01:28 57:01 04:27 153.4k 92 587.4M 0 0 92 545.1M 0 163.0k 1:01:28 57:02 04:26 174.0k 92 587.4M 0 0 92 545.3M 0 163.1k 1:01:28 57:03 04:25 189.8k 92 587.4M 0 0 92 545.5M 0 163.0k 1:01:28 57:05 04:23 181.5k 92 587.4M 0 0 92 545.6M 0 163.0k 1:01:29 57:07 04:22 145.9k 92 587.4M 0 0 92 545.8M 0 163.0k 1:01:30 57:08 04:22 131.2k 92 587.4M 0 0 92 545.9M 0 162.9k 1:01:30 57:09 04:21 117.6k 92 587.4M 0 0 92 546.1M 0 162.9k 1:01:30 57:11 04:19 107.8k 92 587.4M 0 0 92 546.3M 0 162.9k 1:01:30 57:12 04:18 114.5k 93 587.4M 0 0 93 546.5M 0 162.9k 1:01:30 57:13 04:17 131.4k 93 587.4M 0 0 93 546.6M 0 162.9k 1:01:31 57:14 04:17 143.7k 93 587.4M 0 0 93 546.8M 0 162.9k 1:01:31 57:15 04:16 153.1k 93 587.4M 0 0 93 547.0M 0 162.9k 1:01:31 57:16 04:15 154.2k 93 587.4M 0 0 93 547.1M 0 162.9k 1:01:31 57:18 04:13 149.7k 93 587.4M 0 0 93 547.3M 0 162.9k 1:01:31 57:19 04:12 157.1k 93 587.4M 0 0 93 547.5M 0 162.9k 1:01:31 57:20 04:11 157.1k 93 587.4M 0 0 93 547.6M 0 162.9k 1:01:31 57:21 04:10 152.8k 93 587.4M 0 0 93 547.8M 0 162.9k 1:01:31 57:22 04:09 145.1k 93 587.4M 0 0 93 548.0M 0 162.9k 1:01:31 57:23 04:08 149.3k 93 587.4M 0 0 93 548.1M 0 162.9k 1:01:31 57:24 04:07 150.7k 93 587.4M 0 0 93 548.3M 0 162.9k 1:01:31 57:25 04:06 162.3k 93 587.4M 0 0 93 548.5M 0 162.9k 1:01:31 57:26 04:05 167.6k 93 587.4M 0 0 93 548.7M 0 162.9k 1:01:31 57:28 04:03 174.4k 93 587.4M 0 0 93 549.0M 0 162.9k 1:01:30 57:29 04:01 183.2k 93 587.4M 0 0 93 549.1M 0 162.9k 1:01:30 57:30 04:00 179.0k 93 587.4M 0 0 93 549.3M 0 162.9k 1:01:31 57:31 04:00 168.1k 93 587.4M 0 0 93 549.6M 0 162.9k 1:01:30 57:33 03:57 173.8k 93 587.4M 0 0 93 549.8M 0 162.9k 1:01:30 57:34 03:56 180.0k 93 587.4M 0 0 93 550.0M 0 163.0k 1:01:30 57:35 03:55 172.6k 93 587.4M 0 0 93 550.3M 0 163.0k 1:01:30 57:37 03:53 175.5k 93 587.4M 0 0 93 550.4M 0 162.9k 1:01:30 57:38 03:52 172.8k 93 587.4M 0 0 93 550.5M 0 162.9k 1:01:31 57:39 03:52 141.5k 93 587.4M 0 0 93 550.6M 0 162.9k 1:01:32 57:40 03:52 129.4k 93 587.4M 0 0 93 550.9M 0 162.9k 1:01:31 57:42 03:49 136.1k 93 587.4M 0 0 93 551.1M 0 162.9k 1:01:31 57:43 03:48 144.0k 93 587.4M 0 0 93 551.4M 0 162.9k 1:01:30 57:44 03:46 161.1k 93 587.4M 0 0 93 551.5M 0 162.9k 1:01:31 57:45 03:46 181.4k 93 587.4M 0 0 93 551.7M 0 162.9k 1:01:31 57:46 03:45 180.7k 93 587.4M 0 0 93 551.9M 0 162.9k 1:01:31 57:48 03:43 167.7k 93 587.4M 0 0 93 552.1M 0 162.9k 1:01:31 57:49 03:42 152.2k 94 587.4M 0 0 94 552.3M 0 162.9k 1:01:31 57:50 03:41 143.3k 94 587.4M 0 0 94 552.4M 0 162.9k 1:01:31 57:51 03:40 142.8k 94 587.4M 0 0 94 552.6M 0 162.9k 1:01:31 57:52 03:39 149.4k 94 587.4M 0 0 94 552.8M 0 162.9k 1:01:31 57:54 03:37 163.1k 94 587.4M 0 0 94 553.1M 0 162.9k 1:01:30 57:55 03:35 181.2k 94 587.4M 0 0 94 553.3M 0 162.9k 1:01:30 57:56 03:34 189.5k 94 587.4M 0 0 94 553.5M 0 162.9k 1:01:30 57:57 03:33 198.0k 94 587.4M 0 0 94 553.7M 0 163.0k 1:01:30 57:58 03:32 198.4k 94 587.4M 0 0 94 554.0M 0 163.0k 1:01:30 58:00 03:30 195.3k 94 587.4M 0 0 94 554.2M 0 163.0k 1:01:29 58:01 03:28 196.4k 94 587.4M 0 0 94 554.5M 0 163.0k 1:01:28 58:02 03:26 217.8k 94 587.4M 0 0 94 554.8M 0 163.1k 1:01:28 58:03 03:25 232.1k 94 587.4M 0 0 94 555.0M 0 163.1k 1:01:28 58:04 03:24 232.8k 94 587.4M 0 0 94 555.2M 0 163.1k 1:01:27 58:05 03:22 232.2k 94 587.4M 0 0 94 555.4M 0 163.1k 1:01:27 58:06 03:21 209.2k 94 587.4M 0 0 94 555.6M 0 163.1k 1:01:27 58:08 03:19 192.0k 94 587.4M 0 0 94 555.9M 0 163.1k 1:01:27 58:09 03:18 190.8k 94 587.4M 0 0 94 556.1M 0 163.1k 1:01:27 58:10 03:17 189.5k 94 587.4M 0 0 94 556.4M 0 163.1k 1:01:26 58:11 03:15 188.8k 94 587.4M 0 0 94 556.6M 0 163.1k 1:01:26 58:13 03:13 190.0k 94 587.4M 0 0 94 556.8M 0 163.1k 1:01:27 58:14 03:13 177.2k 94 587.4M 0 0 94 556.9M 0 163.1k 1:01:27 58:15 03:12 156.7k 94 587.4M 0 0 94 557.0M 0 163.1k 1:01:28 58:16 03:12 137.4k 94 587.4M 0 0 94 557.1M 0 163.0k 1:01:28 58:17 03:11 117.4k 94 587.4M 0 0 94 557.3M 0 163.0k 1:01:28 58:19 03:09 121.6k 94 587.4M 0 0 94 557.5M 0 163.0k 1:01:28 58:20 03:08 124.6k 94 587.4M 0 0 94 557.7M 0 163.1k 1:01:27 58:21 03:06 147.7k 94 587.4M 0 0 94 558.0M 0 163.1k 1:01:27 58:22 03:05 177.5k 95 587.4M 0 0 95 558.2M 0 163.1k 1:01:27 58:23 03:04 201.3k 95 587.4M 0 0 95 558.5M 0 163.1k 1:01:26 58:24 03:02 208.0k 95 587.4M 0 0 95 558.6M 0 163.1k 1:01:26 58:25 03:01 212.1k 95 587.4M 0 0 95 558.8M 0 163.1k 1:01:26 58:27 02:59 196.9k 95 587.4M 0 0 95 559.0M 0 163.1k 1:01:26 58:28 02:58 182.9k 95 587.4M 0 0 95 559.1M 0 163.1k 1:01:26 58:29 02:57 166.5k 95 587.4M 0 0 95 559.3M 0 163.1k 1:01:27 58:30 02:57 150.2k 95 587.4M 0 0 95 559.5M 0 163.1k 1:01:27 58:32 02:55 143.2k 95 587.4M 0 0 95 559.7M 0 163.1k 1:01:27 58:33 02:54 139.5k 95 587.4M 0 0 95 559.8M 0 163.1k 1:01:28 58:34 02:54 131.1k 95 587.4M 0 0 95 560.0M 0 163.1k 1:01:28 58:36 02:52 134.4k 95 587.4M 0 0 95 560.2M 0 163.1k 1:01:28 58:37 02:51 141.6k 95 587.4M 0 0 95 560.4M 0 163.1k 1:01:28 58:38 02:50 146.9k 95 587.4M 0 0 95 560.6M 0 163.1k 1:01:28 58:39 02:49 148.8k 95 587.4M 0 0 95 560.8M 0 163.0k 1:01:28 58:41 02:47 152.7k 95 587.4M 0 0 95 561.0M 0 163.1k 1:01:28 58:42 02:46 160.8k 95 587.4M 0 0 95 561.1M 0 163.0k 1:01:28 58:43 02:45 153.6k 95 587.4M 0 0 95 561.3M 0 163.1k 1:01:28 58:44 02:44 155.6k 95 587.4M 0 0 95 561.5M 0 163.1k 1:01:28 58:45 02:43 158.7k 95 587.4M 0 0 95 561.8M 0 163.1k 1:01:27 58:46 02:41 176.2k 95 587.4M 0 0 95 562.0M 0 163.1k 1:01:27 58:48 02:39 181.6k 95 587.4M 0 0 95 562.3M 0 163.1k 1:01:27 58:49 02:38 201.7k 95 587.4M 0 0 95 562.5M 0 163.1k 1:01:26 58:50 02:36 207.6k 95 587.4M 0 0 95 562.8M 0 163.1k 1:01:26 58:51 02:35 217.0k 95 587.4M 0 0 95 563.0M 0 163.1k 1:01:26 58:52 02:34 210.0k 95 587.4M 0 0 95 563.3M 0 163.2k 1:01:25 58:53 02:32 224.2k 95 587.4M 0 0 95 563.6M 0 163.2k 1:01:24 58:55 02:29 227.4k 95 587.4M 0 0 95 563.8M 0 163.2k 1:01:24 58:56 02:28 208.7k 96 587.4M 0 0 96 564.0M 0 163.2k 1:01:25 58:57 02:28 192.5k 96 587.4M 0 0 96 564.1M 0 163.2k 1:01:25 58:59 02:26 187.4k 96 587.4M 0 0 96 564.3M 0 163.2k 1:01:25 59:00 02:25 170.4k 96 587.4M 0 0 96 564.6M 0 163.2k 1:01:24 59:01 02:23 161.9k 96 587.4M 0 0 96 564.8M 0 163.2k 1:01:24 59:02 02:22 169.6k 96 587.4M 0 0 96 565.0M 0 163.2k 1:01:24 59:03 02:21 178.3k 96 587.4M 0 0 96 565.2M 0 163.2k 1:01:24 59:04 02:20 188.4k 96 587.4M 0 0 96 565.5M 0 163.3k 1:01:23 59:05 02:18 199.0k 96 587.4M 0 0 96 565.7M 0 163.3k 1:01:23 59:07 02:16 200.8k 96 587.4M 0 0 96 566.0M 0 163.3k 1:01:22 59:08 02:14 208.3k 96 587.4M 0 0 96 566.1M 0 163.3k 1:01:23 59:09 02:14 201.7k 96 587.4M 0 0 96 566.2M 0 163.3k 1:01:23 59:10 02:13 187.2k 96 587.4M 0 0 96 566.3M 0 163.3k 1:01:23 59:11 02:12 163.3k 96 587.4M 0 0 96 566.5M 0 163.2k 1:01:24 59:13 02:11 129.5k 96 587.4M 0 0 96 566.6M 0 163.2k 1:01:25 59:14 02:11 105.7k 96 587.4M 0 0 96 566.8M 0 163.2k 1:01:25 59:15 02:10 115.1k 96 587.4M 0 0 96 567.0M 0 163.2k 1:01:25 59:16 02:09 122.8k 96 587.4M 0 0 96 567.1M 0 163.2k 1:01:24 59:17 02:07 133.3k 96 587.4M 0 0 96 567.3M 0 163.2k 1:01:24 59:18 02:06 154.7k 96 587.4M 0 0 96 567.5M 0 163.2k 1:01:24 59:19 02:05 172.9k 96 587.4M 0 0 96 567.7M 0 163.2k 1:01:24 59:20 02:04 174.4k 96 587.4M 0 0 96 567.8M 0 163.2k 1:01:24 59:22 02:02 166.0k 96 587.4M 0 0 96 568.0M 0 163.2k 1:01:24 59:23 02:01 167.2k 96 587.4M 0 0 96 568.2M 0 163.2k 1:01:24 59:24 02:00 172.0k 96 587.4M 0 0 96 568.4M 0 163.2k 1:01:24 59:25 01:59 162.3k 96 587.4M 0 0 96 568.6M 0 163.2k 1:01:24 59:26 01:58 165.7k 96 587.4M 0 0 96 568.9M 0 163.2k 1:01:24 59:27 01:57 182.2k 96 587.4M 0 0 96 569.1M 0 163.3k 1:01:23 59:29 01:54 192.6k 96 587.4M 0 0 96 569.4M 0 163.3k 1:01:23 59:30 01:53 197.7k 96 587.4M 0 0 96 569.6M 0 163.3k 1:01:23 59:31 01:52 202.8k 97 587.4M 0 0 97 569.8M 0 163.3k 1:01:23 59:32 01:51 197.1k 97 587.4M 0 0 97 570.1M 0 163.3k 1:01:22 59:34 01:48 197.0k 97 587.4M 0 0 97 570.3M 0 163.3k 1:01:23 59:35 01:48 179.6k 97 587.4M 0 0 97 570.4M 0 163.3k 1:01:23 59:36 01:47 162.3k 97 587.4M 0 0 97 570.6M 0 163.3k 1:01:23 59:37 01:46 163.9k 97 587.4M 0 0 97 570.8M 0 163.3k 1:01:23 59:38 01:45 167.2k 97 587.4M 0 0 97 571.0M 0 163.3k 1:01:22 59:39 01:43 168.6k 97 587.4M 0 0 97 571.3M 0 163.3k 1:01:22 59:40 01:42 186.7k 97 587.4M 0 0 97 571.5M 0 163.3k 1:01:22 59:42 01:40 190.7k 97 587.4M 0 0 97 571.6M 0 163.3k 1:01:22 59:43 01:39 187.4k 97 587.4M 0 0 97 571.8M 0 163.3k 1:01:22 59:44 01:38 182.0k 97 587.4M 0 0 97 572.1M 0 163.3k 1:01:22 59:45 01:37 177.9k 97 587.4M 0 0 97 572.3M 0 163.3k 1:01:22 59:47 01:35 161.2k 97 587.4M 0 0 97 572.5M 0 163.3k 1:01:22 59:48 01:34 165.5k 97 587.4M 0 0 97 572.8M 0 163.4k 1:01:21 59:49 01:32 189.1k 97 587.4M 0 0 97 573.0M 0 163.4k 1:01:21 59:50 01:31 194.1k 97 587.4M 0 0 97 573.1M 0 163.4k 1:01:21 59:51 01:30 182.2k 97 587.4M 0 0 97 573.3M 0 163.4k 1:01:21 59:53 01:28 187.2k 97 587.4M 0 0 97 573.6M 0 163.4k 1:01:21 59:54 01:27 194.1k 97 587.4M 0 0 97 573.8M 0 163.4k 1:01:21 59:55 01:26 172.6k 97 587.4M 0 0 97 574.0M 0 163.4k 1:01:21 59:56 01:25 159.9k 97 587.4M 0 0 97 574.1M 0 163.3k 1:01:22 59:58 01:24 147.1k 97 587.4M 0 0 97 574.2M 0 163.3k 1:01:22 59:59 01:23 138.9k 97 587.4M 0 0 97 574.4M 0 163.3k 1:01:22 1:00:00 01:22 126.5k 97 587.4M 0 0 97 574.6M 0 163.3k 1:01:22 1:00:01 01:21 127.5k 97 587.4M 0 0 97 574.8M 0 163.3k 1:01:22 1:00:03 01:19 135.0k 97 587.4M 0 0 97 575.0M 0 163.3k 1:01:21 1:00:04 01:17 167.1k 97 587.4M 0 0 97 575.2M 0 163.3k 1:01:22 1:00:05 01:17 168.5k 97 587.4M 0 0 97 575.3M 0 163.3k 1:01:22 1:00:07 01:15 156.6k 97 587.4M 0 0 97 575.5M 0 163.3k 1:01:23 1:00:08 01:15 146.6k 97 587.4M 0 0 97 575.6M 0 163.3k 1:01:23 1:00:09 01:14 147.2k 98 587.4M 0 0 98 575.8M 0 163.3k 1:01:23 1:00:10 01:13 129.3k 98 587.4M 0 0 98 575.9M 0 163.2k 1:01:23 1:00:11 01:12 119.0k 98 587.4M 0 0 98 576.1M 0 163.3k 1:01:23 1:00:12 01:11 139.3k 98 587.4M 0 0 98 576.3M 0 163.3k 1:01:23 1:00:13 01:10 151.4k 98 587.4M 0 0 98 576.5M 0 163.3k 1:01:23 1:00:14 01:09 155.9k 98 587.4M 0 0 98 576.7M 0 163.3k 1:01:23 1:00:15 01:08 164.2k 98 587.4M 0 0 98 577.0M 0 163.3k 1:01:22 1:00:17 01:05 196.2k 98 587.4M 0 0 98 577.2M 0 163.3k 1:01:22 1:00:18 01:04 208.8k 98 587.4M 0 0 98 577.4M 0 163.3k 1:01:21 1:00:19 01:02 208.5k 98 587.4M 0 0 98 577.6M 0 163.3k 1:01:21 1:00:20 01:01 204.2k 98 587.4M 0 0 98 577.8M 0 163.4k 1:01:21 1:00:21 01:00 213.2k 98 587.4M 0 0 98 578.0M 0 163.4k 1:01:21 1:00:22 00:59 199.4k 98 587.4M 0 0 98 578.2M 0 163.4k 1:01:21 1:00:23 00:58 184.9k 98 587.4M 0 0 98 578.5M 0 163.4k 1:01:20 1:00:24 00:56 192.0k 98 587.4M 0 0 98 578.7M 0 163.4k 1:01:20 1:00:25 00:55 202.6k 98 587.4M 0 0 98 578.9M 0 163.4k 1:01:20 1:00:27 00:53 190.4k 98 587.4M 0 0 98 579.0M 0 163.4k 1:01:20 1:00:28 00:52 182.8k 98 587.4M 0 0 98 579.2M 0 163.4k 1:01:20 1:00:29 00:51 174.7k 98 587.4M 0 0 98 579.4M 0 163.4k 1:01:21 1:00:30 00:51 158.7k 98 587.4M 0 0 98 579.6M 0 163.4k 1:01:21 1:00:32 00:49 146.6k 98 587.4M 0 0 98 579.8M 0 163.4k 1:01:20 1:00:33 00:47 159.0k 98 587.4M 0 0 98 580.1M 0 163.4k 1:01:20 1:00:34 00:46 170.0k 98 587.4M 0 0 98 580.3M 0 163.4k 1:01:20 1:00:35 00:45 171.7k 98 587.4M 0 0 98 580.5M 0 163.4k 1:01:20 1:00:36 00:44 178.3k 98 587.4M 0 0 98 580.6M 0 163.4k 1:01:20 1:00:38 00:42 180.6k 98 587.4M 0 0 98 580.8M 0 163.4k 1:01:20 1:00:39 00:41 163.6k 98 587.4M 0 0 98 581.0M 0 163.4k 1:01:20 1:00:40 00:40 161.2k 98 587.4M 0 0 98 581.2M 0 163.4k 1:01:20 1:00:41 00:39 166.4k 98 587.4M 0 0 98 581.4M 0 163.4k 1:01:20 1:00:42 00:38 161.4k 99 587.4M 0 0 99 581.6M 0 163.4k 1:01:20 1:00:44 00:36 158.0k 99 587.4M 0 0 99 581.8M 0 163.4k 1:01:20 1:00:45 00:35 167.1k 99 587.4M 0 0 99 581.9M 0 163.4k 1:01:21 1:00:46 00:35 152.0k 99 587.4M 0 0 99 582.1M 0 163.4k 1:01:21 1:00:47 00:34 148.4k 99 587.4M 0 0 99 582.3M 0 163.4k 1:01:21 1:00:48 00:33 152.1k 99 587.4M 0 0 99 582.4M 0 163.4k 1:01:21 1:00:49 00:32 144.5k 99 587.4M 0 0 99 582.5M 0 163.3k 1:01:21 1:00:50 00:31 132.7k 99 587.4M 0 0 99 582.6M 0 163.3k 1:01:22 1:00:52 00:30 134.6k 99 587.4M 0 0 99 582.8M 0 163.3k 1:01:22 1:00:53 00:29 122.9k 99 587.4M 0 0 99 583.0M 0 163.3k 1:01:22 1:00:54 00:28 120.0k 99 587.4M 0 0 99 583.2M 0 163.3k 1:01:22 1:00:55 00:27 135.7k 99 587.4M 0 0 99 583.4M 0 163.3k 1:01:22 1:00:57 00:25 144.5k 99 587.4M 0 0 99 583.6M 0 163.3k 1:01:22 1:00:58 00:24 164.4k 99 587.4M 0 0 99 583.8M 0 163.3k 1:01:22 1:00:59 00:23 174.2k 99 587.4M 0 0 99 584.1M 0 163.3k 1:01:21 1:01:00 00:21 184.0k 99 587.4M 0 0 99 584.3M 0 163.4k 1:01:21 1:01:01 00:20 193.9k 99 587.4M 0 0 99 584.6M 0 163.4k 1:01:21 1:01:03 00:18 195.1k 99 587.4M 0 0 99 584.8M 0 163.4k 1:01:21 1:01:04 00:17 176.2k 99 587.4M 0 0 99 585.0M 0 163.4k 1:01:21 1:01:05 00:16 179.4k 99 587.4M 0 0 99 585.1M 0 163.4k 1:01:21 1:01:07 00:14 174.4k 99 587.4M 0 0 99 585.3M 0 163.4k 1:01:21 1:01:08 00:13 162.6k 99 587.4M 0 0 99 585.5M 0 163.4k 1:01:21 1:01:09 00:12 154.6k 99 587.4M 0 0 99 585.7M 0 163.4k 1:01:21 1:01:10 00:11 161.9k 99 587.4M 0 0 99 586.0M 0 163.4k 1:01:21 1:01:12 00:09 166.4k 99 587.4M 0 0 99 586.1M 0 163.3k 1:01:21 1:01:13 00:08 151.8k 99 587.4M 0 0 99 586.3M 0 163.3k 1:01:22 1:01:14 00:08 145.8k 99 587.4M 0 0 99 586.4M 0 163.3k 1:01:22 1:01:15 00:07 142.6k 99 587.4M 0 0 99 586.5M 0 163.3k 1:01:22 1:01:16 00:06 135.6k 99 587.4M 0 0 99 586.7M 0 163.3k 1:01:22 1:01:17 00:05 132.2k 99 587.4M 0 0 99 587.0M 0 163.3k 1:01:22 1:01:19 00:03 158.5k 99 587.4M 0 0 99 587.2M 0 163.3k 1:01:21 1:01:20 00:01 173.6k* upload completely sent off: 616009404 bytes 100 587.4M 0 0 100 587.4M 0 163.4k 1:01:21 1:01:21 189.0k 100 587.4M 0 0 100 587.4M 0 163.3k 1:01:22 1:01:22 167.2k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: /opEIuT4b0RFvueGGpAEz2Af4SvL3qycKwHCebvs6fmLv3+POBTjdBXZkKMJX0SGEMh1TDUfmWg= < x-amz-request-id: QHM21XTKCHKW0MGT < Date: Thu, 21 May 2026 06:30:54 GMT < x-amz-server-side-encryption: AES256 < ETag: "502113eea07dc3b5e9b3a38479358ba2" < x-amz-checksum-crc64nvme: NpUeru3m37I= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 587.4M 0 0 100 587.4M 0 163.3k 1:01:22 1:01:22 167.2k 100 587.4M 0 0 100 587.4M 0 163.3k 1:01:22 1:01:22 167.2k 100 587.4M 0 0 100 587.4M 0 163.3k 1:01:22 1:01:22 167.2k * shutting down connection #0 took: 3735.06 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.75.103, 52.92.36.248, 3.5.71.67, 52.92.16.72, 3.5.70.198, 3.5.67.219, 3.5.71.101 * Trying 3.5.75.103: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.103 port 443) from 10.17.4.7 port 45840 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/3143e6cd-cb0f-4f2e-91b5-b6ac092f5d6f.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEDYaCWV1LXdlc3QtMSJIMEYCIQC%2BUTwR9d7FnM4Y%2BTvK4%2BL%2BjIzCcMzHBL9heWEVtE1AqQIhAJN4VlH3aJBahyfc09KIqyRWafm%2BXv8VCdoyD7VL2NC7KsMFCP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQABoMODM1NDk0NzUzMTI2IgwDAdkVDCFxvKr5JTcqlwUuCF48FA1Qnic6%2FcrYHDyZbdXvK2iRyxWocR1b2CfB2Kqbe6sekEDw8uTIgv5dmTrDFQB7jIgmiuC0KUVUq6PY%2FVqWZ1GhIG17a%2BALFkgd5QmSX%2F5thCp4QNSfA2tpl6Qvkg7cC7rQVlJuCeHE1UsqQClIIJl3haKEugs9RhZYAiRUWBRQX3A1FWYTWt4WzgmA0vi4hG4vUXR1A%2F8hI3GOR9l8t3UcNNb4DCIeVh9tHU0pPWMlczlm5sfkuwqoUKesNFpY9RsMRAjgfZwpH5uS%2F%2F%2FWf85WodG7cnHqq2yVNMhLKLJER03Ss1c%2BOp7x0VNCDlce1SlICb78hFWFRLHobv4J5x8EVG57YRx7fRdl4X1A1lxyOnNI97msibWtkAn0aFkwpiw2pUVwgyXqKG5uD6EjdAJg0dBuODkH%2FDzc%2F4Zpjl1JVGp8KkYJmSBFxYEBsT541g0thXawhbWNshIrxstE8%2Bpu8C%2F%2FhHNbhd43TPr8O32oGDihi879P6YGwzNlYmbyJxck4JCQUtCXKHTrpQBab48l9RsaQLQkr7gE5DSK%2Fay6MlXFLNo9xQtseERUsKHblJ%2FzpRaJ1I%2F4mDlh0T82S3U6MjspcPlHOq0EX6oYFKJXP3BYyRD8mzp0K7nn6m%2FtRsXhfFUWmOIHKKZGlJgBE7B0Yl9vM1MGrG1HH3cH7Md40ST4LvgOoyoGIzgSfPXE6KgX%2BHr4eiQbhVrf3q6l%2F%2Bn1R32Sl4%2BXeMQJCU50JeCMaAruDpEONEB%2BYeqaDSnG4shjMoNOZ7BooP8VqjOP%2BUM0bpdi2za0c0RDQkSFF2VErDq%2F3MOcRXl7O%2BJPrx%2BJAdL3MrfxJB8gt0%2BHNayB%2BCxWIlBczZS9%2Bu4wEICramNc7Tkw%2B6m60AY6sAFgHnkqhTK0xCHosJfC9PcDdHd14yA2y4uH0XuCzI%2FAeBiAx%2BkqLXLdXsqM6GxJA8x12R92D49Apt10g2qLOAbmJwkwqiWIKo6unfCi%2BbD0ux41KpRHHTVqhNVPqWx9UxXfwA7SDNbI85UZkyXSi8cgwHKeVyCN%2BL%2BT%2BSPaAvxstc9BQyugvF3kunO7FTGjvcxB6zT84GnbzQ3KH76b2Fz7RYODL2VCtzodqGRv8VyKDw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260521T073216Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTFSIWB45D%2F20260521%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=26ed4150c791f96f2b7ed9ff8478b105a650986d550dd4280b72c5b0e7fb1961 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 63631899 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 2 60.68M 0 0 2 1.56M 0 1.42M 00:42 00:01 00:41 1.43M 5 60.68M 0 0 5 3.06M 0 1.44M 00:42 00:02 00:40 1.44M 7 60.68M 0 0 7 4.25M 0 1.34M 00:45 00:03 00:42 1.34M 9 60.68M 0 0 9 5.50M 0 1.30M 00:46 00:04 00:42 1.30M 11 60.68M 0 0 11 6.81M 0 1.29M 00:46 00:05 00:41 1.29M 13 60.68M 0 0 13 8.18M 0 1.29M 00:46 00:06 00:40 1.26M 15 60.68M 0 0 15 9.62M 0 1.30M 00:46 00:07 00:39 1.25M 18 60.68M 0 0 18 11.12M 0 1.33M 00:45 00:08 00:37 1.32M 20 60.68M 0 0 20 12.68M 0 1.35M 00:44 00:09 00:35 1.39M 23 60.68M 0 0 23 14.43M 0 1.38M 00:43 00:10 00:33 1.48M 27 60.68M 0 0 27 16.62M 0 1.45M 00:41 00:11 00:30 1.65M 32 60.68M 0 0 32 19.56M 0 1.57M 00:38 00:12 00:26 1.96M 38 60.68M 0 0 38 23.50M 0 1.75M 00:34 00:13 00:21 2.44M 44 60.68M 0 0 44 27.00M 0 1.87M 00:32 00:14 00:18 2.83M 50 60.68M 0 0 50 30.68M 0 1.98M 00:30 00:15 00:15 3.22M 57 60.68M 0 0 57 34.68M 0 2.10M 00:28 00:16 00:12 3.58M 64 60.68M 0 0 64 38.93M 0 2.23M 00:27 00:17 00:10 3.84M 70 60.68M 0 0 70 42.93M 0 2.32M 00:26 00:18 00:08 3.84M 76 60.68M 0 0 76 46.18M 0 2.37M 00:25 00:19 00:06 3.79M 81 60.68M 0 0 81 49.68M 0 2.42M 00:25 00:20 00:05 3.75M 87 60.68M 0 0 87 53.37M 0 2.48M 00:24 00:21 00:03 3.69M 94 60.68M 0 0 94 57.06M 0 2.53M 00:23 00:22 00:01 3.58M* upload completely sent off: 63631899 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 7SOeZ7NSntFahQVzN4x83qbynUXhXwFmtZBt49yZ5rafy5o3Th17FMjXKDPSxSKK0iJxs7glXFXyRP5QifNbDbKd7uIEsX3W < x-amz-request-id: SZ053HTC1SC7Z3NY < Date: Thu, 21 May 2026 07:32:22 GMT < x-amz-server-side-encryption: AES256 < ETag: "b260d24cf2b37e502814d96a50fae1b8" < x-amz-checksum-crc64nvme: BKN8b+TsC9w= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 60.68M 0 0 100 60.68M 0 2.53M 00:23 00:23 3.21M 100 60.68M 0 0 100 60.68M 0 2.53M 00:23 00:23 3.21M 100 60.68M 0 0 100 60.68M 0 2.53M 00:23 00:23 3.21M 100 60.68M 0 0 100 60.68M 0 2.53M 00:23 00:23 3.21M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 29.05 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.17.48, 52.218.0.171, 52.92.36.80, 3.5.73.28, 3.5.74.44, 3.5.71.66, 3.5.75.26, 3.5.74.37 * Trying 52.92.17.48: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_CHACHA20_POLY1305_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.17.48 port 443) from 10.17.4.7 port 48276 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/4027d417-e224-4419-b00d-37f4cc360531.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEDYaCWV1LXdlc3QtMSJIMEYCIQC%2BUTwR9d7FnM4Y%2BTvK4%2BL%2BjIzCcMzHBL9heWEVtE1AqQIhAJN4VlH3aJBahyfc09KIqyRWafm%2BXv8VCdoyD7VL2NC7KsMFCP7%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQABoMODM1NDk0NzUzMTI2IgwDAdkVDCFxvKr5JTcqlwUuCF48FA1Qnic6%2FcrYHDyZbdXvK2iRyxWocR1b2CfB2Kqbe6sekEDw8uTIgv5dmTrDFQB7jIgmiuC0KUVUq6PY%2FVqWZ1GhIG17a%2BALFkgd5QmSX%2F5thCp4QNSfA2tpl6Qvkg7cC7rQVlJuCeHE1UsqQClIIJl3haKEugs9RhZYAiRUWBRQX3A1FWYTWt4WzgmA0vi4hG4vUXR1A%2F8hI3GOR9l8t3UcNNb4DCIeVh9tHU0pPWMlczlm5sfkuwqoUKesNFpY9RsMRAjgfZwpH5uS%2F%2F%2FWf85WodG7cnHqq2yVNMhLKLJER03Ss1c%2BOp7x0VNCDlce1SlICb78hFWFRLHobv4J5x8EVG57YRx7fRdl4X1A1lxyOnNI97msibWtkAn0aFkwpiw2pUVwgyXqKG5uD6EjdAJg0dBuODkH%2FDzc%2F4Zpjl1JVGp8KkYJmSBFxYEBsT541g0thXawhbWNshIrxstE8%2Bpu8C%2F%2FhHNbhd43TPr8O32oGDihi879P6YGwzNlYmbyJxck4JCQUtCXKHTrpQBab48l9RsaQLQkr7gE5DSK%2Fay6MlXFLNo9xQtseERUsKHblJ%2FzpRaJ1I%2F4mDlh0T82S3U6MjspcPlHOq0EX6oYFKJXP3BYyRD8mzp0K7nn6m%2FtRsXhfFUWmOIHKKZGlJgBE7B0Yl9vM1MGrG1HH3cH7Md40ST4LvgOoyoGIzgSfPXE6KgX%2BHr4eiQbhVrf3q6l%2F%2Bn1R32Sl4%2BXeMQJCU50JeCMaAruDpEONEB%2BYeqaDSnG4shjMoNOZ7BooP8VqjOP%2BUM0bpdi2za0c0RDQkSFF2VErDq%2F3MOcRXl7O%2BJPrx%2BJAdL3MrfxJB8gt0%2BHNayB%2BCxWIlBczZS9%2Bu4wEICramNc7Tkw%2B6m60AY6sAFgHnkqhTK0xCHosJfC9PcDdHd14yA2y4uH0XuCzI%2FAeBiAx%2BkqLXLdXsqM6GxJA8x12R92D49Apt10g2qLOAbmJwkwqiWIKo6unfCi%2BbD0ux41KpRHHTVqhNVPqWx9UxXfwA7SDNbI85UZkyXSi8cgwHKeVyCN%2BL%2BT%2BSPaAvxstc9BQyugvF3kunO7FTGjvcxB6zT84GnbzQ3KH76b2Fz7RYODL2VCtzodqGRv8VyKDw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260521T073245Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTFSIWB45D%2F20260521%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=e48c508b54d5d4ea3e1d35d12e26a374ea70da3c51230ae1e66ffb88895ed2dd HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 589105692 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 561.8M 0 0 0 128.0k 0 91232 1:47:37 00:01 1:47:36 91212 0 561.8M 0 0 0 256.0k 0 100.0k 1:35:48 00:02 1:35:46 100.0k 0 561.8M 0 0 0 576.0k 0 160.6k 59:40 00:03 59:37 160.6k 0 561.8M 0 0 0 768.0k 0 160.9k 59:35 00:04 59:31 160.9k 0 561.8M 0 0 0 960.0k 0 161.0k 59:32 00:05 59:27 161.0k 0 561.8M 0 0 0 1.25M 0 178.1k 53:49 00:07 53:42 200.4k 0 561.8M 0 0 0 1.43M 0 173.0k 55:23 00:08 55:15 204.4k 0 561.8M 0 0 0 1.62M 0 168.2k 57:00 00:09 56:51 172.5k 0 561.8M 0 0 0 1.81M 0 168.4k 56:54 00:11 56:43 174.3k 0 561.8M 0 0 0 2.00M 0 163.7k 58:32 00:12 58:20 166.2k 0 561.8M 0 0 0 2.18M 0 160.0k 59:55 00:13 59:42 140.8k 0 561.8M 0 0 0 2.31M 0 157.6k 1:00:48 00:15 1:00:33 137.5k 0 561.8M 0 0 0 2.43M 0 154.9k 1:01:53 00:16 1:01:37 133.8k 0 561.8M 0 0 0 2.56M 0 151.8k 1:03:09 00:17 1:02:52 122.5k 0 561.8M 0 0 0 2.81M 0 154.7k 1:01:58 00:18 1:01:40 136.1k 0 561.8M 0 0 0 3.00M 0 156.6k 1:01:13 00:19 1:00:54 148.0k 0 561.8M 0 0 0 3.12M 0 152.3k 1:02:55 00:21 1:02:34 139.0k 0 561.8M 0 0 0 3.25M 0 149.1k 1:04:16 00:22 1:03:54 134.1k 0 561.8M 0 0 0 3.43M 0 149.3k 1:04:12 00:23 1:03:49 142.5k 0 561.8M 0 0 0 3.68M 0 152.4k 1:02:54 00:24 1:02:30 145.4k 0 561.8M 0 0 0 3.93M 0 155.0k 1:01:49 00:25 1:01:24 150.4k 0 561.8M 0 0 0 4.18M 0 158.7k 1:00:22 00:27 59:55 181.3k 0 561.8M 0 0 0 4.50M 0 163.0k 58:49 00:28 58:21 214.8k 0 561.8M 0 0 0 4.68M 0 162.6k 58:57 00:29 58:28 215.3k 0 561.8M 0 0 0 4.93M 0 164.3k 58:19 00:30 57:49 213.9k 0 561.8M 0 0 0 5.12M 0 164.8k 58:10 00:31 57:39 208.1k 0 561.8M 0 0 0 5.31M 0 162.9k 58:50 00:33 58:17 180.5k 0 561.8M 0 0 0 5.43M 0 161.7k 59:17 00:34 58:43 155.7k 0 561.8M 0 0 0 5.56M 0 159.9k 59:57 00:35 59:22 146.6k 1 561.8M 0 0 1 5.68M 0 158.7k 1:00:23 00:36 59:47 129.6k 1 561.8M 0 0 1 5.81M 0 157.5k 1:00:52 00:37 1:00:15 118.3k 1 561.8M 0 0 1 6.00M 0 157.7k 1:00:45 00:38 1:00:07 126.7k 1 561.8M 0 0 1 6.12M 0 156.3k 1:01:19 00:40 1:00:39 123.7k 1 561.8M 0 0 1 6.25M 0 155.2k 1:01:44 00:41 1:01:03 125.8k 1 561.8M 0 0 1 6.43M 0 156.1k 1:01:24 00:42 1:00:42 138.7k 1 561.8M 0 0 1 6.68M 0 158.0k 1:00:39 00:43 59:56 161.9k 1 561.8M 0 0 1 6.81M 0 156.9k 1:01:04 00:44 1:00:20 151.1k 1 561.8M 0 0 1 6.93M 0 156.3k 1:01:20 00:45 1:00:35 156.2k 1 561.8M 0 0 1 7.12M 0 155.4k 1:01:41 00:46 1:00:55 156.5k 1 561.8M 0 0 1 7.25M 0 153.8k 1:02:18 00:48 1:01:30 138.0k 1 561.8M 0 0 1 7.37M 0 152.4k 1:02:54 00:49 1:02:05 113.1k 1 561.8M 0 0 1 7.50M 0 151.0k 1:03:28 00:50 1:02:38 110.0k 1 561.8M 0 0 1 7.68M 0 151.0k 1:03:29 00:52 1:02:37 114.8k 1 561.8M 0 0 1 7.87M 0 151.5k 1:03:17 00:53 1:02:24 122.2k 1 561.8M 0 0 1 8.06M 0 152.0k 1:03:03 00:54 1:02:09 137.3k 1 561.8M 0 0 1 8.25M 0 152.4k 1:02:54 00:55 1:01:59 152.2k 1 561.8M 0 0 1 8.43M 0 153.1k 1:02:37 00:56 1:01:41 171.6k 1 561.8M 0 0 1 8.56M 0 152.5k 1:02:51 00:57 1:01:54 167.6k 1 561.8M 0 0 1 8.75M 0 152.5k 1:02:50 00:58 1:01:52 162.8k 1 561.8M 0 0 1 8.93M 0 152.6k 1:02:49 00:59 1:01:50 158.3k 1 561.8M 0 0 1 9.12M 0 152.0k 1:03:04 01:01 1:02:03 148.4k 1 561.8M 0 0 1 9.25M 0 150.8k 1:03:33 01:02 1:02:31 131.0k 1 561.8M 0 0 1 9.37M 0 150.4k 1:03:42 01:03 1:02:39 131.7k 1 561.8M 0 0 1 9.50M 0 150.1k 1:03:51 01:04 1:02:47 126.5k 1 561.8M 0 0 1 9.62M 0 149.5k 1:04:07 01:05 1:03:02 118.1k 1 561.8M 0 0 1 9.81M 0 149.3k 1:04:13 01:07 1:03:06 120.6k 1 561.8M 0 0 1 9.93M 0 148.1k 1:04:42 01:08 1:03:34 119.5k 1 561.8M 0 0 1 10.06M 0 147.4k 1:05:00 01:09 1:03:51 115.9k 1 561.8M 0 0 1 10.18M 0 147.0k 1:05:13 01:10 1:04:03 114.1k 1 561.8M 0 0 1 10.31M 0 146.7k 1:05:21 01:11 1:04:10 116.1k 1 561.8M 0 0 1 10.43M 0 146.4k 1:05:29 01:12 1:04:17 112.3k 1 561.8M 0 0 1 10.56M 0 146.1k 1:05:36 01:14 1:04:22 119.9k 1 561.8M 0 0 1 10.75M 0 146.1k 1:05:35 01:15 1:04:20 129.4k 1 561.8M 0 0 1 10.87M 0 145.5k 1:05:51 01:16 1:04:35 127.2k 1 561.8M 0 0 1 11.00M 0 144.9k 1:06:08 01:17 1:04:51 123.2k 1 561.8M 0 0 1 11.18M 0 145.1k 1:06:03 01:18 1:04:45 129.3k 2 561.8M 0 0 2 11.31M 0 144.3k 1:06:26 01:20 1:05:06 122.6k 2 561.8M 0 0 2 11.43M 0 143.4k 1:06:50 01:21 1:05:29 110.9k 2 561.8M 0 0 2 11.50M 0 141.7k 1:07:38 01:23 1:06:15 99598 2 561.8M 0 0 2 11.68M 0 142.2k 1:07:24 01:24 1:06:00 109.1k 2 561.8M 0 0 2 11.81M 0 141.8k 1:07:34 01:25 1:06:09 101.2k 2 561.8M 0 0 2 12.00M 0 141.4k 1:07:47 01:26 1:06:21 106.5k 2 561.8M 0 0 2 12.18M 0 141.8k 1:07:35 01:27 1:06:08 121.3k 2 561.8M 0 0 2 12.37M 0 141.8k 1:07:37 01:29 1:06:08 142.4k 2 561.8M 0 0 2 12.50M 0 141.4k 1:07:46 01:30 1:06:16 131.4k 2 561.8M 0 0 2 12.62M 0 140.6k 1:08:09 01:31 1:06:38 125.2k 2 561.8M 0 0 2 12.75M 0 139.6k 1:08:38 01:33 1:07:05 116.4k 2 561.8M 0 0 2 12.87M 0 139.4k 1:08:46 01:34 1:07:12 106.8k 2 561.8M 0 0 2 13.06M 0 139.5k 1:08:43 01:35 1:07:08 108.3k 2 561.8M 0 0 2 13.25M 0 139.9k 1:08:31 01:36 1:06:55 118.2k 2 561.8M 0 0 2 13.43M 0 140.0k 1:08:27 01:38 1:06:49 131.2k 2 561.8M 0 0 2 13.62M 0 139.9k 1:08:29 01:39 1:06:50 144.4k 2 561.8M 0 0 2 13.81M 0 140.4k 1:08:15 01:40 1:06:35 156.7k 2 561.8M 0 0 2 13.93M 0 140.3k 1:08:19 01:41 1:06:38 153.3k 2 561.8M 0 0 2 14.06M 0 139.5k 1:08:42 01:43 1:06:59 133.8k 2 561.8M 0 0 2 14.18M 0 139.2k 1:08:49 01:44 1:07:05 126.7k 2 561.8M 0 0 2 14.31M 0 139.0k 1:08:57 01:45 1:07:12 122.9k 2 561.8M 0 0 2 14.43M 0 138.8k 1:09:01 01:46 1:07:15 111.3k 2 561.8M 0 0 2 14.62M 0 138.8k 1:09:04 01:47 1:07:17 113.9k 2 561.8M 0 0 2 14.81M 0 139.0k 1:08:57 01:49 1:07:08 130.0k 2 561.8M 0 0 2 14.93M 0 138.5k 1:09:13 01:50 1:07:23 125.2k 2 561.8M 0 0 2 15.18M 0 138.9k 1:08:59 01:51 1:07:08 137.6k 2 561.8M 0 0 2 15.31M 0 138.5k 1:09:13 01:53 1:07:20 132.5k 2 561.8M 0 0 2 15.43M 0 138.2k 1:09:19 01:54 1:07:25 129.5k 2 561.8M 0 0 2 15.62M 0 138.5k 1:09:12 01:55 1:07:17 129.8k 2 561.8M 0 0 2 15.87M 0 139.2k 1:08:51 01:56 1:06:55 152.1k 2 561.8M 0 0 2 16.12M 0 139.9k 1:08:30 01:57 1:06:33 158.0k 2 561.8M 0 0 2 16.37M 0 140.4k 1:08:15 01:59 1:06:16 176.3k 2 561.8M 0 0 2 16.50M 0 140.1k 1:08:25 02:00 1:06:25 173.2k 2 561.8M 0 0 2 16.68M 0 140.4k 1:08:16 02:01 1:06:15 175.8k 3 561.8M 0 0 3 16.87M 0 140.7k 1:08:07 02:02 1:06:05 169.1k 3 561.8M 0 0 3 17.06M 0 140.6k 1:08:11 02:04 1:06:07 152.7k 3 561.8M 0 0 3 17.18M 0 140.3k 1:08:18 02:05 1:06:13 138.6k 3 561.8M 0 0 3 17.31M 0 140.2k 1:08:23 02:06 1:06:17 142.2k 3 561.8M 0 0 3 17.56M 0 140.7k 1:08:06 02:07 1:05:59 147.6k 3 561.8M 0 0 3 17.75M 0 140.5k 1:08:12 02:09 1:06:03 137.6k 3 561.8M 0 0 3 17.87M 0 140.2k 1:08:22 02:10 1:06:12 133.2k 3 561.8M 0 0 3 18.06M 0 140.3k 1:08:19 02:11 1:06:08 139.3k 3 561.8M 0 0 3 18.25M 0 140.4k 1:08:17 02:13 1:06:04 144.3k 3 561.8M 0 0 3 18.50M 0 141.2k 1:07:52 02:14 1:05:38 150.8k 3 561.8M 0 0 3 18.75M 0 141.9k 1:07:32 02:15 1:05:17 171.9k 3 561.8M 0 0 3 18.93M 0 142.1k 1:07:28 02:16 1:05:12 183.2k 3 561.8M 0 0 3 19.12M 0 142.0k 1:07:30 02:17 1:05:13 179.1k 3 561.8M 0 0 3 19.25M 0 141.8k 1:07:35 02:18 1:05:17 174.5k 3 561.8M 0 0 3 19.37M 0 141.6k 1:07:41 02:20 1:05:21 150.7k 3 561.8M 0 0 3 19.50M 0 141.5k 1:07:45 02:21 1:05:24 131.3k 3 561.8M 0 0 3 19.62M 0 141.4k 1:07:48 02:22 1:05:26 124.3k 3 561.8M 0 0 3 19.81M 0 141.5k 1:07:43 02:23 1:05:20 129.6k 3 561.8M 0 0 3 20.06M 0 142.2k 1:07:24 02:24 1:05:00 151.9k 3 561.8M 0 0 3 20.31M 0 142.8k 1:07:07 02:25 1:04:42 172.7k 3 561.8M 0 0 3 20.50M 0 142.9k 1:07:03 02:26 1:04:37 179.4k 3 561.8M 0 0 3 20.68M 0 143.2k 1:06:56 02:27 1:04:29 188.3k 3 561.8M 0 0 3 20.93M 0 143.9k 1:06:36 02:28 1:04:08 204.5k 3 561.8M 0 0 3 21.12M 0 143.9k 1:06:36 02:30 1:04:06 186.4k 3 561.8M 0 0 3 21.25M 0 143.8k 1:06:39 02:31 1:04:08 169.6k 3 561.8M 0 0 3 21.43M 0 143.9k 1:06:35 02:32 1:04:03 169.6k 3 561.8M 0 0 3 21.62M 0 144.2k 1:06:27 02:33 1:03:54 171.9k 3 561.8M 0 0 3 21.75M 0 144.0k 1:06:32 02:34 1:03:58 147.5k 3 561.8M 0 0 3 22.00M 0 144.7k 1:06:13 02:35 1:03:38 168.2k 3 561.8M 0 0 3 22.25M 0 145.2k 1:05:59 02:36 1:03:23 184.5k 4 561.8M 0 0 4 22.50M 0 145.6k 1:05:48 02:38 1:03:10 191.3k 4 561.8M 0 0 4 22.62M 0 145.4k 1:05:54 02:39 1:03:15 177.7k 4 561.8M 0 0 4 22.75M 0 145.2k 1:05:59 02:40 1:03:19 177.1k 4 561.8M 0 0 4 22.87M 0 144.7k 1:06:13 02:41 1:03:32 144.8k 4 561.8M 0 0 4 23.00M 0 144.5k 1:06:18 02:42 1:03:36 126.8k 4 561.8M 0 0 4 23.12M 0 144.2k 1:06:28 02:44 1:03:44 106.2k 4 561.8M 0 0 4 23.25M 0 144.1k 1:06:31 02:45 1:03:46 107.4k 4 561.8M 0 0 4 23.37M 0 143.9k 1:06:36 02:46 1:03:50 108.0k 4 561.8M 0 0 4 23.56M 0 143.9k 1:06:35 02:47 1:03:48 121.6k 4 561.8M 0 0 4 23.68M 0 143.6k 1:06:44 02:48 1:03:56 117.8k 4 561.8M 0 0 4 23.87M 0 143.5k 1:06:47 02:50 1:03:57 124.9k 4 561.8M 0 0 4 24.00M 0 143.1k 1:06:57 02:51 1:04:06 119.2k 4 561.8M 0 0 4 24.12M 0 143.0k 1:07:02 02:52 1:04:10 118.9k 4 561.8M 0 0 4 24.25M 0 142.8k 1:07:07 02:53 1:04:14 112.0k 4 561.8M 0 0 4 24.37M 0 142.6k 1:07:12 02:54 1:04:18 115.7k 4 561.8M 0 0 4 24.56M 0 142.8k 1:07:06 02:56 1:04:10 122.9k 4 561.8M 0 0 4 24.75M 0 142.6k 1:07:11 02:57 1:04:14 128.4k 4 561.8M 0 0 4 24.87M 0 142.2k 1:07:24 02:59 1:04:25 120.9k 4 561.8M 0 0 4 25.06M 0 142.2k 1:07:24 03:00 1:04:24 126.0k 4 561.8M 0 0 4 25.25M 0 142.3k 1:07:21 03:01 1:04:20 133.7k 4 561.8M 0 0 4 25.43M 0 142.3k 1:07:20 03:02 1:04:18 130.0k 4 561.8M 0 0 4 25.62M 0 142.5k 1:07:14 03:04 1:04:10 139.4k 4 561.8M 0 0 4 25.81M 0 142.6k 1:07:11 03:05 1:04:06 155.9k 4 561.8M 0 0 4 26.06M 0 143.1k 1:06:58 03:06 1:03:52 171.2k 4 561.8M 0 0 4 26.37M 0 144.0k 1:06:33 03:07 1:03:26 197.5k 4 561.8M 0 0 4 26.62M 0 144.4k 1:06:22 03:08 1:03:14 209.9k 4 561.8M 0 0 4 26.81M 0 144.5k 1:06:21 03:10 1:03:11 203.6k 4 561.8M 0 0 4 27.00M 0 144.5k 1:06:18 03:11 1:03:07 203.6k 4 561.8M 0 0 4 27.12M 0 144.4k 1:06:23 03:12 1:03:11 184.5k 4 561.8M 0 0 4 27.31M 0 144.5k 1:06:20 03:13 1:03:07 158.7k 4 561.8M 0 0 4 27.50M 0 144.6k 1:06:18 03:14 1:03:04 149.5k 4 561.8M 0 0 4 27.68M 0 144.8k 1:06:12 03:15 1:02:57 155.0k 4 561.8M 0 0 4 27.87M 0 144.9k 1:06:08 03:16 1:02:52 157.9k 4 561.8M 0 0 4 28.06M 0 145.1k 1:06:03 03:17 1:02:46 170.1k 5 561.8M 0 0 5 28.25M 0 144.9k 1:06:10 03:19 1:02:51 157.1k 5 561.8M 0 0 5 28.37M 0 144.2k 1:06:29 03:21 1:03:08 132.6k 5 561.8M 0 0 5 28.50M 0 143.9k 1:06:36 03:22 1:03:14 119.1k 5 561.8M 0 0 5 28.62M 0 143.6k 1:06:44 03:24 1:03:20 107.0k 5 561.8M 0 0 5 28.75M 0 143.4k 1:06:51 03:25 1:03:26 98228 5 561.8M 0 0 5 28.87M 0 143.1k 1:06:59 03:26 1:03:33 94187 5 561.8M 0 0 5 29.00M 0 142.8k 1:07:06 03:27 1:03:39 100.3k 5 561.8M 0 0 5 29.12M 0 142.7k 1:07:09 03:28 1:03:41 104.6k 5 561.8M 0 0 5 29.25M 0 142.6k 1:07:11 03:29 1:03:42 109.5k 5 561.8M 0 0 5 29.43M 0 142.8k 1:07:07 03:31 1:03:36 122.7k 5 561.8M 0 0 5 29.62M 0 142.8k 1:07:07 03:32 1:03:35 132.4k 5 561.8M 0 0 5 29.81M 0 142.8k 1:07:06 03:33 1:03:33 143.2k 5 561.8M 0 0 5 30.00M 0 143.0k 1:07:02 03:34 1:03:28 151.1k 5 561.8M 0 0 5 30.18M 0 143.0k 1:07:02 03:36 1:03:26 153.5k 5 561.8M 0 0 5 30.31M 0 142.8k 1:07:06 03:37 1:03:29 143.9k 5 561.8M 0 0 5 30.43M 0 142.7k 1:07:09 03:38 1:03:31 140.2k 5 561.8M 0 0 5 30.62M 0 142.9k 1:07:04 03:39 1:03:25 145.9k 5 561.8M 0 0 5 30.75M 0 142.8k 1:07:06 03:40 1:03:26 138.1k 5 561.8M 0 0 5 30.87M 0 142.8k 1:07:08 03:41 1:03:27 134.7k 5 561.8M 0 0 5 31.12M 0 143.2k 1:06:56 03:42 1:03:14 157.7k 5 561.8M 0 0 5 31.37M 0 143.5k 1:06:48 03:43 1:03:05 173.8k 5 561.8M 0 0 5 31.50M 0 143.4k 1:06:51 03:44 1:03:07 162.0k 5 561.8M 0 0 5 31.62M 0 143.0k 1:07:00 03:46 1:03:14 150.4k 5 561.8M 0 0 5 31.75M 0 142.9k 1:07:05 03:47 1:03:18 146.2k 5 561.8M 0 0 5 31.87M 0 142.5k 1:07:14 03:48 1:03:26 120.3k 5 561.8M 0 0 5 32.00M 0 142.4k 1:07:19 03:50 1:03:29 102.7k 5 561.8M 0 0 5 32.18M 0 142.5k 1:07:15 03:51 1:03:24 111.1k 5 561.8M 0 0 5 32.37M 0 142.6k 1:07:13 03:52 1:03:21 125.7k 5 561.8M 0 0 5 32.50M 0 142.2k 1:07:23 03:53 1:03:30 120.0k 5 561.8M 0 0 5 32.62M 0 142.1k 1:07:28 03:55 1:03:33 124.2k 5 561.8M 0 0 5 32.75M 0 142.0k 1:07:31 03:56 1:03:35 126.1k 5 561.8M 0 0 5 32.87M 0 141.9k 1:07:33 03:57 1:03:36 117.5k 5 561.8M 0 0 5 33.06M 0 141.9k 1:07:33 03:58 1:03:35 115.0k 5 561.8M 0 0 5 33.25M 0 141.9k 1:07:33 03:59 1:03:34 128.3k 5 561.8M 0 0 5 33.43M 0 141.9k 1:07:32 04:01 1:03:31 136.9k 5 561.8M 0 0 5 33.56M 0 141.8k 1:07:34 04:02 1:03:32 137.2k 5 561.8M 0 0 5 33.68M 0 141.7k 1:07:37 04:03 1:03:34 136.4k 6 561.8M 0 0 6 33.87M 0 141.7k 1:07:37 04:04 1:03:33 135.9k 6 561.8M 0 0 6 34.06M 0 141.8k 1:07:34 04:05 1:03:29 140.3k 6 561.8M 0 0 6 34.18M 0 141.7k 1:07:37 04:06 1:03:31 134.4k 6 561.8M 0 0 6 34.37M 0 141.8k 1:07:36 04:08 1:03:28 139.5k 6 561.8M 0 0 6 34.56M 0 141.7k 1:07:38 04:09 1:03:29 141.0k 6 561.8M 0 0 6 34.68M 0 141.6k 1:07:40 04:10 1:03:30 137.4k 6 561.8M 0 0 6 34.87M 0 141.5k 1:07:43 04:12 1:03:31 129.0k 6 561.8M 0 0 6 35.06M 0 141.6k 1:07:42 04:13 1:03:29 134.7k 6 561.8M 0 0 6 35.18M 0 141.5k 1:07:44 04:14 1:03:30 130.4k 6 561.8M 0 0 6 35.37M 0 141.6k 1:07:40 04:15 1:03:25 138.0k 6 561.8M 0 0 6 35.56M 0 141.7k 1:07:37 04:16 1:03:21 146.3k 6 561.8M 0 0 6 35.75M 0 141.8k 1:07:34 04:18 1:03:16 155.7k 6 561.8M 0 0 6 35.93M 0 141.7k 1:07:37 04:19 1:03:18 149.1k 6 561.8M 0 0 6 36.12M 0 141.8k 1:07:34 04:20 1:03:14 155.4k 6 561.8M 0 0 6 36.31M 0 142.0k 1:07:30 04:21 1:03:09 157.8k 6 561.8M 0 0 6 36.50M 0 142.0k 1:07:29 04:23 1:03:06 154.3k 6 561.8M 0 0 6 36.62M 0 142.0k 1:07:31 04:24 1:03:07 147.2k 6 561.8M 0 0 6 36.75M 0 141.8k 1:07:37 04:25 1:03:12 142.3k 6 561.8M 0 0 6 36.87M 0 141.7k 1:07:38 04:26 1:03:12 135.3k 6 561.8M 0 0 6 37.06M 0 141.8k 1:07:35 04:27 1:03:08 133.9k 6 561.8M 0 0 6 37.25M 0 141.9k 1:07:32 04:28 1:03:04 136.0k 6 561.8M 0 0 6 37.43M 0 141.9k 1:07:32 04:30 1:03:02 139.6k 6 561.8M 0 0 6 37.56M 0 141.8k 1:07:34 04:31 1:03:03 146.4k 6 561.8M 0 0 6 37.75M 0 141.8k 1:07:35 04:32 1:03:03 147.1k 6 561.8M 0 0 6 37.93M 0 141.9k 1:07:31 04:33 1:02:58 146.6k 6 561.8M 0 0 6 38.18M 0 142.1k 1:07:25 04:34 1:02:51 152.6k 6 561.8M 0 0 6 38.37M 0 142.1k 1:07:26 04:36 1:02:50 150.6k 6 561.8M 0 0 6 38.56M 0 142.0k 1:07:31 04:38 1:02:53 146.3k 6 561.8M 0 0 6 38.68M 0 141.9k 1:07:32 04:39 1:02:53 145.9k 6 561.8M 0 0 6 38.87M 0 141.9k 1:07:32 04:40 1:02:52 140.5k 6 561.8M 0 0 6 39.06M 0 142.0k 1:07:30 04:41 1:02:49 134.6k 6 561.8M 0 0 6 39.18M 0 141.8k 1:07:35 04:42 1:02:53 129.3k 6 561.8M 0 0 6 39.31M 0 141.7k 1:07:38 04:44 1:02:54 129.2k 7 561.8M 0 0 7 39.43M 0 141.6k 1:07:40 04:45 1:02:55 129.0k 7 561.8M 0 0 7 39.56M 0 141.4k 1:07:47 04:46 1:03:01 118.0k 7 561.8M 0 0 7 39.68M 0 141.3k 1:07:50 04:47 1:03:03 109.0k 7 561.8M 0 0 7 39.81M 0 141.2k 1:07:51 04:48 1:03:03 112.8k 7 561.8M 0 0 7 39.93M 0 141.2k 1:07:54 04:49 1:03:05 113.7k 7 561.8M 0 0 7 40.06M 0 141.1k 1:07:55 04:50 1:03:05 113.9k 7 561.8M 0 0 7 40.25M 0 141.2k 1:07:52 04:51 1:03:01 131.3k 7 561.8M 0 0 7 40.43M 0 141.4k 1:07:48 04:52 1:02:56 144.9k 7 561.8M 0 0 7 40.62M 0 141.5k 1:07:44 04:53 1:02:51 155.6k 7 561.8M 0 0 7 40.87M 0 141.8k 1:07:36 04:55 1:02:41 173.6k 7 561.8M 0 0 7 41.06M 0 141.7k 1:07:39 04:56 1:02:43 169.0k 7 561.8M 0 0 7 41.18M 0 141.3k 1:07:51 04:58 1:02:53 143.3k 7 561.8M 0 0 7 41.31M 0 141.0k 1:07:58 04:59 1:02:59 126.1k 7 561.8M 0 0 7 41.43M 0 140.9k 1:08:01 05:01 1:03:00 116.2k 7 561.8M 0 0 7 41.62M 0 140.9k 1:08:00 05:02 1:02:58 107.1k 7 561.8M 0 0 7 41.81M 0 141.0k 1:07:58 05:03 1:02:55 111.9k 7 561.8M 0 0 7 42.00M 0 141.1k 1:07:54 05:04 1:02:50 135.1k 7 561.8M 0 0 7 42.18M 0 141.1k 1:07:57 05:06 1:02:51 143.4k 7 561.8M 0 0 7 42.31M 0 141.0k 1:07:59 05:07 1:02:52 144.0k 7 561.8M 0 0 7 42.43M 0 140.9k 1:08:01 05:08 1:02:53 139.8k 7 561.8M 0 0 7 42.62M 0 141.1k 1:07:57 05:09 1:02:48 141.0k 7 561.8M 0 0 7 42.62M 0 141.1k 1:07:57 05:09 1:02:48 141.1k 7 561.8M 0 0 7 42.87M 0 141.4k 1:07:48 05:10 1:02:38 223.9k 7 561.8M 0 0 7 43.06M 0 141.4k 1:07:46 05:11 1:02:35 191.8k 7 561.8M 0 0 7 43.31M 0 141.6k 1:07:40 05:13 1:02:27 191.0k 7 561.8M 0 0 7 43.50M 0 141.7k 1:07:39 05:14 1:02:25 179.7k 7 561.8M 0 0 7 43.68M 0 141.7k 1:07:39 05:15 1:02:24 171.0k 7 561.8M 0 0 7 43.81M 0 141.4k 1:07:47 05:17 1:02:30 143.5k 7 561.8M 0 0 7 43.93M 0 141.2k 1:07:52 05:18 1:02:34 132.0k 7 561.8M 0 0 7 44.06M 0 141.0k 1:07:59 05:19 1:02:40 111.1k 7 561.8M 0 0 7 44.25M 0 141.1k 1:07:56 05:21 1:02:35 113.4k 7 561.8M 0 0 7 44.43M 0 141.1k 1:07:54 05:22 1:02:32 116.6k 7 561.8M 0 0 7 44.62M 0 141.2k 1:07:53 05:23 1:02:30 130.4k 7 561.8M 0 0 7 44.75M 0 141.1k 1:07:54 05:24 1:02:30 136.3k 7 561.8M 0 0 7 44.93M 0 141.1k 1:07:54 05:25 1:02:29 149.7k 8 561.8M 0 0 8 45.12M 0 141.2k 1:07:51 05:27 1:02:24 150.1k 8 561.8M 0 0 8 45.31M 0 141.4k 1:07:47 05:28 1:02:19 154.8k 8 561.8M 0 0 8 45.43M 0 141.3k 1:07:49 05:29 1:02:20 148.8k 8 561.8M 0 0 8 45.56M 0 141.1k 1:07:55 05:30 1:02:25 139.7k 8 561.8M 0 0 8 45.68M 0 140.9k 1:08:00 05:31 1:02:29 130.4k 8 561.8M 0 0 8 45.81M 0 140.8k 1:08:04 05:33 1:02:31 116.8k 8 561.8M 0 0 8 45.93M 0 140.6k 1:08:09 05:34 1:02:35 101.3k 8 561.8M 0 0 8 46.12M 0 140.6k 1:08:10 05:35 1:02:35 104.7k 8 561.8M 0 0 8 46.25M 0 140.5k 1:08:12 05:36 1:02:36 110.7k 8 561.8M 0 0 8 46.43M 0 140.7k 1:08:08 05:37 1:02:31 125.8k 8 561.8M 0 0 8 46.62M 0 140.8k 1:08:05 05:39 1:02:26 138.8k 8 561.8M 0 0 8 46.81M 0 140.8k 1:08:04 05:40 1:02:24 150.1k 8 561.8M 0 0 8 46.93M 0 140.7k 1:08:05 05:41 1:02:24 150.9k 8 561.8M 0 0 8 47.06M 0 140.6k 1:08:08 05:42 1:02:26 147.2k 8 561.8M 0 0 8 47.25M 0 140.7k 1:08:06 05:43 1:02:23 143.0k 8 561.8M 0 0 8 47.43M 0 140.8k 1:08:04 05:44 1:02:20 144.0k 8 561.8M 0 0 8 47.56M 0 140.7k 1:08:07 05:46 1:02:21 134.5k 8 561.8M 0 0 8 47.62M 0 140.5k 1:08:14 05:47 1:02:27 123.7k 8 561.8M 0 0 8 47.75M 0 140.3k 1:08:18 05:48 1:02:30 121.5k 8 561.8M 0 0 8 47.93M 0 140.3k 1:08:18 05:49 1:02:29 117.9k 8 561.8M 0 0 8 48.06M 0 140.2k 1:08:23 05:51 1:02:32 103.8k 8 561.8M 0 0 8 48.18M 0 140.1k 1:08:25 05:52 1:02:33 105.6k 8 561.8M 0 0 8 48.37M 0 140.1k 1:08:25 05:53 1:02:32 119.3k 8 561.8M 0 0 8 48.56M 0 140.0k 1:08:27 05:55 1:02:32 123.1k 8 561.8M 0 0 8 48.68M 0 139.9k 1:08:29 05:56 1:02:33 119.4k 8 561.8M 0 0 8 48.87M 0 139.9k 1:08:29 05:57 1:02:32 128.0k 8 561.8M 0 0 8 49.00M 0 139.9k 1:08:31 05:58 1:02:33 128.8k 8 561.8M 0 0 8 49.12M 0 139.8k 1:08:32 05:59 1:02:33 125.2k 8 561.8M 0 0 8 49.25M 0 139.7k 1:08:35 06:00 1:02:35 122.7k 8 561.8M 0 0 8 49.37M 0 139.6k 1:08:38 06:01 1:02:37 121.2k 8 561.8M 0 0 8 49.50M 0 139.6k 1:08:41 06:03 1:02:38 114.8k 8 561.8M 0 0 8 49.62M 0 139.5k 1:08:42 06:04 1:02:38 115.7k 8 561.8M 0 0 8 49.81M 0 139.6k 1:08:39 06:05 1:02:34 126.1k 8 561.8M 0 0 8 50.00M 0 139.7k 1:08:35 06:06 1:02:29 140.1k 8 561.8M 0 0 8 50.18M 0 139.8k 1:08:33 06:07 1:02:26 150.0k 8 561.8M 0 0 8 50.37M 0 139.8k 1:08:32 06:08 1:02:24 157.9k 8 561.8M 0 0 8 50.56M 0 140.0k 1:08:29 06:09 1:02:20 168.1k 9 561.8M 0 0 9 50.68M 0 139.9k 1:08:30 06:10 1:02:20 159.6k 9 561.8M 0 0 9 50.87M 0 140.0k 1:08:27 06:11 1:02:16 158.7k 9 561.8M 0 0 9 51.06M 0 140.1k 1:08:25 06:13 1:02:12 158.5k 9 561.8M 0 0 9 51.18M 0 140.0k 1:08:27 06:14 1:02:13 151.3k 9 561.8M 0 0 9 51.31M 0 140.0k 1:08:28 06:15 1:02:13 140.5k 9 561.8M 0 0 9 51.50M 0 140.1k 1:08:26 06:16 1:02:10 148.9k 9 561.8M 0 0 9 51.68M 0 140.0k 1:08:26 06:17 1:02:09 141.8k 9 561.8M 0 0 9 51.81M 0 140.0k 1:08:28 06:18 1:02:10 133.2k 9 561.8M 0 0 9 52.00M 0 139.9k 1:08:31 06:20 1:02:11 133.2k 9 561.8M 0 0 9 52.12M 0 139.7k 1:08:35 06:21 1:02:14 126.5k 9 561.8M 0 0 9 52.25M 0 139.6k 1:08:40 06:23 1:02:17 112.3k 9 561.8M 0 0 9 52.37M 0 139.4k 1:08:46 06:24 1:02:22 101.6k 9 561.8M 0 0 9 52.50M 0 139.1k 1:08:53 06:26 1:02:27 97523 9 561.8M 0 0 9 52.62M 0 139.1k 1:08:54 06:27 1:02:27 96532 9 561.8M 0 0 9 52.81M 0 139.2k 1:08:51 06:28 1:02:23 107.3k 9 561.8M 0 0 9 53.00M 0 139.2k 1:08:50 06:29 1:02:21 119.7k 9 561.8M 0 0 9 53.18M 0 139.3k 1:08:49 06:30 1:02:19 132.8k 9 561.8M 0 0 9 53.37M 0 139.3k 1:08:49 06:32 1:02:17 148.5k 9 561.8M 0 0 9 53.56M 0 139.2k 1:08:50 06:33 1:02:17 148.2k 9 561.8M 0 0 9 53.75M 0 139.3k 1:08:49 06:35 1:02:14 143.0k 9 561.8M 0 0 9 53.93M 0 139.4k 1:08:46 06:36 1:02:10 146.8k 9 561.8M 0 0 9 54.18M 0 139.6k 1:08:40 06:37 1:02:03 159.7k 9 561.8M 0 0 9 54.37M 0 139.7k 1:08:37 06:38 1:01:59 164.8k 9 561.8M 0 0 9 54.56M 0 139.7k 1:08:36 06:39 1:01:57 169.9k 9 561.8M 0 0 9 54.75M 0 139.7k 1:08:35 06:41 1:01:54 171.6k 9 561.8M 0 0 9 54.93M 0 139.8k 1:08:32 06:42 1:01:50 171.2k 9 561.8M 0 0 9 55.12M 0 139.9k 1:08:30 06:43 1:01:47 161.5k 9 561.8M 0 0 9 55.31M 0 140.0k 1:08:28 06:44 1:01:44 161.5k 9 561.8M 0 0 9 55.50M 0 140.0k 1:08:27 06:45 1:01:42 159.6k 9 561.8M 0 0 9 55.75M 0 140.2k 1:08:21 06:47 1:01:34 172.3k 9 561.8M 0 0 9 56.00M 0 140.5k 1:08:13 06:48 1:01:25 184.4k 10 561.8M 0 0 10 56.18M 0 140.5k 1:08:11 06:49 1:01:22 184.5k 10 561.8M 0 0 10 56.37M 0 140.6k 1:08:10 06:50 1:01:20 181.7k 10 561.8M 0 0 10 56.56M 0 140.6k 1:08:11 06:51 1:01:20 179.1k 10 561.8M 0 0 10 56.68M 0 140.5k 1:08:12 06:52 1:01:20 162.9k 10 561.8M 0 0 10 56.87M 0 140.5k 1:08:12 06:54 1:01:18 143.8k 10 561.8M 0 0 10 57.12M 0 140.7k 1:08:06 06:55 1:01:11 152.0k 10 561.8M 0 0 10 57.31M 0 140.8k 1:08:04 06:56 1:01:08 153.9k 10 561.8M 0 0 10 57.50M 0 140.9k 1:08:01 06:57 1:01:04 163.4k 10 561.8M 0 0 10 57.68M 0 140.9k 1:08:00 06:58 1:01:02 169.4k 10 561.8M 0 0 10 57.87M 0 141.0k 1:07:59 07:00 1:00:59 171.0k 10 561.8M 0 0 10 58.00M 0 140.9k 1:08:00 07:01 1:00:59 155.5k 10 561.8M 0 0 10 58.12M 0 140.8k 1:08:03 07:02 1:01:01 144.3k 10 561.8M 0 0 10 58.31M 0 140.8k 1:08:05 07:04 1:01:01 131.8k 10 561.8M 0 0 10 58.43M 0 140.7k 1:08:06 07:05 1:01:01 125.3k 10 561.8M 0 0 10 58.62M 0 140.8k 1:08:03 07:06 1:00:57 131.2k 10 561.8M 0 0 10 58.81M 0 140.9k 1:08:02 07:07 1:00:55 136.7k 10 561.8M 0 0 10 58.93M 0 140.8k 1:08:04 07:08 1:00:56 138.7k 10 561.8M 0 0 10 59.06M 0 140.8k 1:08:05 07:09 1:00:56 142.6k 10 561.8M 0 0 10 59.18M 0 140.7k 1:08:07 07:10 1:00:57 140.0k 10 561.8M 0 0 10 59.31M 0 140.7k 1:08:08 07:11 1:00:57 128.9k 10 561.8M 0 0 10 59.43M 0 140.5k 1:08:13 07:13 1:01:00 112.8k 10 561.8M 0 0 10 59.56M 0 140.4k 1:08:16 07:14 1:01:02 110.1k 10 561.8M 0 0 10 59.68M 0 140.4k 1:08:16 07:15 1:01:01 110.1k 10 561.8M 0 0 10 59.87M 0 140.4k 1:08:15 07:16 1:00:59 119.0k 10 561.8M 0 0 10 60.00M 0 140.4k 1:08:16 07:17 1:00:59 119.3k 10 561.8M 0 0 10 60.12M 0 140.2k 1:08:21 07:18 1:01:03 119.1k 10 561.8M 0 0 10 60.25M 0 140.2k 1:08:22 07:19 1:01:03 122.8k 10 561.8M 0 0 10 60.43M 0 140.3k 1:08:20 07:21 1:00:59 131.8k 10 561.8M 0 0 10 60.68M 0 140.4k 1:08:16 07:22 1:00:54 137.3k 10 561.8M 0 0 10 60.87M 0 140.4k 1:08:16 07:23 1:00:53 141.6k 10 561.8M 0 0 10 61.06M 0 140.5k 1:08:12 07:24 1:00:48 163.3k 10 561.8M 0 0 10 61.25M 0 140.6k 1:08:10 07:25 1:00:45 170.4k 10 561.8M 0 0 10 61.43M 0 140.7k 1:08:08 07:27 1:00:41 170.4k 10 561.8M 0 0 10 61.62M 0 140.5k 1:08:12 07:28 1:00:44 151.8k 10 561.8M 0 0 10 61.75M 0 140.4k 1:08:16 07:30 1:00:46 138.8k 11 561.8M 0 0 11 61.93M 0 140.5k 1:08:14 07:31 1:00:43 136.3k 11 561.8M 0 0 11 62.18M 0 140.7k 1:08:07 07:32 1:00:35 149.1k 11 561.8M 0 0 11 62.37M 0 140.8k 1:08:04 07:33 1:00:31 151.5k 11 561.8M 0 0 11 62.50M 0 140.8k 1:08:05 07:34 1:00:31 159.6k 11 561.8M 0 0 11 62.68M 0 140.8k 1:08:04 07:35 1:00:29 176.7k 11 561.8M 0 0 11 62.81M 0 140.7k 1:08:06 07:36 1:00:30 165.4k 11 561.8M 0 0 11 62.93M 0 140.6k 1:08:09 07:38 1:00:31 135.5k 11 561.8M 0 0 11 63.06M 0 140.4k 1:08:15 07:39 1:00:36 112.1k 11 561.8M 0 0 11 63.18M 0 140.3k 1:08:18 07:40 1:00:38 108.6k 11 561.8M 0 0 11 63.37M 0 140.3k 1:08:20 07:42 1:00:38 103.3k 11 561.8M 0 0 11 63.50M 0 140.2k 1:08:21 07:43 1:00:38 105.0k 11 561.8M 0 0 11 63.75M 0 140.4k 1:08:17 07:44 1:00:33 122.1k 11 561.8M 0 0 11 63.93M 0 140.4k 1:08:17 07:46 1:00:31 136.0k 11 561.8M 0 0 11 64.06M 0 140.2k 1:08:20 07:47 1:00:33 134.8k 11 561.8M 0 0 11 64.18M 0 140.2k 1:08:22 07:48 1:00:34 135.0k 11 561.8M 0 0 11 64.31M 0 140.1k 1:08:23 07:49 1:00:34 133.0k 11 561.8M 0 0 11 64.50M 0 140.1k 1:08:24 07:51 1:00:33 122.7k 11 561.8M 0 0 11 64.62M 0 140.1k 1:08:24 07:52 1:00:32 119.6k 11 561.8M 0 0 11 64.81M 0 140.1k 1:08:24 07:53 1:00:31 129.3k 11 561.8M 0 0 11 65.00M 0 140.1k 1:08:23 07:54 1:00:29 136.7k 11 561.8M 0 0 11 65.18M 0 140.1k 1:08:24 07:56 1:00:28 138.6k 11 561.8M 0 0 11 65.31M 0 140.0k 1:08:26 07:57 1:00:29 132.8k 11 561.8M 0 0 11 65.50M 0 140.1k 1:08:24 07:58 1:00:26 140.5k 11 561.8M 0 0 11 65.68M 0 140.1k 1:08:23 07:59 1:00:24 142.4k 11 561.8M 0 0 11 65.81M 0 140.0k 1:08:26 08:01 1:00:25 132.4k 11 561.8M 0 0 11 66.00M 0 140.1k 1:08:24 08:02 1:00:22 139.1k 11 561.8M 0 0 11 66.18M 0 140.2k 1:08:22 08:03 1:00:19 151.6k 11 561.8M 0 0 11 66.37M 0 140.2k 1:08:22 08:04 1:00:18 145.3k 11 561.8M 0 0 11 66.56M 0 140.2k 1:08:21 08:05 1:00:16 146.6k 11 561.8M 0 0 11 66.75M 0 140.3k 1:08:19 08:07 1:00:12 158.1k 11 561.8M 0 0 11 66.93M 0 140.3k 1:08:20 08:08 1:00:12 153.0k 11 561.8M 0 0 11 67.06M 0 140.2k 1:08:20 08:09 1:00:11 145.0k 11 561.8M 0 0 11 67.18M 0 140.2k 1:08:23 08:10 1:00:13 139.0k 11 561.8M 0 0 11 67.31M 0 140.1k 1:08:24 08:11 1:00:13 132.8k 12 561.8M 0 0 12 67.50M 0 140.2k 1:08:23 08:12 1:00:11 131.3k 12 561.8M 0 0 12 67.68M 0 140.1k 1:08:23 08:14 1:00:09 129.2k 12 561.8M 0 0 12 67.81M 0 140.0k 1:08:26 08:15 1:00:11 124.0k 12 561.8M 0 0 12 67.93M 0 140.0k 1:08:29 08:16 1:00:13 124.1k 12 561.8M 0 0 12 68.12M 0 139.9k 1:08:29 08:18 1:00:11 125.9k 12 561.8M 0 0 12 68.31M 0 139.9k 1:08:29 08:19 1:00:10 122.7k 12 561.8M 0 0 12 68.43M 0 139.8k 1:08:33 08:21 1:00:12 116.4k 12 561.8M 0 0 12 68.56M 0 139.7k 1:08:37 08:22 1:00:15 113.9k 12 561.8M 0 0 12 68.68M 0 139.6k 1:08:40 08:23 1:00:17 111.8k 12 561.8M 0 0 12 68.81M 0 139.4k 1:08:44 08:25 1:00:19 102.2k 12 561.8M 0 0 12 68.93M 0 139.3k 1:08:47 08:26 1:00:21 97756 12 561.8M 0 0 12 69.06M 0 139.3k 1:08:49 08:27 1:00:22 99101 12 561.8M 0 0 12 69.18M 0 139.2k 1:08:51 08:28 1:00:23 100.8k 12 561.8M 0 0 12 69.37M 0 139.3k 1:08:49 08:29 1:00:20 113.8k 12 561.8M 0 0 12 69.56M 0 139.3k 1:08:48 08:31 1:00:17 129.6k 12 561.8M 0 0 12 69.75M 0 139.4k 1:08:46 08:32 1:00:14 142.2k 12 561.8M 0 0 12 69.93M 0 139.5k 1:08:43 08:33 1:00:10 156.6k 12 561.8M 0 0 12 70.12M 0 139.5k 1:08:41 08:34 1:00:07 168.8k 12 561.8M 0 0 12 70.31M 0 139.6k 1:08:39 08:35 1:00:04 172.0k 12 561.8M 0 0 12 70.50M 0 139.7k 1:08:36 08:36 1:00:00 175.2k 12 561.8M 0 0 12 70.75M 0 139.8k 1:08:32 08:37 59:55 183.2k 12 561.8M 0 0 12 70.87M 0 139.8k 1:08:33 08:38 59:55 172.7k 12 561.8M 0 0 12 71.06M 0 139.7k 1:08:35 08:40 59:55 157.8k 12 561.8M 0 0 12 71.18M 0 139.7k 1:08:36 08:41 59:55 146.5k 12 561.8M 0 0 12 71.31M 0 139.6k 1:08:39 08:42 59:57 133.0k 12 561.8M 0 0 12 71.43M 0 139.6k 1:08:40 08:43 59:57 116.0k 12 561.8M 0 0 12 71.62M 0 139.6k 1:08:40 08:45 59:55 121.0k 12 561.8M 0 0 12 71.75M 0 139.5k 1:08:42 08:46 59:56 119.0k 12 561.8M 0 0 12 71.87M 0 139.5k 1:08:43 08:47 59:56 119.4k 12 561.8M 0 0 12 72.00M 0 139.3k 1:08:48 08:49 59:59 112.7k 12 561.8M 0 0 12 72.12M 0 139.1k 1:08:53 08:50 1:00:03 105.5k 12 561.8M 0 0 12 72.25M 0 139.0k 1:08:56 08:51 1:00:05 98063 12 561.8M 0 0 12 72.37M 0 139.0k 1:08:58 08:53 1:00:05 97931 12 561.8M 0 0 12 72.56M 0 139.0k 1:08:57 08:54 1:00:03 102.2k 12 561.8M 0 0 12 72.75M 0 139.0k 1:08:56 08:55 1:00:01 116.7k 12 561.8M 0 0 12 72.87M 0 139.0k 1:08:58 08:56 1:00:02 124.6k 13 561.8M 0 0 13 73.06M 0 139.1k 1:08:55 08:57 59:58 141.3k 13 561.8M 0 0 13 73.31M 0 139.2k 1:08:50 08:59 59:51 163.7k 13 561.8M 0 0 13 73.56M 0 139.4k 1:08:45 09:00 59:45 179.7k 13 561.8M 0 0 13 73.75M 0 139.4k 1:08:44 09:01 59:43 179.1k 13 561.8M 0 0 13 73.93M 0 139.5k 1:08:43 09:02 59:41 183.2k 13 561.8M 0 0 13 74.18M 0 139.6k 1:08:39 09:04 59:35 185.8k 13 561.8M 0 0 13 74.37M 0 139.5k 1:08:41 09:05 59:36 165.8k 13 561.8M 0 0 13 74.50M 0 139.4k 1:08:45 09:07 59:38 138.5k 13 561.8M 0 0 13 74.68M 0 139.4k 1:08:45 09:08 59:37 137.4k 13 561.8M 0 0 13 74.87M 0 139.5k 1:08:43 09:09 59:34 141.6k 13 561.8M 0 0 13 75.12M 0 139.6k 1:08:39 09:10 59:29 141.1k 13 561.8M 0 0 13 75.37M 0 139.7k 1:08:35 09:12 59:23 155.9k 13 561.8M 0 0 13 75.62M 0 139.9k 1:08:30 09:13 59:17 183.4k 13 561.8M 0 0 13 75.81M 0 140.0k 1:08:29 09:14 59:15 188.0k 13 561.8M 0 0 13 76.00M 0 140.0k 1:08:29 09:15 59:14 180.5k 13 561.8M 0 0 13 76.12M 0 139.9k 1:08:30 09:16 59:14 166.8k 13 561.8M 0 0 13 76.31M 0 139.9k 1:08:31 09:18 59:13 151.4k 13 561.8M 0 0 13 76.50M 0 139.9k 1:08:30 09:19 59:11 141.8k 13 561.8M 0 0 13 76.68M 0 139.9k 1:08:30 09:21 59:09 135.8k 13 561.8M 0 0 13 76.81M 0 139.9k 1:08:31 09:22 59:09 133.0k 13 561.8M 0 0 13 77.00M 0 140.0k 1:08:28 09:23 59:05 145.4k 13 561.8M 0 0 13 77.18M 0 140.1k 1:08:26 09:24 59:02 158.2k 13 561.8M 0 0 13 77.37M 0 140.1k 1:08:25 09:25 59:00 153.4k 13 561.8M 0 0 13 77.50M 0 140.0k 1:08:26 09:26 59:00 153.9k 13 561.8M 0 0 13 77.62M 0 140.0k 1:08:27 09:27 59:00 152.9k 13 561.8M 0 0 13 77.81M 0 140.0k 1:08:27 09:28 58:59 143.5k 13 561.8M 0 0 13 78.00M 0 140.0k 1:08:27 09:30 58:57 136.0k 13 561.8M 0 0 13 78.18M 0 140.0k 1:08:27 09:31 58:56 136.4k 13 561.8M 0 0 13 78.31M 0 140.0k 1:08:28 09:32 58:56 135.9k 13 561.8M 0 0 13 78.50M 0 140.0k 1:08:27 09:33 58:54 142.2k 14 561.8M 0 0 14 78.68M 0 140.0k 1:08:26 09:35 58:51 142.5k 14 561.8M 0 0 14 78.87M 0 140.1k 1:08:25 09:36 58:49 145.1k 14 561.8M 0 0 14 79.12M 0 140.2k 1:08:21 09:37 58:44 158.9k 14 561.8M 0 0 14 79.37M 0 140.4k 1:08:16 09:38 58:38 178.2k 14 561.8M 0 0 14 79.56M 0 140.4k 1:08:16 09:40 58:36 174.2k 14 561.8M 0 0 14 79.68M 0 140.3k 1:08:18 09:41 58:37 168.1k 14 561.8M 0 0 14 79.81M 0 140.3k 1:08:19 09:42 58:37 163.1k 14 561.8M 0 0 14 79.93M 0 140.2k 1:08:22 09:43 58:39 136.6k 14 561.8M 0 0 14 80.06M 0 140.0k 1:08:26 09:45 58:41 109.0k 14 561.8M 0 0 14 80.18M 0 139.9k 1:08:29 09:46 58:43 98.47k 14 561.8M 0 0 14 80.31M 0 139.9k 1:08:31 09:47 58:44 98.50k 14 561.8M 0 0 14 80.43M 0 139.8k 1:08:33 09:48 58:45 98728 14 561.8M 0 0 14 80.62M 0 139.8k 1:08:33 09:50 58:43 107.7k 14 561.8M 0 0 14 80.81M 0 139.8k 1:08:34 09:51 58:43 116.4k 14 561.8M 0 0 14 81.00M 0 139.8k 1:08:32 09:52 58:40 130.7k 14 561.8M 0 0 14 81.18M 0 139.9k 1:08:30 09:53 58:37 144.8k 14 561.8M 0 0 14 81.37M 0 140.0k 1:08:28 09:55 58:33 157.4k 14 561.8M 0 0 14 81.50M 0 139.9k 1:08:29 09:56 58:33 151.3k 14 561.8M 0 0 14 81.62M 0 139.8k 1:08:32 09:57 58:35 144.8k 14 561.8M 0 0 14 81.75M 0 139.7k 1:08:35 09:58 58:37 131.1k 14 561.8M 0 0 14 81.87M 0 139.7k 1:08:36 09:59 58:37 118.8k 14 561.8M 0 0 14 82.00M 0 139.7k 1:08:37 10:00 58:37 107.8k 14 561.8M 0 0 14 82.12M 0 139.6k 1:08:38 10:02 58:36 108.0k 14 561.8M 0 0 14 82.25M 0 139.6k 1:08:40 10:03 58:37 111.9k 14 561.8M 0 0 14 82.37M 0 139.5k 1:08:42 10:04 58:38 115.0k 14 561.8M 0 0 14 82.56M 0 139.5k 1:08:43 10:05 58:38 117.1k 14 561.8M 0 0 14 82.75M 0 139.5k 1:08:43 10:07 58:36 119.8k 14 561.8M 0 0 14 82.93M 0 139.5k 1:08:41 10:08 58:33 131.6k 14 561.8M 0 0 14 83.12M 0 139.6k 1:08:38 10:09 58:29 144.6k 14 561.8M 0 0 14 83.25M 0 139.5k 1:08:42 10:10 58:32 139.3k 14 561.8M 0 0 14 83.43M 0 139.5k 1:08:42 10:12 58:30 140.1k 14 561.8M 0 0 14 83.56M 0 139.3k 1:08:47 10:13 58:34 128.5k 14 561.8M 0 0 14 83.68M 0 139.3k 1:08:47 10:14 58:33 118.6k 14 561.8M 0 0 14 83.81M 0 139.3k 1:08:48 10:15 58:33 108.9k 14 561.8M 0 0 14 84.00M 0 139.3k 1:08:47 10:17 58:30 122.4k 14 561.8M 0 0 14 84.18M 0 139.4k 1:08:45 10:18 58:27 130.8k 15 561.8M 0 0 15 84.37M 0 139.4k 1:08:45 10:19 58:26 146.6k 15 561.8M 0 0 15 84.56M 0 139.4k 1:08:44 10:20 58:24 150.6k 15 561.8M 0 0 15 84.75M 0 139.4k 1:08:44 10:22 58:22 144.6k 15 561.8M 0 0 15 84.75M 0 139.4k 1:08:44 10:22 58:22 139.4k 15 561.8M 0 0 15 84.93M 0 139.5k 1:08:42 10:23 58:19 182.5k 15 561.8M 0 0 15 85.12M 0 139.6k 1:08:40 10:24 58:16 178.4k 15 561.8M 0 0 15 85.37M 0 139.7k 1:08:36 10:25 58:11 191.0k 15 561.8M 0 0 15 85.62M 0 139.8k 1:08:32 10:26 58:06 193.5k 15 561.8M 0 0 15 85.81M 0 139.9k 1:08:31 10:28 58:03 185.2k 15 561.8M 0 0 15 86.06M 0 140.0k 1:08:28 10:29 57:59 188.6k 15 561.8M 0 0 15 86.25M 0 140.1k 1:08:26 10:30 57:56 189.7k 15 561.8M 0 0 15 86.50M 0 140.2k 1:08:22 10:31 57:51 186.1k 15 561.8M 0 0 15 86.68M 0 140.2k 1:08:20 10:32 57:48 183.6k 15 561.8M 0 0 15 86.81M 0 140.2k 1:08:23 10:34 57:49 170.1k 15 561.8M 0 0 15 86.93M 0 139.9k 1:08:29 10:35 57:54 135.1k 15 561.8M 0 0 15 87.06M 0 139.9k 1:08:30 10:37 57:53 124.7k 15 561.8M 0 0 15 87.31M 0 140.0k 1:08:27 10:38 57:49 126.0k 15 561.8M 0 0 15 87.56M 0 140.2k 1:08:22 10:39 57:43 132.8k 15 561.8M 0 0 15 87.81M 0 140.3k 1:08:18 10:40 57:38 156.2k 15 561.8M 0 0 15 88.12M 0 140.5k 1:08:12 10:41 57:31 204.4k 15 561.8M 0 0 15 88.31M 0 140.6k 1:08:10 10:42 57:28 217.3k 15 561.8M 0 0 15 88.50M 0 140.6k 1:08:09 10:44 57:25 204.0k 15 561.8M 0 0 15 88.68M 0 140.7k 1:08:08 10:45 57:23 194.4k 15 561.8M 0 0 15 88.93M 0 140.8k 1:08:05 10:46 57:19 188.9k 15 561.8M 0 0 15 89.18M 0 140.9k 1:08:01 10:47 57:14 181.5k 15 561.8M 0 0 15 89.43M 0 141.0k 1:07:57 10:49 57:08 185.5k 15 561.8M 0 0 15 89.56M 0 141.0k 1:07:59 10:50 57:09 177.2k 15 561.8M 0 0 15 89.68M 0 140.9k 1:08:02 10:51 57:11 162.6k 15 561.8M 0 0 15 89.87M 0 140.9k 1:08:02 10:53 57:09 150.8k 16 561.8M 0 0 16 90.00M 0 140.8k 1:08:04 10:54 57:10 128.9k 16 561.8M 0 0 16 90.18M 0 140.8k 1:08:03 10:55 57:08 121.5k 16 561.8M 0 0 16 90.37M 0 140.9k 1:08:02 10:56 57:06 131.2k 16 561.8M 0 0 16 90.56M 0 140.9k 1:08:02 10:58 57:04 139.2k 16 561.8M 0 0 16 90.75M 0 140.8k 1:08:04 10:59 57:05 135.3k 16 561.8M 0 0 16 90.87M 0 140.8k 1:08:04 11:00 57:04 140.7k 16 561.8M 0 0 16 91.00M 0 140.7k 1:08:06 11:01 57:05 128.8k 16 561.8M 0 0 16 91.18M 0 140.7k 1:08:07 11:03 57:04 125.0k 16 561.8M 0 0 16 91.37M 0 140.7k 1:08:07 11:04 57:03 123.5k 16 561.8M 0 0 16 91.56M 0 140.7k 1:08:06 11:05 57:01 132.9k 16 561.8M 0 0 16 91.81M 0 140.9k 1:08:02 11:07 56:55 147.7k 16 561.8M 0 0 16 92.00M 0 140.9k 1:08:00 11:08 56:52 162.5k 16 561.8M 0 0 16 92.25M 0 141.0k 1:07:57 11:09 56:48 177.5k 16 561.8M 0 0 16 92.43M 0 141.1k 1:07:55 11:10 56:45 189.4k 16 561.8M 0 0 16 92.62M 0 141.1k 1:07:55 11:11 56:44 181.2k 16 561.8M 0 0 16 92.81M 0 141.1k 1:07:56 11:13 56:43 165.1k 16 561.8M 0 0 16 92.93M 0 141.0k 1:07:58 11:14 56:44 150.7k 16 561.8M 0 0 16 93.12M 0 141.0k 1:07:57 11:15 56:42 140.7k 16 561.8M 0 0 16 93.31M 0 141.1k 1:07:55 11:16 56:39 142.0k 16 561.8M 0 0 16 93.56M 0 141.3k 1:07:51 11:18 56:33 157.9k 16 561.8M 0 0 16 93.87M 0 141.5k 1:07:44 11:19 56:25 188.5k 16 561.8M 0 0 16 94.12M 0 141.6k 1:07:41 11:20 56:21 210.3k 16 561.8M 0 0 16 94.37M 0 141.8k 1:07:36 11:21 56:15 229.3k 16 561.8M 0 0 16 94.62M 0 141.9k 1:07:32 11:22 56:10 241.0k 16 561.8M 0 0 16 94.81M 0 141.9k 1:07:31 11:23 56:08 221.7k 16 561.8M 0 0 16 95.00M 0 142.0k 1:07:30 11:24 56:06 204.0k 16 561.8M 0 0 16 95.18M 0 142.1k 1:07:28 11:25 56:03 198.9k 16 561.8M 0 0 16 95.37M 0 142.1k 1:07:27 11:27 56:00 183.1k 16 561.8M 0 0 16 95.50M 0 142.0k 1:07:29 11:28 56:01 152.8k 17 561.8M 0 0 17 95.68M 0 142.1k 1:07:28 11:29 55:59 156.4k 17 561.8M 0 0 17 95.93M 0 142.2k 1:07:23 11:30 55:53 168.0k 17 561.8M 0 0 17 96.12M 0 142.3k 1:07:22 11:31 55:51 165.7k 17 561.8M 0 0 17 96.25M 0 142.2k 1:07:25 11:33 55:52 150.1k 17 561.8M 0 0 17 96.37M 0 142.1k 1:07:25 11:34 55:51 157.6k 17 561.8M 0 0 17 96.56M 0 142.2k 1:07:23 11:35 55:48 162.5k 17 561.8M 0 0 17 96.87M 0 142.4k 1:07:17 11:36 55:41 168.2k 17 561.8M 0 0 17 97.06M 0 142.5k 1:07:16 11:37 55:39 168.3k 17 561.8M 0 0 17 97.25M 0 142.5k 1:07:15 11:38 55:37 187.9k 17 561.8M 0 0 17 97.50M 0 142.7k 1:07:11 11:39 55:32 205.0k 17 561.8M 0 0 17 97.75M 0 142.8k 1:07:07 11:40 55:27 214.1k 17 561.8M 0 0 17 97.93M 0 142.8k 1:07:06 11:41 55:25 190.4k 17 561.8M 0 0 17 98.12M 0 142.8k 1:07:07 11:43 55:24 179.1k 17 561.8M 0 0 17 98.31M 0 142.8k 1:07:08 11:44 55:24 169.4k 17 561.8M 0 0 17 98.43M 0 142.6k 1:07:12 11:46 55:26 138.6k 17 561.8M 0 0 17 98.56M 0 142.5k 1:07:14 11:47 55:27 117.9k 17 561.8M 0 0 17 98.68M 0 142.5k 1:07:15 11:48 55:27 112.3k 17 561.8M 0 0 17 98.87M 0 142.5k 1:07:15 11:50 55:25 113.7k 17 561.8M 0 0 17 99.00M 0 142.4k 1:07:17 11:51 55:26 106.4k 17 561.8M 0 0 17 99.18M 0 142.4k 1:07:19 11:53 55:26 117.5k 17 561.8M 0 0 17 99.31M 0 142.3k 1:07:20 11:54 55:26 119.3k 17 561.8M 0 0 17 99.43M 0 142.3k 1:07:20 11:55 55:25 119.5k 17 561.8M 0 0 17 99.56M 0 142.3k 1:07:21 11:56 55:25 115.1k 17 561.8M 0 0 17 99.75M 0 142.3k 1:07:21 11:57 55:24 127.4k 17 561.8M 0 0 17 100.0M 0 142.4k 1:07:18 11:58 55:20 146.9k 17 561.8M 0 0 17 100.1M 0 142.5k 1:07:16 11:59 55:17 157.4k 17 561.8M 0 0 17 100.3M 0 142.4k 1:07:18 12:01 55:17 151.9k 17 561.8M 0 0 17 100.5M 0 142.4k 1:07:19 12:02 55:17 150.2k 17 561.8M 0 0 17 100.6M 0 142.3k 1:07:21 12:03 55:18 143.6k 17 561.8M 0 0 17 100.7M 0 142.3k 1:07:22 12:04 55:18 124.7k 17 561.8M 0 0 17 100.8M 0 142.2k 1:07:24 12:06 55:18 112.5k 17 561.8M 0 0 17 101.0M 0 142.2k 1:07:23 12:07 55:16 119.0k 18 561.8M 0 0 18 101.2M 0 142.2k 1:07:25 12:09 55:16 121.1k 18 561.8M 0 0 18 101.4M 0 142.2k 1:07:25 12:10 55:15 124.8k 18 561.8M 0 0 18 101.6M 0 142.2k 1:07:23 12:11 55:12 137.3k 18 561.8M 0 0 18 101.8M 0 142.3k 1:07:20 12:12 55:08 157.8k 18 561.8M 0 0 18 102.0M 0 142.4k 1:07:19 12:13 55:06 160.4k 18 561.8M 0 0 18 102.2M 0 142.4k 1:07:17 12:14 55:03 174.8k 18 561.8M 0 0 18 102.4M 0 142.5k 1:07:15 12:15 55:00 188.4k 18 561.8M 0 0 18 102.6M 0 142.5k 1:07:15 12:17 54:58 178.0k 18 561.8M 0 0 18 102.7M 0 142.5k 1:07:16 12:18 54:58 157.8k 18 561.8M 0 0 18 102.8M 0 142.4k 1:07:17 12:19 54:58 150.9k 18 561.8M 0 0 18 103.0M 0 142.4k 1:07:19 12:20 54:59 132.5k 18 561.8M 0 0 18 103.1M 0 142.4k 1:07:19 12:21 54:58 128.0k 18 561.8M 0 0 18 103.3M 0 142.3k 1:07:20 12:23 54:57 123.5k 18 561.8M 0 0 18 103.5M 0 142.3k 1:07:21 12:24 54:57 124.4k 18 561.8M 0 0 18 103.6M 0 142.3k 1:07:20 12:25 54:55 131.3k 18 561.8M 0 0 18 103.8M 0 142.4k 1:07:20 12:26 54:54 142.0k 18 561.8M 0 0 18 104.0M 0 142.4k 1:07:19 12:28 54:51 142.2k 18 561.8M 0 0 18 104.2M 0 142.4k 1:07:18 12:29 54:49 151.2k 18 561.8M 0 0 18 104.3M 0 142.4k 1:07:19 12:30 54:49 147.9k 18 561.8M 0 0 18 104.5M 0 142.4k 1:07:19 12:31 54:48 147.9k 18 561.8M 0 0 18 104.7M 0 142.4k 1:07:17 12:32 54:45 154.9k 18 561.8M 0 0 18 105.0M 0 142.6k 1:07:14 12:33 54:41 165.6k 18 561.8M 0 0 18 105.1M 0 142.6k 1:07:13 12:35 54:38 165.4k 18 561.8M 0 0 18 105.3M 0 142.6k 1:07:12 12:36 54:36 177.7k 18 561.8M 0 0 18 105.5M 0 142.7k 1:07:11 12:37 54:34 180.6k 18 561.8M 0 0 18 105.7M 0 142.7k 1:07:10 12:38 54:32 175.8k 18 561.8M 0 0 18 105.9M 0 142.7k 1:07:10 12:39 54:31 158.8k 18 561.8M 0 0 18 106.0M 0 142.6k 1:07:11 12:41 54:30 148.9k 18 561.8M 0 0 18 106.1M 0 142.6k 1:07:13 12:42 54:31 138.1k 18 561.8M 0 0 18 106.3M 0 142.6k 1:07:12 12:43 54:29 134.9k 18 561.8M 0 0 18 106.5M 0 142.6k 1:07:14 12:44 54:30 124.3k 18 561.8M 0 0 18 106.6M 0 142.5k 1:07:15 12:45 54:30 120.2k 19 561.8M 0 0 19 106.8M 0 142.5k 1:07:16 12:47 54:29 124.0k 19 561.8M 0 0 19 106.9M 0 142.5k 1:07:16 12:48 54:28 126.8k 19 561.8M 0 0 19 107.0M 0 142.4k 1:07:17 12:49 54:28 121.0k 19 561.8M 0 0 19 107.1M 0 142.4k 1:07:18 12:50 54:28 123.5k 19 561.8M 0 0 19 107.3M 0 142.3k 1:07:22 12:52 54:30 112.6k 19 561.8M 0 0 19 107.4M 0 142.2k 1:07:23 12:53 54:30 109.9k 19 561.8M 0 0 19 107.6M 0 142.3k 1:07:21 12:54 54:27 120.7k 19 561.8M 0 0 19 107.8M 0 142.3k 1:07:20 12:55 54:25 129.6k 19 561.8M 0 0 19 108.0M 0 142.4k 1:07:17 12:56 54:21 146.8k 19 561.8M 0 0 19 108.3M 0 142.6k 1:07:11 12:57 54:14 192.1k 19 561.8M 0 0 19 108.6M 0 142.7k 1:07:09 12:59 54:10 205.2k 19 561.8M 0 0 19 108.8M 0 142.8k 1:07:07 13:00 54:07 206.3k 19 561.8M 0 0 19 109.0M 0 142.8k 1:07:07 13:01 54:06 197.2k 19 561.8M 0 0 19 109.1M 0 142.7k 1:07:10 13:02 54:08 172.9k 19 561.8M 0 0 19 109.2M 0 142.6k 1:07:12 13:04 54:08 138.8k 19 561.8M 0 0 19 109.3M 0 142.5k 1:07:16 13:05 54:11 113.0k 19 561.8M 0 0 19 109.5M 0 142.5k 1:07:16 13:07 54:09 108.7k 19 561.8M 0 0 19 109.7M 0 142.5k 1:07:15 13:08 54:07 111.9k 19 561.8M 0 0 19 109.9M 0 142.5k 1:07:15 13:09 54:06 122.3k 19 561.8M 0 0 19 110.1M 0 142.5k 1:07:16 13:11 54:05 129.4k 19 561.8M 0 0 19 110.3M 0 142.5k 1:07:16 13:12 54:04 144.5k 19 561.8M 0 0 19 110.5M 0 142.4k 1:07:17 13:14 54:03 138.4k 19 561.8M 0 0 19 110.6M 0 142.4k 1:07:20 13:15 54:05 125.1k 19 561.8M 0 0 19 110.7M 0 142.3k 1:07:20 13:16 54:04 120.8k 19 561.8M 0 0 19 110.8M 0 142.2k 1:07:23 13:17 54:06 111.9k 19 561.8M 0 0 19 111.0M 0 142.1k 1:07:26 13:19 54:07 99.88k 19 561.8M 0 0 19 111.1M 0 142.0k 1:07:29 13:20 54:09 95714 19 561.8M 0 0 19 111.2M 0 142.0k 1:07:29 13:21 54:08 98.97k 19 561.8M 0 0 19 111.4M 0 142.0k 1:07:29 13:23 54:06 104.5k 19 561.8M 0 0 19 111.6M 0 142.0k 1:07:29 13:24 54:05 115.6k 19 561.8M 0 0 19 111.7M 0 142.0k 1:07:31 13:25 54:06 122.5k 19 561.8M 0 0 19 111.8M 0 141.9k 1:07:31 13:26 54:05 129.9k 19 561.8M 0 0 19 112.0M 0 142.0k 1:07:31 13:28 54:03 135.5k 19 561.8M 0 0 19 112.1M 0 141.9k 1:07:32 13:29 54:03 128.9k 20 561.8M 0 0 20 112.3M 0 141.9k 1:07:31 13:30 54:01 133.0k 20 561.8M 0 0 20 112.5M 0 142.0k 1:07:30 13:31 53:59 146.2k 20 561.8M 0 0 20 112.7M 0 142.0k 1:07:28 13:32 53:56 157.8k 20 561.8M 0 0 20 112.8M 0 142.0k 1:07:29 13:33 53:56 153.1k 20 561.8M 0 0 20 113.0M 0 141.9k 1:07:32 13:35 53:57 143.5k 20 561.8M 0 0 20 113.1M 0 141.9k 1:07:33 13:36 53:57 134.1k 20 561.8M 0 0 20 113.3M 0 141.9k 1:07:33 13:37 53:56 128.4k 20 561.8M 0 0 20 113.4M 0 141.8k 1:07:37 13:39 53:58 106.2k 20 561.8M 0 0 20 113.5M 0 141.7k 1:07:39 13:40 53:59 100.3k 20 561.8M 0 0 20 113.7M 0 141.7k 1:07:39 13:41 53:58 110.7k 20 561.8M 0 0 20 113.9M 0 141.7k 1:07:37 13:42 53:55 122.0k 20 561.8M 0 0 20 114.1M 0 141.8k 1:07:36 13:44 53:52 126.7k 20 561.8M 0 0 20 114.3M 0 141.8k 1:07:36 13:45 53:51 144.5k 20 561.8M 0 0 20 114.4M 0 141.7k 1:07:37 13:46 53:51 152.2k 20 561.8M 0 0 20 114.6M 0 141.7k 1:07:37 13:47 53:50 151.6k 20 561.8M 0 0 20 114.7M 0 141.7k 1:07:38 13:48 53:50 138.4k 20 561.8M 0 0 20 114.9M 0 141.7k 1:07:37 13:50 53:47 136.2k 20 561.8M 0 0 20 115.1M 0 141.8k 1:07:36 13:51 53:45 140.9k 20 561.8M 0 0 20 115.3M 0 141.8k 1:07:35 13:52 53:43 151.4k 20 561.8M 0 0 20 115.4M 0 141.8k 1:07:37 13:53 53:44 144.3k 20 561.8M 0 0 20 115.5M 0 141.7k 1:07:39 13:55 53:44 136.4k 20 561.8M 0 0 20 115.6M 0 141.6k 1:07:40 13:56 53:44 128.6k 20 561.8M 0 0 20 115.8M 0 141.7k 1:07:39 13:57 53:42 126.1k 20 561.8M 0 0 20 116.0M 0 141.7k 1:07:38 13:58 53:40 126.1k 20 561.8M 0 0 20 116.2M 0 141.7k 1:07:37 13:59 53:38 139.2k 20 561.8M 0 0 20 116.4M 0 141.8k 1:07:36 14:00 53:36 158.9k 20 561.8M 0 0 20 116.6M 0 141.8k 1:07:35 14:01 53:34 168.3k 20 561.8M 0 0 20 116.8M 0 141.8k 1:07:35 14:03 53:32 164.5k 20 561.8M 0 0 20 117.0M 0 141.9k 1:07:34 14:04 53:30 164.5k 20 561.8M 0 0 20 117.2M 0 142.0k 1:07:30 14:05 53:25 175.4k 20 561.8M 0 0 20 117.5M 0 142.1k 1:07:27 14:06 53:21 189.1k 20 561.8M 0 0 20 117.6M 0 142.1k 1:07:26 14:07 53:19 190.6k 20 561.8M 0 0 20 117.8M 0 142.2k 1:07:24 14:08 53:16 198.0k 21 561.8M 0 0 21 118.0M 0 142.2k 1:07:24 14:09 53:15 195.9k 21 561.8M 0 0 21 118.1M 0 142.2k 1:07:25 14:10 53:15 172.5k 21 561.8M 0 0 21 118.3M 0 142.1k 1:07:27 14:12 53:15 141.1k 21 561.8M 0 0 21 118.4M 0 142.0k 1:07:30 14:13 53:17 122.0k 21 561.8M 0 0 21 118.5M 0 141.9k 1:07:32 14:15 53:17 109.0k 21 561.8M 0 0 21 118.6M 0 141.9k 1:07:32 14:16 53:16 100.8k 21 561.8M 0 0 21 118.8M 0 141.9k 1:07:33 14:17 53:16 102.2k 21 561.8M 0 0 21 118.9M 0 141.9k 1:07:34 14:18 53:16 107.5k 21 561.8M 0 0 21 119.0M 0 141.8k 1:07:35 14:19 53:16 113.1k 21 561.8M 0 0 21 119.1M 0 141.8k 1:07:36 14:20 53:16 118.7k 21 561.8M 0 0 21 119.3M 0 141.8k 1:07:36 14:21 53:15 118.6k 21 561.8M 0 0 21 119.5M 0 141.8k 1:07:35 14:22 53:13 129.7k 21 561.8M 0 0 21 119.6M 0 141.8k 1:07:36 14:24 53:12 132.0k 21 561.8M 0 0 21 119.8M 0 141.8k 1:07:35 14:25 53:10 141.3k 21 561.8M 0 0 21 120.0M 0 141.8k 1:07:35 14:26 53:09 147.5k 21 561.8M 0 0 21 120.2M 0 141.8k 1:07:35 14:28 53:07 148.1k 21 561.8M 0 0 21 120.4M 0 141.9k 1:07:34 14:29 53:05 149.6k 21 561.8M 0 0 21 120.6M 0 141.9k 1:07:32 14:30 53:02 160.4k 21 561.8M 0 0 21 120.8M 0 141.9k 1:07:31 14:31 53:00 163.2k 21 561.8M 0 0 21 121.0M 0 142.0k 1:07:30 14:32 52:58 164.9k 21 561.8M 0 0 21 121.1M 0 142.0k 1:07:29 14:33 52:56 176.3k 21 561.8M 0 0 21 121.4M 0 142.1k 1:07:26 14:34 52:52 183.3k 21 561.8M 0 0 21 121.6M 0 142.2k 1:07:23 14:35 52:48 187.9k 21 561.8M 0 0 21 121.9M 0 142.3k 1:07:21 14:37 52:44 195.2k 21 561.8M 0 0 21 122.1M 0 142.3k 1:07:20 14:38 52:42 193.6k 21 561.8M 0 0 21 122.2M 0 142.3k 1:07:21 14:39 52:42 180.8k 21 561.8M 0 0 21 122.4M 0 142.3k 1:07:21 14:40 52:41 167.1k 21 561.8M 0 0 21 122.5M 0 142.3k 1:07:22 14:41 52:41 149.7k 21 561.8M 0 0 21 122.6M 0 142.1k 1:07:26 14:43 52:43 119.4k 21 561.8M 0 0 21 122.8M 0 142.0k 1:07:29 14:45 52:44 103.3k 21 561.8M 0 0 21 122.9M 0 142.0k 1:07:30 14:46 52:44 102.3k 21 561.8M 0 0 21 123.0M 0 141.9k 1:07:31 14:47 52:44 98225 21 561.8M 0 0 21 123.1M 0 141.9k 1:07:32 14:48 52:44 98996 21 561.8M 0 0 21 123.3M 0 141.9k 1:07:33 14:49 52:44 103.7k 21 561.8M 0 0 21 123.5M 0 141.9k 1:07:33 14:50 52:43 121.6k 22 561.8M 0 0 22 123.7M 0 142.0k 1:07:30 14:52 52:38 143.2k 22 561.8M 0 0 22 124.0M 0 142.1k 1:07:27 14:53 52:34 165.8k 22 561.8M 0 0 22 124.1M 0 142.1k 1:07:25 14:54 52:31 174.8k 22 561.8M 0 0 22 124.3M 0 142.1k 1:07:26 14:55 52:31 180.8k 22 561.8M 0 0 22 124.5M 0 142.1k 1:07:26 14:57 52:29 177.3k 22 561.8M 0 0 22 124.7M 0 142.2k 1:07:25 14:58 52:27 168.5k 22 561.8M 0 0 22 125.0M 0 142.3k 1:07:22 14:59 52:23 167.1k 22 561.8M 0 0 22 125.1M 0 142.2k 1:07:23 15:00 52:23 154.6k 22 561.8M 0 0 22 125.3M 0 142.2k 1:07:25 15:02 52:23 147.6k 22 561.8M 0 0 22 125.5M 0 142.2k 1:07:24 15:03 52:21 149.1k 22 561.8M 0 0 22 125.7M 0 142.3k 1:07:22 15:04 52:18 156.2k 22 561.8M 0 0 22 125.9M 0 142.3k 1:07:22 15:06 52:16 142.6k 22 561.8M 0 0 22 126.0M 0 142.2k 1:07:24 15:07 52:17 135.0k 22 561.8M 0 0 22 126.1M 0 142.1k 1:07:26 15:08 52:18 134.0k 22 561.8M 0 0 22 126.3M 0 142.1k 1:07:26 15:10 52:16 133.3k 22 561.8M 0 0 22 126.5M 0 142.1k 1:07:25 15:11 52:14 126.0k 22 561.8M 0 0 22 126.7M 0 142.1k 1:07:26 15:12 52:14 122.1k 22 561.8M 0 0 22 126.9M 0 142.2k 1:07:25 15:13 52:12 140.5k 22 561.8M 0 0 22 127.1M 0 142.3k 1:07:22 15:15 52:07 166.0k 22 561.8M 0 0 22 127.3M 0 142.2k 1:07:22 15:16 52:06 162.7k 22 561.8M 0 0 22 127.4M 0 142.2k 1:07:23 15:17 52:06 156.2k 22 561.8M 0 0 22 127.5M 0 142.2k 1:07:23 15:18 52:05 159.0k 22 561.8M 0 0 22 127.6M 0 142.1k 1:07:25 15:19 52:06 137.8k 22 561.8M 0 0 22 127.8M 0 142.1k 1:07:27 15:20 52:07 110.8k 22 561.8M 0 0 22 127.9M 0 142.0k 1:07:29 15:22 52:07 105.9k 22 561.8M 0 0 22 128.0M 0 142.0k 1:07:30 15:23 52:07 105.9k 22 561.8M 0 0 22 128.2M 0 142.0k 1:07:29 15:24 52:05 112.7k 22 561.8M 0 0 22 128.3M 0 142.0k 1:07:30 15:25 52:05 118.9k 22 561.8M 0 0 22 128.5M 0 142.0k 1:07:30 15:26 52:04 126.5k 22 561.8M 0 0 22 128.6M 0 142.0k 1:07:30 15:27 52:03 139.0k 22 561.8M 0 0 22 128.8M 0 142.0k 1:07:29 15:28 52:01 148.6k 22 561.8M 0 0 22 129.1M 0 142.1k 1:07:26 15:30 51:56 158.6k 23 561.8M 0 0 23 129.3M 0 142.2k 1:07:25 15:31 51:54 170.7k 23 561.8M 0 0 23 129.5M 0 142.1k 1:07:25 15:32 51:53 167.6k 23 561.8M 0 0 23 129.6M 0 142.1k 1:07:28 15:34 51:54 128.9k 23 561.8M 0 0 23 129.6M 0 142.1k 1:07:28 15:34 51:54 142.1k 23 561.8M 0 0 23 129.7M 0 142.0k 1:07:28 15:35 51:53 122.2k 23 561.8M 0 0 23 129.9M 0 142.0k 1:07:29 15:36 51:53 124.6k 23 561.8M 0 0 23 130.0M 0 141.9k 1:07:33 15:38 51:55 99.95k 23 561.8M 0 0 23 130.1M 0 141.7k 1:07:37 15:40 51:57 95240 23 561.8M 0 0 23 130.3M 0 141.6k 1:07:40 15:41 51:59 93562 23 561.8M 0 0 23 130.5M 0 141.7k 1:07:39 15:42 51:57 99636 23 561.8M 0 0 23 130.6M 0 141.7k 1:07:38 15:44 51:54 102.7k 23 561.8M 0 0 23 130.8M 0 141.7k 1:07:38 15:45 51:53 119.6k 23 561.8M 0 0 23 131.0M 0 141.7k 1:07:39 15:46 51:53 130.9k 23 561.8M 0 0 23 131.1M 0 141.7k 1:07:38 15:47 51:51 148.2k 23 561.8M 0 0 23 131.3M 0 141.7k 1:07:38 15:48 51:50 149.1k 23 561.8M 0 0 23 131.5M 0 141.7k 1:07:39 15:50 51:49 136.1k 23 561.8M 0 0 23 131.6M 0 141.7k 1:07:39 15:51 51:48 134.0k 23 561.8M 0 0 23 131.7M 0 141.6k 1:07:41 15:52 51:49 132.0k 23 561.8M 0 0 23 131.9M 0 141.6k 1:07:40 15:53 51:47 131.0k 23 561.8M 0 0 23 132.0M 0 141.6k 1:07:41 15:54 51:47 122.9k 23 561.8M 0 0 23 132.1M 0 141.5k 1:07:43 15:55 51:48 121.1k 23 561.8M 0 0 23 132.3M 0 141.5k 1:07:43 15:57 51:46 121.0k 23 561.8M 0 0 23 132.5M 0 141.5k 1:07:43 15:58 51:45 130.3k 23 561.8M 0 0 23 132.6M 0 141.5k 1:07:44 15:59 51:45 118.4k 23 561.8M 0 0 23 132.7M 0 141.4k 1:07:46 16:00 51:46 115.7k 23 561.8M 0 0 23 132.8M 0 141.3k 1:07:49 16:02 51:47 109.4k 23 561.8M 0 0 23 133.0M 0 141.3k 1:07:49 16:03 51:46 111.4k 23 561.8M 0 0 23 133.2M 0 141.3k 1:07:49 16:05 51:44 111.5k 23 561.8M 0 0 23 133.4M 0 141.4k 1:07:48 16:06 51:42 124.4k 23 561.8M 0 0 23 133.6M 0 141.4k 1:07:48 16:07 51:41 130.4k 23 561.8M 0 0 23 133.8M 0 141.4k 1:07:46 16:08 51:38 156.5k 23 561.8M 0 0 23 134.0M 0 141.4k 1:07:46 16:10 51:36 160.8k 23 561.8M 0 0 23 134.2M 0 141.4k 1:07:46 16:11 51:35 157.6k 23 561.8M 0 0 23 134.4M 0 141.4k 1:07:46 16:13 51:33 149.8k 23 561.8M 0 0 23 134.6M 0 141.5k 1:07:45 16:14 51:31 156.1k 23 561.8M 0 0 23 134.8M 0 141.5k 1:07:44 16:15 51:29 153.5k 24 561.8M 0 0 24 135.0M 0 141.5k 1:07:43 16:16 51:27 154.7k 24 561.8M 0 0 24 135.1M 0 141.5k 1:07:43 16:17 51:26 159.4k 24 561.8M 0 0 24 135.3M 0 141.5k 1:07:42 16:18 51:24 163.1k 24 561.8M 0 0 24 135.6M 0 141.6k 1:07:41 16:20 51:21 164.8k 24 561.8M 0 0 24 135.8M 0 141.6k 1:07:41 16:21 51:20 155.8k 24 561.8M 0 0 24 135.9M 0 141.5k 1:07:42 16:23 51:19 145.2k 24 561.8M 0 0 24 136.0M 0 141.5k 1:07:43 16:24 51:19 137.9k 24 561.8M 0 0 24 136.2M 0 141.5k 1:07:43 16:25 51:18 135.9k 24 561.8M 0 0 24 136.4M 0 141.5k 1:07:43 16:26 51:17 131.2k 24 561.8M 0 0 24 136.6M 0 141.6k 1:07:41 16:27 51:14 138.8k 24 561.8M 0 0 24 136.8M 0 141.6k 1:07:40 16:28 51:12 156.5k 24 561.8M 0 0 24 137.0M 0 141.6k 1:07:40 16:30 51:10 161.3k 24 561.8M 0 0 24 137.1M 0 141.7k 1:07:39 16:31 51:08 168.5k 24 561.8M 0 0 24 137.3M 0 141.6k 1:07:40 16:32 51:08 159.5k 24 561.8M 0 0 24 137.4M 0 141.6k 1:07:41 16:33 51:08 146.2k 24 561.8M 0 0 24 137.6M 0 141.6k 1:07:41 16:34 51:07 137.2k 24 561.8M 0 0 24 137.7M 0 141.5k 1:07:43 16:36 51:07 126.2k 24 561.8M 0 0 24 137.8M 0 141.5k 1:07:43 16:37 51:06 116.5k 24 561.8M 0 0 24 138.0M 0 141.5k 1:07:43 16:38 51:05 121.5k 24 561.8M 0 0 24 138.1M 0 141.5k 1:07:44 16:39 51:05 121.0k 24 561.8M 0 0 24 138.2M 0 141.4k 1:07:47 16:40 51:07 107.3k 24 561.8M 0 0 24 138.3M 0 141.3k 1:07:49 16:41 51:08 102.6k 24 561.8M 0 0 24 138.3M 0 141.2k 1:07:51 16:42 51:09 95186 24 561.8M 0 0 24 138.5M 0 141.2k 1:07:53 16:44 51:09 84578 24 561.8M 0 0 24 138.6M 0 141.2k 1:07:52 16:45 51:07 94585 24 561.8M 0 0 24 138.8M 0 141.1k 1:07:54 16:46 51:08 97.89k 24 561.8M 0 0 24 138.9M 0 141.1k 1:07:55 16:47 51:08 107.4k 24 561.8M 0 0 24 139.1M 0 141.1k 1:07:55 16:49 51:06 117.6k 24 561.8M 0 0 24 139.2M 0 141.0k 1:07:57 16:50 51:07 117.8k 24 561.8M 0 0 24 139.4M 0 141.1k 1:07:56 16:51 51:05 121.4k 24 561.8M 0 0 24 139.5M 0 141.1k 1:07:56 16:52 51:04 127.2k 24 561.8M 0 0 24 139.7M 0 141.1k 1:07:56 16:53 51:03 133.6k 24 561.8M 0 0 24 139.9M 0 141.1k 1:07:56 16:55 51:01 139.4k 24 561.8M 0 0 24 140.1M 0 141.1k 1:07:55 16:56 50:59 150.2k 24 561.8M 0 0 24 140.2M 0 141.0k 1:07:57 16:57 51:00 134.3k 24 561.8M 0 0 24 140.4M 0 141.0k 1:07:57 16:59 50:58 136.9k 25 561.8M 0 0 25 140.5M 0 141.0k 1:07:58 17:00 50:58 130.5k 25 561.8M 0 0 25 140.6M 0 141.0k 1:07:59 17:01 50:58 124.6k 25 561.8M 0 0 25 140.8M 0 141.0k 1:07:57 17:02 50:55 130.2k 25 561.8M 0 0 25 141.0M 0 141.0k 1:07:57 17:03 50:54 141.1k 25 561.8M 0 0 25 141.2M 0 141.1k 1:07:56 17:04 50:52 150.9k 25 561.8M 0 0 25 141.4M 0 141.0k 1:07:57 17:06 50:51 146.3k 25 561.8M 0 0 25 141.5M 0 141.0k 1:07:58 17:07 50:51 146.1k 25 561.8M 0 0 25 141.6M 0 141.0k 1:07:58 17:08 50:50 135.8k 25 561.8M 0 0 25 141.8M 0 141.0k 1:07:58 17:10 50:48 133.5k 25 561.8M 0 0 25 142.0M 0 141.0k 1:07:59 17:11 50:48 120.9k 25 561.8M 0 0 25 142.1M 0 140.9k 1:08:01 17:12 50:49 115.4k 25 561.8M 0 0 25 142.2M 0 140.8k 1:08:03 17:13 50:50 111.7k 25 561.8M 0 0 25 142.3M 0 140.8k 1:08:03 17:14 50:49 111.6k 25 561.8M 0 0 25 142.5M 0 140.8k 1:08:03 17:16 50:47 113.7k 25 561.8M 0 0 25 142.7M 0 140.9k 1:08:02 17:17 50:45 124.6k 25 561.8M 0 0 25 142.9M 0 140.9k 1:08:02 17:18 50:44 136.6k 25 561.8M 0 0 25 143.1M 0 140.9k 1:08:02 17:19 50:43 147.8k 25 561.8M 0 0 25 143.3M 0 140.9k 1:08:02 17:21 50:41 147.1k 25 561.8M 0 0 25 143.5M 0 140.9k 1:08:02 17:22 50:40 149.0k 25 561.8M 0 0 25 143.7M 0 141.0k 1:08:00 17:23 50:37 153.4k 25 561.8M 0 0 25 143.9M 0 140.9k 1:08:00 17:25 50:35 153.4k 25 561.8M 0 0 25 144.1M 0 141.0k 1:07:59 17:26 50:33 155.1k 25 561.8M 0 0 25 144.3M 0 141.0k 1:07:59 17:27 50:32 161.2k 25 561.8M 0 0 25 144.5M 0 141.1k 1:07:56 17:28 50:28 172.0k 25 561.8M 0 0 25 144.7M 0 141.1k 1:07:55 17:30 50:25 165.4k 25 561.8M 0 0 25 144.8M 0 141.1k 1:07:57 17:31 50:26 159.8k 25 561.8M 0 0 25 145.0M 0 141.1k 1:07:56 17:32 50:24 162.7k 25 561.8M 0 0 25 145.2M 0 141.1k 1:07:54 17:33 50:21 168.5k 25 561.8M 0 0 25 145.3M 0 141.1k 1:07:55 17:34 50:21 145.9k 25 561.8M 0 0 25 145.5M 0 141.1k 1:07:55 17:35 50:20 144.3k 25 561.8M 0 0 25 145.7M 0 141.1k 1:07:55 17:37 50:18 150.0k 25 561.8M 0 0 25 145.8M 0 141.1k 1:07:57 17:38 50:19 135.2k 25 561.8M 0 0 25 146.0M 0 141.0k 1:07:57 17:39 50:18 124.2k 26 561.8M 0 0 26 146.1M 0 141.0k 1:07:57 17:40 50:17 131.3k 26 561.8M 0 0 26 146.3M 0 141.0k 1:07:57 17:42 50:15 126.0k 26 561.8M 0 0 26 146.4M 0 141.0k 1:07:59 17:43 50:16 117.7k 26 561.8M 0 0 26 146.5M 0 140.9k 1:08:01 17:44 50:17 112.8k 26 561.8M 0 0 26 146.7M 0 140.9k 1:08:02 17:46 50:16 115.9k 26 561.8M 0 0 26 146.9M 0 140.9k 1:08:02 17:47 50:15 115.3k 26 561.8M 0 0 26 147.0M 0 140.8k 1:08:03 17:48 50:15 110.7k 26 561.8M 0 0 26 147.2M 0 140.8k 1:08:03 17:50 50:13 121.0k 26 561.8M 0 0 26 147.4M 0 140.8k 1:08:03 17:51 50:12 134.3k 26 561.8M 0 0 26 147.6M 0 140.9k 1:08:02 17:52 50:10 141.7k 26 561.8M 0 0 26 147.8M 0 140.9k 1:08:01 17:53 50:08 146.2k 26 561.8M 0 0 26 148.0M 0 141.0k 1:07:59 17:55 50:04 167.3k 26 561.8M 0 0 26 148.3M 0 141.1k 1:07:57 17:56 50:01 176.8k 26 561.8M 0 0 26 148.4M 0 141.0k 1:07:57 17:57 50:00 175.4k 26 561.8M 0 0 26 148.5M 0 141.0k 1:07:58 17:58 50:00 166.0k 26 561.8M 0 0 26 148.6M 0 141.0k 1:07:58 17:59 49:59 156.1k 26 561.8M 0 0 26 148.8M 0 141.0k 1:07:58 18:00 49:58 143.7k 26 561.8M 0 0 26 149.0M 0 141.0k 1:07:59 18:02 49:57 128.2k 26 561.8M 0 0 26 149.2M 0 141.0k 1:07:58 18:03 49:55 135.2k 26 561.8M 0 0 26 149.5M 0 141.1k 1:07:55 18:04 49:51 154.2k 26 561.8M 0 0 26 149.7M 0 141.2k 1:07:53 18:05 49:48 172.5k 26 561.8M 0 0 26 150.0M 0 141.2k 1:07:51 18:07 49:44 185.5k 26 561.8M 0 0 26 150.1M 0 141.3k 1:07:51 18:08 49:43 191.5k 26 561.8M 0 0 26 150.3M 0 141.3k 1:07:50 18:09 49:41 188.2k 26 561.8M 0 0 26 150.5M 0 141.3k 1:07:50 18:10 49:40 175.1k 26 561.8M 0 0 26 150.7M 0 141.3k 1:07:49 18:12 49:37 164.6k 26 561.8M 0 0 26 150.9M 0 141.3k 1:07:48 18:13 49:35 156.9k 26 561.8M 0 0 26 151.1M 0 141.4k 1:07:48 18:14 49:34 158.3k 26 561.8M 0 0 26 151.3M 0 141.4k 1:07:47 18:15 49:32 164.1k 26 561.8M 0 0 26 151.5M 0 141.4k 1:07:46 18:16 49:30 166.8k 26 561.8M 0 0 26 151.6M 0 141.4k 1:07:47 18:17 49:30 158.2k 27 561.8M 0 0 27 151.7M 0 141.4k 1:07:48 18:18 49:30 145.5k 27 561.8M 0 0 27 151.8M 0 141.3k 1:07:49 18:20 49:29 133.1k 27 561.8M 0 0 27 152.0M 0 141.3k 1:07:49 18:21 49:28 127.6k 27 561.8M 0 0 27 152.2M 0 141.3k 1:07:49 18:22 49:27 122.7k 27 561.8M 0 0 27 152.5M 0 141.4k 1:07:47 18:24 49:23 140.4k 27 561.8M 0 0 27 152.7M 0 141.4k 1:07:45 18:25 49:20 156.8k 27 561.8M 0 0 27 152.9M 0 141.5k 1:07:45 18:26 49:19 166.1k 27 561.8M 0 0 27 153.1M 0 141.5k 1:07:44 18:27 49:17 171.6k 27 561.8M 0 0 27 153.3M 0 141.6k 1:07:42 18:29 49:13 185.8k 27 561.8M 0 0 27 153.6M 0 141.6k 1:07:40 18:30 49:10 186.9k 27 561.8M 0 0 27 153.8M 0 141.7k 1:07:39 18:31 49:08 180.0k 27 561.8M 0 0 27 154.0M 0 141.7k 1:07:38 18:32 49:06 189.2k 27 561.8M 0 0 27 154.1M 0 141.7k 1:07:38 18:33 49:05 177.7k 27 561.8M 0 0 27 154.3M 0 141.6k 1:07:40 18:35 49:05 157.1k 27 561.8M 0 0 27 154.4M 0 141.6k 1:07:41 18:36 49:05 135.7k 27 561.8M 0 0 27 154.6M 0 141.6k 1:07:40 18:37 49:03 137.9k 27 561.8M 0 0 27 154.8M 0 141.7k 1:07:39 18:38 49:01 129.6k 27 561.8M 0 0 27 155.0M 0 141.6k 1:07:41 18:40 49:01 128.9k 27 561.8M 0 0 27 155.1M 0 141.6k 1:07:41 18:41 49:00 130.5k 27 561.8M 0 0 27 155.3M 0 141.6k 1:07:41 18:42 48:59 137.3k 27 561.8M 0 0 27 155.4M 0 141.6k 1:07:42 18:43 48:59 130.1k 27 561.8M 0 0 27 155.6M 0 141.6k 1:07:41 18:45 48:56 132.2k 27 561.8M 0 0 27 155.7M 0 141.6k 1:07:41 18:46 48:55 136.7k 27 561.8M 0 0 27 155.9M 0 141.6k 1:07:42 18:47 48:55 137.0k 27 561.8M 0 0 27 156.0M 0 141.5k 1:07:44 18:48 48:56 127.5k 27 561.8M 0 0 27 156.2M 0 141.5k 1:07:43 18:50 48:53 136.1k 27 561.8M 0 0 27 156.5M 0 141.6k 1:07:40 18:51 48:49 149.8k 27 561.8M 0 0 27 156.7M 0 141.7k 1:07:37 18:52 48:45 169.3k 27 561.8M 0 0 27 157.0M 0 141.8k 1:07:35 18:53 48:42 190.8k 27 561.8M 0 0 27 157.2M 0 141.9k 1:07:32 18:54 48:38 225.4k 28 561.8M 0 0 28 157.4M 0 141.9k 1:07:32 18:55 48:37 219.0k 28 561.8M 0 0 28 157.6M 0 142.0k 1:07:30 18:56 48:34 207.4k 28 561.8M 0 0 28 157.8M 0 142.0k 1:07:29 18:57 48:32 198.3k 28 561.8M 0 0 28 158.0M 0 142.0k 1:07:29 18:59 48:30 178.6k 28 561.8M 0 0 28 158.1M 0 142.0k 1:07:30 19:00 48:30 154.9k 28 561.8M 0 0 28 158.3M 0 142.0k 1:07:30 19:01 48:29 154.0k 28 561.8M 0 0 28 158.5M 0 142.0k 1:07:29 19:03 48:26 148.3k 28 561.8M 0 0 28 158.7M 0 142.0k 1:07:29 19:04 48:25 142.2k 28 561.8M 0 0 28 158.9M 0 142.1k 1:07:28 19:05 48:23 151.9k 28 561.8M 0 0 28 159.1M 0 142.1k 1:07:27 19:06 48:21 159.3k 28 561.8M 0 0 28 159.3M 0 142.1k 1:07:26 19:07 48:19 165.6k 28 561.8M 0 0 28 159.5M 0 142.1k 1:07:26 19:08 48:18 170.0k 28 561.8M 0 0 28 159.6M 0 142.1k 1:07:26 19:09 48:17 160.1k 28 561.8M 0 0 28 159.7M 0 142.1k 1:07:27 19:10 48:17 149.9k 28 561.8M 0 0 28 159.8M 0 142.1k 1:07:27 19:11 48:16 142.8k 28 561.8M 0 0 28 160.0M 0 142.1k 1:07:28 19:12 48:16 131.8k 28 561.8M 0 0 28 160.1M 0 142.1k 1:07:28 19:14 48:14 124.4k 28 561.8M 0 0 28 160.3M 0 142.1k 1:07:27 19:15 48:12 136.5k 28 561.8M 0 0 28 160.6M 0 142.2k 1:07:25 19:16 48:09 154.6k 28 561.8M 0 0 28 160.8M 0 142.2k 1:07:25 19:17 48:08 160.0k 28 561.8M 0 0 28 160.9M 0 142.1k 1:07:26 19:19 48:07 157.4k 28 561.8M 0 0 28 161.0M 0 142.1k 1:07:26 19:20 48:06 156.2k 28 561.8M 0 0 28 161.2M 0 142.1k 1:07:26 19:21 48:05 152.8k 28 561.8M 0 0 28 161.5M 0 142.2k 1:07:24 19:22 48:02 151.3k 28 561.8M 0 0 28 161.7M 0 142.3k 1:07:22 19:23 47:59 164.8k 28 561.8M 0 0 28 162.0M 0 142.4k 1:07:19 19:24 47:55 184.1k 28 561.8M 0 0 28 162.1M 0 142.4k 1:07:19 19:26 47:53 193.2k 28 561.8M 0 0 28 162.3M 0 142.4k 1:07:17 19:27 47:50 199.5k 28 561.8M 0 0 28 162.6M 0 142.5k 1:07:16 19:28 47:48 199.3k 28 561.8M 0 0 28 162.8M 0 142.5k 1:07:15 19:29 47:46 191.7k 29 561.8M 0 0 29 162.9M 0 142.5k 1:07:16 19:30 47:46 170.7k 29 561.8M 0 0 29 163.0M 0 142.5k 1:07:16 19:31 47:45 159.3k 29 561.8M 0 0 29 163.2M 0 142.5k 1:07:16 19:32 47:44 154.1k 29 561.8M 0 0 29 163.3M 0 142.5k 1:07:16 19:33 47:43 138.6k 29 561.8M 0 0 29 163.5M 0 142.5k 1:07:16 19:35 47:41 136.2k 29 561.8M 0 0 29 163.8M 0 142.5k 1:07:14 19:36 47:38 152.7k 29 561.8M 0 0 29 163.9M 0 142.5k 1:07:15 19:37 47:38 155.4k 29 561.8M 0 0 29 164.1M 0 142.5k 1:07:15 19:38 47:37 149.4k 29 561.8M 0 0 29 164.3M 0 142.5k 1:07:15 19:40 47:35 150.8k 29 561.8M 0 0 29 164.5M 0 142.5k 1:07:14 19:41 47:33 153.3k 29 561.8M 0 0 29 164.7M 0 142.6k 1:07:13 19:42 47:31 150.9k 29 561.8M 0 0 29 164.8M 0 142.6k 1:07:13 19:43 47:30 150.5k 29 561.8M 0 0 29 165.0M 0 142.6k 1:07:13 19:44 47:29 156.4k 29 561.8M 0 0 29 165.2M 0 142.6k 1:07:13 19:46 47:27 154.5k 29 561.8M 0 0 29 165.4M 0 142.6k 1:07:14 19:47 47:27 144.7k 29 561.8M 0 0 29 165.5M 0 142.5k 1:07:15 19:49 47:26 127.8k 29 561.8M 0 0 29 165.7M 0 142.5k 1:07:14 19:50 47:24 136.0k 29 561.8M 0 0 29 165.9M 0 142.5k 1:07:15 19:51 47:24 131.5k 29 561.8M 0 0 29 166.0M 0 142.5k 1:07:16 19:53 47:23 126.7k 29 561.8M 0 0 29 166.1M 0 142.4k 1:07:18 19:54 47:24 117.0k 29 561.8M 0 0 29 166.3M 0 142.4k 1:07:18 19:55 47:23 126.4k 29 561.8M 0 0 29 166.5M 0 142.4k 1:07:19 19:57 47:22 114.0k 29 561.8M 0 0 29 166.6M 0 142.3k 1:07:21 19:58 47:23 103.0k 29 561.8M 0 0 29 166.7M 0 142.2k 1:07:23 19:59 47:24 100.7k 29 561.8M 0 0 29 166.8M 0 142.2k 1:07:23 20:01 47:22 106.4k 29 561.8M 0 0 29 167.0M 0 142.2k 1:07:25 20:02 47:23 97814 29 561.8M 0 0 29 167.1M 0 142.2k 1:07:25 20:03 47:22 103.2k 29 561.8M 0 0 29 167.3M 0 142.2k 1:07:25 20:05 47:20 116.4k 29 561.8M 0 0 29 167.5M 0 142.1k 1:07:26 20:06 47:20 122.5k 29 561.8M 0 0 29 167.7M 0 142.1k 1:07:26 20:08 47:18 127.3k 29 561.8M 0 0 29 167.9M 0 142.2k 1:07:25 20:09 47:16 142.3k 29 561.8M 0 0 29 168.0M 0 142.1k 1:07:26 20:10 47:16 136.7k 29 561.8M 0 0 29 168.1M 0 142.1k 1:07:27 20:11 47:16 130.2k 29 561.8M 0 0 29 168.3M 0 142.1k 1:07:27 20:12 47:15 131.6k 29 561.8M 0 0 29 168.5M 0 142.1k 1:07:26 20:13 47:13 137.4k 30 561.8M 0 0 30 168.6M 0 142.1k 1:07:26 20:15 47:11 134.0k 30 561.8M 0 0 30 168.8M 0 142.1k 1:07:27 20:16 47:11 135.9k 30 561.8M 0 0 30 168.9M 0 142.1k 1:07:28 20:17 47:11 133.9k 30 561.8M 0 0 30 169.0M 0 142.0k 1:07:28 20:18 47:10 134.1k 30 561.8M 0 0 30 169.2M 0 142.0k 1:07:29 20:19 47:10 126.0k 30 561.8M 0 0 30 169.4M 0 142.0k 1:07:29 20:21 47:08 122.1k 30 561.8M 0 0 30 169.6M 0 142.0k 1:07:28 20:22 47:06 133.2k 30 561.8M 0 0 30 169.8M 0 142.1k 1:07:27 20:23 47:04 148.0k 30 561.8M 0 0 30 170.0M 0 142.1k 1:07:26 20:24 47:02 155.2k 30 561.8M 0 0 30 170.1M 0 142.1k 1:07:26 20:25 47:01 161.2k 30 561.8M 0 0 30 170.3M 0 142.1k 1:07:28 20:27 47:01 153.6k 30 561.8M 0 0 30 170.4M 0 142.0k 1:07:30 20:28 47:02 128.5k 30 561.8M 0 0 30 170.5M 0 142.0k 1:07:31 20:29 47:02 116.8k 30 561.8M 0 0 30 170.6M 0 141.9k 1:07:32 20:31 47:01 107.6k 30 561.8M 0 0 30 170.8M 0 141.9k 1:07:31 20:32 46:59 107.7k 30 561.8M 0 0 30 171.0M 0 141.9k 1:07:32 20:33 46:59 114.1k 30 561.8M 0 0 30 171.1M 0 141.9k 1:07:31 20:34 46:57 133.6k 30 561.8M 0 0 30 171.3M 0 141.9k 1:07:31 20:35 46:56 141.4k 30 561.8M 0 0 30 171.5M 0 142.0k 1:07:30 20:36 46:54 154.8k 30 561.8M 0 0 30 171.7M 0 142.0k 1:07:30 20:38 46:52 153.8k 30 561.8M 0 0 30 171.9M 0 142.0k 1:07:30 20:39 46:51 155.9k 30 561.8M 0 0 30 172.0M 0 142.0k 1:07:31 20:40 46:51 144.9k 30 561.8M 0 0 30 172.2M 0 142.0k 1:07:31 20:42 46:49 142.3k 30 561.8M 0 0 30 172.4M 0 142.0k 1:07:31 20:43 46:48 136.3k 30 561.8M 0 0 30 172.6M 0 142.0k 1:07:30 20:44 46:46 137.2k 30 561.8M 0 0 30 172.8M 0 142.0k 1:07:30 20:45 46:45 138.2k 30 561.8M 0 0 30 173.0M 0 142.0k 1:07:30 20:47 46:43 147.5k 30 561.8M 0 0 30 173.1M 0 141.9k 1:07:31 20:48 46:43 130.1k 30 561.8M 0 0 30 173.1M 0 141.9k 1:07:31 20:48 46:43 141.9k 30 561.8M 0 0 30 173.2M 0 141.9k 1:07:34 20:50 46:44 82904 30 561.8M 0 0 30 173.3M 0 141.8k 1:07:34 20:51 46:43 98.12k 30 561.8M 0 0 30 173.5M 0 141.8k 1:07:34 20:52 46:42 105.5k 30 561.8M 0 0 30 173.6M 0 141.9k 1:07:33 20:53 46:40 123.4k 30 561.8M 0 0 30 173.9M 0 141.9k 1:07:32 20:54 46:38 138.9k 30 561.8M 0 0 30 174.0M 0 141.9k 1:07:33 20:55 46:38 145.7k 31 561.8M 0 0 31 174.1M 0 141.8k 1:07:35 20:57 46:38 135.7k 31 561.8M 0 0 31 174.3M 0 141.8k 1:07:36 20:58 46:38 132.5k 31 561.8M 0 0 31 174.5M 0 141.8k 1:07:35 20:59 46:36 132.5k 31 561.8M 0 0 31 174.7M 0 141.9k 1:07:33 21:00 46:33 134.7k 31 561.8M 0 0 31 174.9M 0 141.9k 1:07:33 21:02 46:31 144.3k 31 561.8M 0 0 31 175.1M 0 141.9k 1:07:32 21:03 46:29 160.8k 31 561.8M 0 0 31 175.2M 0 141.9k 1:07:33 21:04 46:29 164.9k 31 561.8M 0 0 31 175.3M 0 141.9k 1:07:34 21:05 46:29 149.2k 31 561.8M 0 0 31 175.5M 0 141.8k 1:07:34 21:06 46:28 132.6k 31 561.8M 0 0 31 175.6M 0 141.8k 1:07:34 21:07 46:27 132.7k 31 561.8M 0 0 31 175.8M 0 141.8k 1:07:34 21:09 46:25 128.0k 31 561.8M 0 0 31 176.0M 0 141.8k 1:07:35 21:10 46:25 122.4k 31 561.8M 0 0 31 176.1M 0 141.8k 1:07:36 21:11 46:25 126.2k 31 561.8M 0 0 31 176.2M 0 141.8k 1:07:36 21:12 46:24 125.7k 31 561.8M 0 0 31 176.4M 0 141.8k 1:07:36 21:14 46:22 124.2k 31 561.8M 0 0 31 176.6M 0 141.8k 1:07:36 21:15 46:21 126.3k 31 561.8M 0 0 31 176.8M 0 141.8k 1:07:36 21:16 46:20 141.1k 31 561.8M 0 0 31 177.0M 0 141.8k 1:07:34 21:17 46:17 154.3k 31 561.8M 0 0 31 177.2M 0 141.9k 1:07:33 21:19 46:14 160.9k 31 561.8M 0 0 31 177.4M 0 141.9k 1:07:33 21:20 46:13 162.2k 31 561.8M 0 0 31 177.6M 0 141.9k 1:07:33 21:21 46:12 169.1k 31 561.8M 0 0 31 177.8M 0 141.9k 1:07:32 21:22 46:10 170.3k 31 561.8M 0 0 31 178.0M 0 141.9k 1:07:31 21:23 46:08 166.3k 31 561.8M 0 0 31 178.1M 0 142.0k 1:07:30 21:24 46:06 170.3k 31 561.8M 0 0 31 178.3M 0 142.0k 1:07:29 21:25 46:04 178.2k 31 561.8M 0 0 31 178.5M 0 142.0k 1:07:28 21:26 46:02 175.6k 31 561.8M 0 0 31 178.7M 0 142.1k 1:07:28 21:27 46:01 176.2k 31 561.8M 0 0 31 178.9M 0 142.1k 1:07:27 21:29 45:58 172.7k 31 561.8M 0 0 31 179.1M 0 142.1k 1:07:28 21:30 45:58 159.2k 31 561.8M 0 0 31 179.3M 0 142.1k 1:07:27 21:31 45:56 154.4k 31 561.8M 0 0 31 179.5M 0 142.1k 1:07:26 21:33 45:53 160.1k 31 561.8M 0 0 31 179.7M 0 142.2k 1:07:25 21:34 45:51 158.6k 32 561.8M 0 0 32 179.9M 0 142.1k 1:07:25 21:35 45:50 154.4k 32 561.8M 0 0 32 180.0M 0 142.1k 1:07:26 21:36 45:50 154.0k 32 561.8M 0 0 32 180.1M 0 142.1k 1:07:28 21:38 45:50 140.8k 32 561.8M 0 0 32 180.3M 0 142.1k 1:07:27 21:39 45:48 133.1k 32 561.8M 0 0 32 180.5M 0 142.1k 1:07:26 21:40 45:46 134.9k 32 561.8M 0 0 32 180.7M 0 142.1k 1:07:26 21:41 45:45 134.9k 32 561.8M 0 0 32 180.8M 0 142.1k 1:07:27 21:43 45:44 134.6k 32 561.8M 0 0 32 181.0M 0 142.1k 1:07:27 21:44 45:43 150.2k 32 561.8M 0 0 32 181.1M 0 142.1k 1:07:27 21:45 45:42 144.3k 32 561.8M 0 0 32 181.3M 0 142.1k 1:07:27 21:46 45:41 131.9k 32 561.8M 0 0 32 181.5M 0 142.1k 1:07:27 21:47 45:40 133.4k 32 561.8M 0 0 32 181.6M 0 142.0k 1:07:28 21:48 45:40 133.6k 32 561.8M 0 0 32 181.7M 0 142.0k 1:07:28 21:49 45:39 126.2k 32 561.8M 0 0 32 181.8M 0 142.0k 1:07:29 21:51 45:38 122.6k 32 561.8M 0 0 32 182.0M 0 142.0k 1:07:30 21:52 45:38 124.1k 32 561.8M 0 0 32 182.2M 0 142.0k 1:07:30 21:54 45:36 121.9k 32 561.8M 0 0 32 182.3M 0 141.9k 1:07:33 21:55 45:38 111.0k 32 561.8M 0 0 32 182.5M 0 141.8k 1:07:35 21:57 45:38 102.8k 32 561.8M 0 0 32 182.6M 0 141.7k 1:07:37 21:58 45:39 98735 32 561.8M 0 0 32 182.7M 0 141.7k 1:07:38 22:00 45:38 95306 32 561.8M 0 0 32 182.8M 0 141.7k 1:07:38 22:01 45:37 91684 32 561.8M 0 0 32 183.0M 0 141.7k 1:07:39 22:02 45:37 99871 32 561.8M 0 0 32 183.1M 0 141.7k 1:07:38 22:03 45:35 115.5k 32 561.8M 0 0 32 183.3M 0 141.7k 1:07:37 22:04 45:33 141.2k 32 561.8M 0 0 32 183.5M 0 141.7k 1:07:37 22:05 45:32 150.4k 32 561.8M 0 0 32 183.7M 0 141.8k 1:07:37 22:06 45:31 155.6k 32 561.8M 0 0 32 183.9M 0 141.8k 1:07:36 22:08 45:28 166.2k 32 561.8M 0 0 32 184.1M 0 141.8k 1:07:36 22:09 45:27 158.0k 32 561.8M 0 0 32 184.3M 0 141.8k 1:07:36 22:10 45:26 148.4k 32 561.8M 0 0 32 184.5M 0 141.8k 1:07:34 22:12 45:22 159.4k 32 561.8M 0 0 32 184.7M 0 141.8k 1:07:34 22:13 45:21 157.4k 32 561.8M 0 0 32 184.8M 0 141.8k 1:07:35 22:14 45:21 148.4k 32 561.8M 0 0 32 185.0M 0 141.8k 1:07:35 22:15 45:20 150.8k 32 561.8M 0 0 32 185.2M 0 141.8k 1:07:34 22:16 45:18 157.8k 33 561.8M 0 0 33 185.4M 0 141.9k 1:07:33 22:18 45:15 150.6k 33 561.8M 0 0 33 185.6M 0 141.9k 1:07:33 22:19 45:14 153.5k 33 561.8M 0 0 33 185.7M 0 141.9k 1:07:33 22:20 45:13 156.1k 33 561.8M 0 0 33 185.9M 0 141.9k 1:07:33 22:21 45:12 158.9k 33 561.8M 0 0 33 186.0M 0 141.9k 1:07:33 22:22 45:11 149.4k 33 561.8M 0 0 33 186.1M 0 141.8k 1:07:35 22:24 45:11 128.0k 33 561.8M 0 0 33 186.3M 0 141.8k 1:07:36 22:25 45:11 117.5k 33 561.8M 0 0 33 186.5M 0 141.8k 1:07:35 22:26 45:09 127.2k 33 561.8M 0 0 33 186.7M 0 141.8k 1:07:34 22:27 45:07 132.8k 33 561.8M 0 0 33 186.8M 0 141.8k 1:07:35 22:28 45:07 131.3k 33 561.8M 0 0 33 187.0M 0 141.8k 1:07:34 22:30 45:04 146.4k 33 561.8M 0 0 33 187.2M 0 141.8k 1:07:34 22:31 45:03 154.4k 33 561.8M 0 0 33 187.4M 0 141.9k 1:07:33 22:32 45:01 154.6k 33 561.8M 0 0 33 187.6M 0 141.9k 1:07:32 22:33 44:59 154.8k 33 561.8M 0 0 33 187.8M 0 142.0k 1:07:31 22:34 44:57 173.2k 33 561.8M 0 0 33 188.0M 0 141.9k 1:07:31 22:36 44:55 169.0k 33 561.8M 0 0 33 188.2M 0 141.9k 1:07:31 22:37 44:54 167.7k 33 561.8M 0 0 33 188.3M 0 141.9k 1:07:31 22:38 44:53 157.7k 33 561.8M 0 0 33 188.5M 0 141.9k 1:07:32 22:39 44:53 144.6k 33 561.8M 0 0 33 188.6M 0 141.8k 1:07:35 22:41 44:54 113.0k 33 561.8M 0 0 33 188.7M 0 141.8k 1:07:36 22:42 44:54 108.3k 33 561.8M 0 0 33 188.8M 0 141.7k 1:07:37 22:44 44:53 99.28k 33 561.8M 0 0 33 189.0M 0 141.7k 1:07:37 22:45 44:52 98.41k 33 561.8M 0 0 33 189.1M 0 141.7k 1:07:38 22:46 44:52 103.1k 33 561.8M 0 0 33 189.3M 0 141.7k 1:07:38 22:47 44:51 115.4k 33 561.8M 0 0 33 189.4M 0 141.7k 1:07:39 22:48 44:51 115.2k 33 561.8M 0 0 33 189.5M 0 141.7k 1:07:39 22:49 44:50 120.3k 33 561.8M 0 0 33 189.6M 0 141.6k 1:07:40 22:50 44:50 119.6k 33 561.8M 0 0 33 189.8M 0 141.7k 1:07:39 22:52 44:47 129.1k 33 561.8M 0 0 33 190.1M 0 141.7k 1:07:37 22:53 44:44 151.3k 33 561.8M 0 0 33 190.3M 0 141.7k 1:07:37 22:54 44:43 157.8k 33 561.8M 0 0 33 190.4M 0 141.7k 1:07:38 22:55 44:43 153.8k 33 561.8M 0 0 33 190.6M 0 141.7k 1:07:38 22:56 44:42 159.9k 33 561.8M 0 0 33 190.8M 0 141.7k 1:07:38 22:58 44:40 149.8k 33 561.8M 0 0 33 190.9M 0 141.7k 1:07:38 22:59 44:39 132.7k 34 561.8M 0 0 34 191.1M 0 141.7k 1:07:39 23:00 44:39 130.6k 34 561.8M 0 0 34 191.2M 0 141.7k 1:07:39 23:01 44:38 134.3k 34 561.8M 0 0 34 191.3M 0 141.6k 1:07:40 23:03 44:37 123.9k 34 561.8M 0 0 34 191.5M 0 141.6k 1:07:40 23:04 44:36 128.1k 34 561.8M 0 0 34 191.8M 0 141.7k 1:07:38 23:05 44:33 144.9k 34 561.8M 0 0 34 192.0M 0 141.7k 1:07:38 23:06 44:32 147.2k 34 561.8M 0 0 34 192.1M 0 141.7k 1:07:39 23:08 44:31 139.3k 34 561.8M 0 0 34 192.3M 0 141.7k 1:07:39 23:09 44:30 148.6k 34 561.8M 0 0 34 192.5M 0 141.7k 1:07:39 23:10 44:29 147.4k 34 561.8M 0 0 34 192.6M 0 141.6k 1:07:40 23:12 44:28 129.0k 34 561.8M 0 0 34 192.7M 0 141.6k 1:07:40 23:13 44:27 124.5k 34 561.8M 0 0 34 192.8M 0 141.6k 1:07:41 23:14 44:27 130.4k 34 561.8M 0 0 34 193.0M 0 141.6k 1:07:41 23:15 44:26 126.6k 34 561.8M 0 0 34 193.1M 0 141.6k 1:07:42 23:16 44:26 117.7k 34 561.8M 0 0 34 193.2M 0 141.5k 1:07:42 23:17 44:25 117.6k 34 561.8M 0 0 34 193.4M 0 141.5k 1:07:43 23:18 44:25 119.9k 34 561.8M 0 0 34 193.6M 0 141.6k 1:07:42 23:20 44:22 130.2k 34 561.8M 0 0 34 193.8M 0 141.6k 1:07:42 23:21 44:21 134.4k 34 561.8M 0 0 34 194.0M 0 141.6k 1:07:41 23:22 44:19 143.2k 34 561.8M 0 0 34 194.2M 0 141.7k 1:07:39 23:23 44:16 166.7k 34 561.8M 0 0 34 194.5M 0 141.7k 1:07:37 23:24 44:13 189.7k 34 561.8M 0 0 34 194.7M 0 141.8k 1:07:35 23:25 44:10 205.0k 34 561.8M 0 0 34 195.0M 0 141.9k 1:07:33 23:26 44:07 226.5k 34 561.8M 0 0 34 195.1M 0 141.9k 1:07:32 23:27 44:05 235.1k 34 561.8M 0 0 34 195.3M 0 141.9k 1:07:31 23:29 44:02 213.2k 34 561.8M 0 0 34 195.6M 0 142.0k 1:07:30 23:30 44:00 205.2k 34 561.8M 0 0 34 195.8M 0 142.0k 1:07:30 23:31 43:59 183.9k 34 561.8M 0 0 34 195.9M 0 141.9k 1:07:31 23:33 43:58 151.2k 34 561.8M 0 0 34 196.0M 0 141.8k 1:07:34 23:34 44:00 125.9k 34 561.8M 0 0 34 196.1M 0 141.8k 1:07:34 23:36 43:58 119.8k 34 561.8M 0 0 34 196.3M 0 141.8k 1:07:35 23:37 43:58 103.1k 34 561.8M 0 0 34 196.5M 0 141.8k 1:07:35 23:38 43:57 101.5k 34 561.8M 0 0 34 196.6M 0 141.8k 1:07:36 23:39 43:57 107.1k 35 561.8M 0 0 35 196.7M 0 141.7k 1:07:37 23:41 43:56 114.7k 35 561.8M 0 0 35 196.8M 0 141.7k 1:07:38 23:42 43:56 111.1k 35 561.8M 0 0 35 197.0M 0 141.7k 1:07:38 23:43 43:55 118.3k 35 561.8M 0 0 35 197.2M 0 141.7k 1:07:37 23:44 43:53 125.9k 35 561.8M 0 0 35 197.5M 0 141.8k 1:07:35 23:45 43:50 146.8k 35 561.8M 0 0 35 197.6M 0 141.8k 1:07:36 23:47 43:49 152.7k 35 561.8M 0 0 35 197.8M 0 141.8k 1:07:36 23:48 43:48 158.5k 35 561.8M 0 0 35 197.9M 0 141.7k 1:07:38 23:49 43:49 146.8k 35 561.8M 0 0 35 198.0M 0 141.7k 1:07:39 23:51 43:48 130.4k 35 561.8M 0 0 35 198.2M 0 141.7k 1:07:39 23:52 43:47 115.4k 35 561.8M 0 0 35 198.4M 0 141.7k 1:07:38 23:53 43:45 122.6k 35 561.8M 0 0 35 198.6M 0 141.7k 1:07:38 23:54 43:44 127.2k 35 561.8M 0 0 35 198.8M 0 141.7k 1:07:39 23:56 43:43 134.0k 35 561.8M 0 0 35 198.9M 0 141.7k 1:07:39 23:57 43:42 139.8k 35 561.8M 0 0 35 199.1M 0 141.7k 1:07:38 23:58 43:40 147.6k 35 561.8M 0 0 35 199.3M 0 141.7k 1:07:37 23:59 43:38 150.5k 35 561.8M 0 0 35 199.5M 0 141.8k 1:07:36 24:00 43:36 164.2k 35 561.8M 0 0 35 199.6M 0 141.8k 1:07:36 24:01 43:35 164.5k 35 561.8M 0 0 35 199.8M 0 141.7k 1:07:37 24:03 43:34 159.1k 35 561.8M 0 0 35 199.9M 0 141.7k 1:07:39 24:04 43:35 138.3k 35 561.8M 0 0 35 200.0M 0 141.6k 1:07:40 24:06 43:34 117.6k 35 561.8M 0 0 35 200.1M 0 141.6k 1:07:41 24:07 43:34 98.26k 35 561.8M 0 0 35 200.3M 0 141.6k 1:07:42 24:08 43:34 99826 35 561.8M 0 0 35 200.5M 0 141.6k 1:07:42 24:09 43:33 107.0k 35 561.8M 0 0 35 200.6M 0 141.6k 1:07:41 24:10 43:31 125.2k 35 561.8M 0 0 35 200.8M 0 141.6k 1:07:40 24:11 43:29 147.8k 35 561.8M 0 0 35 201.1M 0 141.7k 1:07:38 24:12 43:26 171.0k 35 561.8M 0 0 35 201.3M 0 141.7k 1:07:39 24:14 43:25 166.9k 35 561.8M 0 0 35 201.4M 0 141.6k 1:07:40 24:15 43:25 158.0k 35 561.8M 0 0 35 201.5M 0 141.6k 1:07:41 24:17 43:24 136.1k 35 561.8M 0 0 35 201.6M 0 141.5k 1:07:43 24:18 43:25 118.0k 35 561.8M 0 0 35 201.8M 0 141.5k 1:07:43 24:19 43:24 101.9k 35 561.8M 0 0 35 201.9M 0 141.5k 1:07:44 24:20 43:24 101.5k 35 561.8M 0 0 35 202.0M 0 141.5k 1:07:45 24:22 43:23 99.96k 35 561.8M 0 0 35 202.1M 0 141.4k 1:07:45 24:23 43:22 106.5k 36 561.8M 0 0 36 202.3M 0 141.4k 1:07:46 24:24 43:22 115.9k 36 561.8M 0 0 36 202.5M 0 141.4k 1:07:46 24:26 43:20 122.5k 36 561.8M 0 0 36 202.7M 0 141.4k 1:07:46 24:27 43:19 126.1k 36 561.8M 0 0 36 202.8M 0 141.4k 1:07:46 24:28 43:18 131.2k 36 561.8M 0 0 36 203.0M 0 141.4k 1:07:46 24:29 43:17 138.5k 36 561.8M 0 0 36 203.1M 0 141.4k 1:07:47 24:30 43:17 136.1k 36 561.8M 0 0 36 203.3M 0 141.4k 1:07:46 24:32 43:14 135.1k 36 561.8M 0 0 36 203.5M 0 141.4k 1:07:47 24:33 43:14 135.1k 36 561.8M 0 0 36 203.7M 0 141.4k 1:07:47 24:35 43:12 134.9k 36 561.8M 0 0 36 203.9M 0 141.4k 1:07:47 24:36 43:11 129.5k 36 561.8M 0 0 36 204.0M 0 141.4k 1:07:48 24:37 43:11 132.5k 36 561.8M 0 0 36 204.2M 0 141.4k 1:07:48 24:38 43:10 132.7k 36 561.8M 0 0 36 204.4M 0 141.4k 1:07:48 24:40 43:08 134.0k 36 561.8M 0 0 36 204.6M 0 141.4k 1:07:47 24:41 43:06 140.4k 36 561.8M 0 0 36 204.8M 0 141.4k 1:07:47 24:42 43:05 140.6k 36 561.8M 0 0 36 205.0M 0 141.4k 1:07:47 24:44 43:03 145.8k 36 561.8M 0 0 36 205.2M 0 141.4k 1:07:46 24:45 43:01 157.6k 36 561.8M 0 0 36 205.5M 0 141.5k 1:07:43 24:46 42:57 175.3k 36 561.8M 0 0 36 205.7M 0 141.6k 1:07:41 24:47 42:54 189.3k 36 561.8M 0 0 36 206.0M 0 141.6k 1:07:40 24:48 42:52 206.4k 36 561.8M 0 0 36 206.1M 0 141.6k 1:07:40 24:50 42:50 207.4k 36 561.8M 0 0 36 206.4M 0 141.7k 1:07:38 24:51 42:47 204.2k 36 561.8M 0 0 36 206.6M 0 141.8k 1:07:36 24:52 42:44 204.1k 36 561.8M 0 0 36 206.9M 0 141.8k 1:07:34 24:53 42:41 206.1k 36 561.8M 0 0 36 207.1M 0 141.9k 1:07:33 24:54 42:39 205.0k 36 561.8M 0 0 36 207.3M 0 141.9k 1:07:33 24:55 42:38 199.3k 36 561.8M 0 0 36 207.5M 0 141.9k 1:07:33 24:56 42:37 196.3k 36 561.8M 0 0 36 207.7M 0 141.9k 1:07:31 24:58 42:33 187.8k 37 561.8M 0 0 37 208.0M 0 142.0k 1:07:30 24:59 42:31 181.3k 37 561.8M 0 0 37 208.3M 0 142.1k 1:07:27 25:00 42:27 193.8k 37 561.8M 0 0 37 208.5M 0 142.1k 1:07:26 25:02 42:24 209.2k 37 561.8M 0 0 37 208.7M 0 142.1k 1:07:26 25:03 42:23 197.8k 37 561.8M 0 0 37 208.8M 0 142.1k 1:07:27 25:04 42:23 172.8k 37 561.8M 0 0 37 209.0M 0 142.1k 1:07:28 25:05 42:23 158.0k 37 561.8M 0 0 37 209.1M 0 142.1k 1:07:28 25:06 42:22 134.4k 37 561.8M 0 0 37 209.2M 0 142.0k 1:07:29 25:08 42:21 115.8k 37 561.8M 0 0 37 209.4M 0 142.0k 1:07:29 25:09 42:20 116.9k 37 561.8M 0 0 37 209.6M 0 142.0k 1:07:29 25:10 42:19 126.7k 37 561.8M 0 0 37 209.8M 0 142.0k 1:07:29 25:12 42:17 133.1k 37 561.8M 0 0 37 210.0M 0 142.0k 1:07:28 25:13 42:15 141.4k 37 561.8M 0 0 37 210.2M 0 142.1k 1:07:28 25:14 42:14 148.9k 37 561.8M 0 0 37 210.5M 0 142.1k 1:07:26 25:16 42:10 159.6k 37 561.8M 0 0 37 210.6M 0 142.1k 1:07:27 25:17 42:10 162.1k 37 561.8M 0 0 37 210.8M 0 142.1k 1:07:27 25:18 42:09 158.8k 37 561.8M 0 0 37 210.9M 0 142.1k 1:07:27 25:19 42:08 149.3k 37 561.8M 0 0 37 211.0M 0 142.1k 1:07:28 25:20 42:08 142.7k 37 561.8M 0 0 37 211.1M 0 142.0k 1:07:28 25:21 42:07 123.4k 37 561.8M 0 0 37 211.3M 0 142.1k 1:07:28 25:23 42:05 131.2k 37 561.8M 0 0 37 211.5M 0 142.1k 1:07:27 25:24 42:03 139.3k 37 561.8M 0 0 37 211.7M 0 142.1k 1:07:26 25:25 42:01 151.2k 37 561.8M 0 0 37 211.9M 0 142.1k 1:07:27 25:26 42:01 151.1k 37 561.8M 0 0 37 212.0M 0 142.1k 1:07:27 25:27 42:00 155.3k 37 561.8M 0 0 37 212.2M 0 142.1k 1:07:27 25:29 41:58 149.5k 37 561.8M 0 0 37 212.4M 0 142.1k 1:07:26 25:30 41:56 146.9k 37 561.8M 0 0 37 212.6M 0 142.1k 1:07:26 25:31 41:55 142.2k 37 561.8M 0 0 37 212.8M 0 142.1k 1:07:26 25:32 41:54 150.7k 37 561.8M 0 0 37 213.0M 0 142.2k 1:07:24 25:33 41:51 169.1k 37 561.8M 0 0 37 213.2M 0 142.2k 1:07:24 25:35 41:49 169.0k 37 561.8M 0 0 37 213.4M 0 142.2k 1:07:24 25:36 41:48 163.6k 38 561.8M 0 0 38 213.5M 0 142.2k 1:07:24 25:37 41:47 160.1k 38 561.8M 0 0 38 213.7M 0 142.2k 1:07:25 25:38 41:47 151.8k 38 561.8M 0 0 38 213.8M 0 142.1k 1:07:26 25:40 41:46 122.6k 38 561.8M 0 0 38 214.0M 0 142.1k 1:07:27 25:41 41:46 117.1k 38 561.8M 0 0 38 214.1M 0 142.1k 1:07:27 25:43 41:44 118.0k 38 561.8M 0 0 38 214.3M 0 142.1k 1:07:28 25:44 41:44 114.2k 38 561.8M 0 0 38 214.4M 0 142.0k 1:07:28 25:45 41:43 109.2k 38 561.8M 0 0 38 214.5M 0 142.0k 1:07:30 25:46 41:44 114.3k 38 561.8M 0 0 38 214.7M 0 142.0k 1:07:29 25:48 41:41 122.8k 38 561.8M 0 0 38 215.0M 0 142.1k 1:07:28 25:49 41:39 132.7k 38 561.8M 0 0 38 215.1M 0 142.1k 1:07:28 25:50 41:38 143.1k 38 561.8M 0 0 38 215.3M 0 142.1k 1:07:27 25:51 41:36 154.2k 38 561.8M 0 0 38 215.5M 0 142.1k 1:07:26 25:52 41:34 169.4k 38 561.8M 0 0 38 215.7M 0 142.1k 1:07:26 25:53 41:33 176.3k 38 561.8M 0 0 38 216.0M 0 142.2k 1:07:24 25:55 41:29 178.3k 38 561.8M 0 0 38 216.1M 0 142.2k 1:07:24 25:56 41:28 177.4k 38 561.8M 0 0 38 216.3M 0 142.2k 1:07:24 25:57 41:27 174.5k 38 561.8M 0 0 38 216.5M 0 142.2k 1:07:23 25:58 41:25 171.0k 38 561.8M 0 0 38 216.7M 0 142.2k 1:07:24 26:00 41:24 158.5k 38 561.8M 0 0 38 216.8M 0 142.2k 1:07:24 26:01 41:23 142.7k 38 561.8M 0 0 38 217.0M 0 142.2k 1:07:24 26:02 41:22 130.2k 38 561.8M 0 0 38 217.0M 0 142.2k 1:07:24 26:02 41:22 142.2k 38 561.8M 0 0 38 217.1M 0 142.2k 1:07:25 26:03 41:22 106.1k 38 561.8M 0 0 38 217.3M 0 142.2k 1:07:25 26:05 41:20 132.5k 38 561.8M 0 0 38 217.5M 0 142.2k 1:07:24 26:06 41:18 141.0k 38 561.8M 0 0 38 217.7M 0 142.2k 1:07:24 26:07 41:17 145.3k 38 561.8M 0 0 38 217.9M 0 142.2k 1:07:23 26:08 41:15 150.0k 38 561.8M 0 0 38 218.1M 0 142.2k 1:07:23 26:09 41:14 164.7k 38 561.8M 0 0 38 218.3M 0 142.3k 1:07:22 26:10 41:12 166.6k 38 561.8M 0 0 38 218.5M 0 142.3k 1:07:22 26:12 41:10 168.5k 38 561.8M 0 0 38 218.6M 0 142.3k 1:07:22 26:13 41:09 160.2k 38 561.8M 0 0 38 218.8M 0 142.3k 1:07:22 26:14 41:08 153.5k 38 561.8M 0 0 38 219.0M 0 142.3k 1:07:22 26:15 41:07 145.5k 39 561.8M 0 0 39 219.1M 0 142.3k 1:07:22 26:17 41:05 145.1k 39 561.8M 0 0 39 219.3M 0 142.3k 1:07:21 26:18 41:03 145.1k 39 561.8M 0 0 39 219.5M 0 142.3k 1:07:22 26:19 41:03 140.8k 39 561.8M 0 0 39 219.6M 0 142.2k 1:07:22 26:20 41:02 140.2k 39 561.8M 0 0 39 219.9M 0 142.3k 1:07:21 26:22 40:59 150.9k 39 561.8M 0 0 39 220.1M 0 142.3k 1:07:20 26:23 40:57 159.4k 39 561.8M 0 0 39 220.3M 0 142.4k 1:07:19 26:24 40:55 159.1k 39 561.8M 0 0 39 220.5M 0 142.4k 1:07:19 26:25 40:54 171.5k 39 561.8M 0 0 39 220.8M 0 142.4k 1:07:17 26:27 40:50 188.4k 39 561.8M 0 0 39 221.0M 0 142.5k 1:07:15 26:28 40:47 199.7k 39 561.8M 0 0 39 221.1M 0 142.5k 1:07:16 26:29 40:47 178.4k 39 561.8M 0 0 39 221.3M 0 142.4k 1:07:17 26:30 40:47 165.6k 39 561.8M 0 0 39 221.4M 0 142.4k 1:07:18 26:31 40:47 148.5k 39 561.8M 0 0 39 221.5M 0 142.4k 1:07:19 26:32 40:47 128.2k 39 561.8M 0 0 39 221.6M 0 142.4k 1:07:19 26:34 40:45 106.1k 39 561.8M 0 0 39 221.8M 0 142.4k 1:07:19 26:35 40:44 115.2k 39 561.8M 0 0 39 222.0M 0 142.4k 1:07:20 26:36 40:44 117.8k 39 561.8M 0 0 39 222.1M 0 142.3k 1:07:20 26:37 40:43 125.4k 39 561.8M 0 0 39 222.3M 0 142.3k 1:07:20 26:38 40:42 130.9k 39 561.8M 0 0 39 222.5M 0 142.3k 1:07:20 26:40 40:40 133.7k 39 561.8M 0 0 39 222.6M 0 142.3k 1:07:20 26:41 40:39 130.1k 39 561.8M 0 0 39 222.8M 0 142.3k 1:07:20 26:42 40:38 137.4k 39 561.8M 0 0 39 223.0M 0 142.3k 1:07:20 26:44 40:36 146.1k 39 561.8M 0 0 39 223.1M 0 142.3k 1:07:20 26:45 40:35 144.2k 39 561.8M 0 0 39 223.3M 0 142.3k 1:07:21 26:46 40:35 138.0k 39 561.8M 0 0 39 223.4M 0 142.3k 1:07:22 26:47 40:35 130.1k 39 561.8M 0 0 39 223.5M 0 142.2k 1:07:22 26:48 40:34 120.4k 39 561.8M 0 0 39 223.6M 0 142.2k 1:07:23 26:49 40:34 108.1k 39 561.8M 0 0 39 223.8M 0 142.2k 1:07:23 26:50 40:33 108.5k 39 561.8M 0 0 39 224.0M 0 142.2k 1:07:23 26:52 40:31 119.2k 39 561.8M 0 0 39 224.1M 0 142.2k 1:07:23 26:53 40:30 125.4k 39 561.8M 0 0 39 224.2M 0 142.2k 1:07:24 26:54 40:30 124.2k 39 561.8M 0 0 39 224.4M 0 142.2k 1:07:23 26:55 40:28 140.5k 39 561.8M 0 0 39 224.6M 0 142.2k 1:07:23 26:56 40:27 150.7k 40 561.8M 0 0 40 224.7M 0 142.2k 1:07:23 26:57 40:26 140.3k 40 561.8M 0 0 40 224.9M 0 142.2k 1:07:23 26:58 40:25 148.4k 40 561.8M 0 0 40 225.0M 0 142.2k 1:07:23 26:59 40:24 154.3k 40 561.8M 0 0 40 225.1M 0 142.2k 1:07:24 27:00 40:24 139.3k 40 561.8M 0 0 40 225.3M 0 142.2k 1:07:25 27:02 40:23 118.2k 40 561.8M 0 0 40 225.3M 0 142.1k 1:07:26 27:03 40:23 110.7k 40 561.8M 0 0 40 225.4M 0 142.1k 1:07:28 27:04 40:24 93256 40 561.8M 0 0 40 225.5M 0 142.0k 1:07:29 27:05 40:24 87923 40 561.8M 0 0 40 225.6M 0 142.0k 1:07:29 27:06 40:23 89164 40 561.8M 0 0 40 225.8M 0 142.0k 1:07:30 27:07 40:23 95533 40 561.8M 0 0 40 226.0M 0 142.0k 1:07:29 27:09 40:20 111.8k 40 561.8M 0 0 40 226.1M 0 142.0k 1:07:29 27:10 40:19 133.1k 40 561.8M 0 0 40 226.3M 0 142.0k 1:07:28 27:11 40:17 148.2k 40 561.8M 0 0 40 226.5M 0 142.0k 1:07:28 27:12 40:16 152.6k 40 561.8M 0 0 40 226.7M 0 142.1k 1:07:28 27:13 40:15 160.9k 40 561.8M 0 0 40 226.9M 0 142.1k 1:07:27 27:14 40:13 164.8k 40 561.8M 0 0 40 227.1M 0 142.1k 1:07:26 27:16 40:10 169.7k 40 561.8M 0 0 40 227.3M 0 142.1k 1:07:26 27:17 40:09 161.2k 40 561.8M 0 0 40 227.4M 0 142.1k 1:07:27 27:18 40:09 152.1k 40 561.8M 0 0 40 227.6M 0 142.1k 1:07:27 27:19 40:08 154.0k 40 561.8M 0 0 40 227.8M 0 142.1k 1:07:27 27:21 40:06 146.2k 40 561.8M 0 0 40 228.0M 0 142.1k 1:07:26 27:22 40:04 141.0k 40 561.8M 0 0 40 228.1M 0 142.1k 1:07:26 27:23 40:03 149.1k 40 561.8M 0 0 40 228.3M 0 142.1k 1:07:26 27:24 40:02 154.0k 40 561.8M 0 0 40 228.4M 0 142.1k 1:07:26 27:25 40:01 145.5k 40 561.8M 0 0 40 228.5M 0 142.1k 1:07:27 27:26 40:01 138.2k 40 561.8M 0 0 40 228.6M 0 142.0k 1:07:28 27:28 40:00 118.7k 40 561.8M 0 0 40 228.8M 0 142.0k 1:07:29 27:29 40:00 108.7k 40 561.8M 0 0 40 229.0M 0 142.0k 1:07:29 27:30 39:59 114.1k 40 561.8M 0 0 40 229.1M 0 142.0k 1:07:29 27:31 39:58 119.0k 40 561.8M 0 0 40 229.3M 0 142.0k 1:07:30 27:33 39:57 116.0k 40 561.8M 0 0 40 229.4M 0 142.0k 1:07:30 27:34 39:56 122.8k 40 561.8M 0 0 40 229.6M 0 142.0k 1:07:30 27:35 39:55 128.5k 40 561.8M 0 0 40 229.8M 0 142.0k 1:07:31 27:37 39:54 124.9k 40 561.8M 0 0 40 230.0M 0 142.0k 1:07:30 27:38 39:52 128.4k 40 561.8M 0 0 40 230.1M 0 142.0k 1:07:31 27:39 39:52 137.0k 40 561.8M 0 0 40 230.3M 0 141.9k 1:07:31 27:41 39:50 132.4k 41 561.8M 0 0 41 230.4M 0 141.9k 1:07:32 27:42 39:50 128.7k 41 561.8M 0 0 41 230.6M 0 141.9k 1:07:31 27:43 39:48 136.6k 41 561.8M 0 0 41 230.8M 0 142.0k 1:07:31 27:44 39:47 139.0k 41 561.8M 0 0 41 231.0M 0 142.0k 1:07:30 27:45 39:45 148.7k 41 561.8M 0 0 41 231.1M 0 142.0k 1:07:29 27:46 39:43 167.2k 41 561.8M 0 0 41 231.3M 0 142.0k 1:07:29 27:47 39:42 171.9k 41 561.8M 0 0 41 231.5M 0 142.0k 1:07:29 27:49 39:40 166.6k 41 561.8M 0 0 41 231.7M 0 142.0k 1:07:29 27:50 39:39 161.4k 41 561.8M 0 0 41 231.9M 0 142.0k 1:07:29 27:51 39:38 149.1k 41 561.8M 0 0 41 232.0M 0 142.0k 1:07:30 27:52 39:38 137.9k 41 561.8M 0 0 41 232.1M 0 142.0k 1:07:30 27:54 39:36 132.1k 41 561.8M 0 0 41 232.3M 0 142.0k 1:07:31 27:55 39:36 128.2k 41 561.8M 0 0 41 232.5M 0 141.9k 1:07:31 27:57 39:34 120.4k 41 561.8M 0 0 41 232.6M 0 141.9k 1:07:32 27:58 39:34 118.5k 41 561.8M 0 0 41 232.8M 0 141.9k 1:07:31 27:59 39:32 127.7k 41 561.8M 0 0 41 233.0M 0 141.9k 1:07:32 28:00 39:32 124.6k 41 561.8M 0 0 41 233.1M 0 141.9k 1:07:32 28:01 39:31 123.8k 41 561.8M 0 0 41 233.3M 0 141.9k 1:07:32 28:02 39:30 137.1k 41 561.8M 0 0 41 233.5M 0 141.9k 1:07:31 28:03 39:28 145.9k 41 561.8M 0 0 41 233.6M 0 141.9k 1:07:31 28:05 39:26 142.1k 41 561.8M 0 0 41 233.8M 0 141.9k 1:07:32 28:06 39:26 140.7k 41 561.8M 0 0 41 233.9M 0 141.9k 1:07:33 28:08 39:25 133.1k 41 561.8M 0 0 41 234.0M 0 141.8k 1:07:34 28:09 39:25 120.6k 41 561.8M 0 0 41 234.1M 0 141.8k 1:07:34 28:10 39:24 113.2k 41 561.8M 0 0 41 234.4M 0 141.9k 1:07:33 28:11 39:22 124.1k 41 561.8M 0 0 41 234.6M 0 141.9k 1:07:32 28:12 39:20 140.7k 41 561.8M 0 0 41 234.7M 0 141.9k 1:07:33 28:13 39:20 144.3k 41 561.8M 0 0 41 234.8M 0 141.8k 1:07:35 28:15 39:20 134.8k 41 561.8M 0 0 41 235.0M 0 141.7k 1:07:37 28:17 39:20 121.3k 41 561.8M 0 0 41 235.1M 0 141.7k 1:07:37 28:18 39:19 104.2k 41 561.8M 0 0 41 235.2M 0 141.7k 1:07:38 28:19 39:19 97552 41 561.8M 0 0 41 235.4M 0 141.7k 1:07:37 28:20 39:17 105.6k 41 561.8M 0 0 41 235.6M 0 141.8k 1:07:36 28:21 39:15 125.6k 41 561.8M 0 0 41 235.8M 0 141.8k 1:07:35 28:22 39:13 163.1k 42 561.8M 0 0 42 236.1M 0 141.9k 1:07:33 28:23 39:10 188.1k 42 561.8M 0 0 42 236.3M 0 141.9k 1:07:32 28:24 39:08 201.6k 42 561.8M 0 0 42 236.5M 0 141.9k 1:07:32 28:26 39:06 196.7k 42 561.8M 0 0 42 236.6M 0 141.9k 1:07:32 28:27 39:05 184.7k 42 561.8M 0 0 42 236.8M 0 141.9k 1:07:32 28:28 39:04 164.8k 42 561.8M 0 0 42 237.0M 0 141.9k 1:07:33 28:29 39:04 145.1k 42 561.8M 0 0 42 237.1M 0 141.9k 1:07:33 28:30 39:03 129.8k 42 561.8M 0 0 42 237.3M 0 141.9k 1:07:32 28:31 39:01 135.3k 42 561.8M 0 0 42 237.5M 0 141.9k 1:07:32 28:33 38:59 146.3k 42 561.8M 0 0 42 237.6M 0 141.9k 1:07:32 28:34 38:58 144.1k 42 561.8M 0 0 42 237.7M 0 141.9k 1:07:33 28:35 38:58 135.9k 42 561.8M 0 0 42 237.8M 0 141.8k 1:07:34 28:36 38:58 133.4k 42 561.8M 0 0 42 238.0M 0 141.8k 1:07:35 28:37 38:58 117.9k 42 561.8M 0 0 42 238.1M 0 141.8k 1:07:35 28:39 38:56 105.8k 42 561.8M 0 0 42 238.1M 0 141.7k 1:07:37 28:40 38:57 99080 42 561.8M 0 0 42 238.2M 0 141.7k 1:07:38 28:41 38:57 94432 42 561.8M 0 0 42 238.4M 0 141.7k 1:07:38 28:42 38:56 101.2k 42 561.8M 0 0 42 238.6M 0 141.7k 1:07:37 28:43 38:54 117.7k 42 561.8M 0 0 42 238.8M 0 141.8k 1:07:36 28:44 38:52 129.3k 42 561.8M 0 0 42 239.0M 0 141.8k 1:07:36 28:45 38:51 151.7k 42 561.8M 0 0 42 239.1M 0 141.8k 1:07:36 28:46 38:50 162.3k 42 561.8M 0 0 42 239.3M 0 141.8k 1:07:36 28:48 38:48 161.5k 42 561.8M 0 0 42 239.5M 0 141.8k 1:07:36 28:49 38:47 147.7k 42 561.8M 0 0 42 239.6M 0 141.7k 1:07:37 28:50 38:47 132.0k 42 561.8M 0 0 42 239.7M 0 141.7k 1:07:39 28:52 38:47 110.0k 42 561.8M 0 0 42 239.8M 0 141.6k 1:07:40 28:53 38:47 106.9k 42 561.8M 0 0 42 240.0M 0 141.6k 1:07:40 28:54 38:46 101.7k 42 561.8M 0 0 42 240.1M 0 141.6k 1:07:40 28:55 38:45 109.5k 42 561.8M 0 0 42 240.3M 0 141.6k 1:07:40 28:57 38:43 113.1k 42 561.8M 0 0 42 240.4M 0 141.6k 1:07:42 28:58 38:44 113.7k 42 561.8M 0 0 42 240.5M 0 141.5k 1:07:43 28:59 38:44 110.3k 42 561.8M 0 0 42 240.6M 0 141.5k 1:07:44 29:01 38:43 105.6k 42 561.8M 0 0 42 240.8M 0 141.5k 1:07:45 29:02 38:43 99327 42 561.8M 0 0 42 241.0M 0 141.5k 1:07:45 29:03 38:42 102.9k 42 561.8M 0 0 42 241.1M 0 141.5k 1:07:45 29:04 38:41 112.9k 42 561.8M 0 0 42 241.3M 0 141.5k 1:07:45 29:06 38:39 123.5k 42 561.8M 0 0 42 241.5M 0 141.5k 1:07:45 29:07 38:38 133.5k 43 561.8M 0 0 43 241.6M 0 141.4k 1:07:46 29:08 38:38 128.9k 43 561.8M 0 0 43 241.7M 0 141.4k 1:07:46 29:09 38:37 126.1k 43 561.8M 0 0 43 241.9M 0 141.4k 1:07:46 29:11 38:35 135.5k 43 561.8M 0 0 43 242.1M 0 141.4k 1:07:45 29:12 38:33 137.1k 43 561.8M 0 0 43 242.3M 0 141.5k 1:07:45 29:13 38:32 139.0k 43 561.8M 0 0 43 242.4M 0 141.4k 1:07:45 29:14 38:31 147.3k 43 561.8M 0 0 43 242.5M 0 141.4k 1:07:46 29:15 38:31 147.3k 43 561.8M 0 0 43 242.7M 0 141.4k 1:07:46 29:17 38:29 139.6k 43 561.8M 0 0 43 242.8M 0 141.4k 1:07:46 29:18 38:28 129.0k 43 561.8M 0 0 43 243.0M 0 141.4k 1:07:48 29:19 38:29 113.4k 43 561.8M 0 0 43 243.1M 0 141.3k 1:07:49 29:20 38:29 109.8k 43 561.8M 0 0 43 243.3M 0 141.3k 1:07:48 29:22 38:26 118.1k 43 561.8M 0 0 43 243.5M 0 141.4k 1:07:48 29:23 38:25 124.2k 43 561.8M 0 0 43 243.6M 0 141.4k 1:07:48 29:24 38:24 127.2k 43 561.8M 0 0 43 243.8M 0 141.4k 1:07:48 29:25 38:23 142.9k 43 561.8M 0 0 43 244.0M 0 141.4k 1:07:48 29:27 38:21 148.2k 43 561.8M 0 0 43 244.1M 0 141.4k 1:07:47 29:28 38:19 151.4k 43 561.8M 0 0 43 244.4M 0 141.4k 1:07:46 29:29 38:17 159.8k 43 561.8M 0 0 43 244.7M 0 141.5k 1:07:44 29:30 38:14 189.4k 43 561.8M 0 0 43 245.0M 0 141.6k 1:07:42 29:31 38:11 204.6k 43 561.8M 0 0 43 245.1M 0 141.6k 1:07:42 29:32 38:10 211.9k 43 561.8M 0 0 43 245.3M 0 141.6k 1:07:42 29:34 38:08 198.0k 43 561.8M 0 0 43 245.5M 0 141.6k 1:07:41 29:35 38:06 190.0k 43 561.8M 0 0 43 245.7M 0 141.6k 1:07:41 29:36 38:05 166.5k 43 561.8M 0 0 43 245.8M 0 141.6k 1:07:42 29:37 38:05 141.0k 43 561.8M 0 0 43 246.0M 0 141.5k 1:07:43 29:39 38:04 129.4k 43 561.8M 0 0 43 246.1M 0 141.5k 1:07:43 29:40 38:03 127.0k 43 561.8M 0 0 43 246.2M 0 141.5k 1:07:43 29:41 38:02 118.5k 43 561.8M 0 0 43 246.4M 0 141.5k 1:07:43 29:42 38:01 116.8k 43 561.8M 0 0 43 246.5M 0 141.5k 1:07:45 29:44 38:01 111.9k 43 561.8M 0 0 43 246.6M 0 141.4k 1:07:46 29:45 38:01 111.1k 43 561.8M 0 0 43 246.8M 0 141.4k 1:07:46 29:46 38:00 110.7k 43 561.8M 0 0 43 247.0M 0 141.4k 1:07:46 29:47 37:59 116.1k 43 561.8M 0 0 43 247.1M 0 141.4k 1:07:46 29:49 37:57 120.3k 44 561.8M 0 0 44 247.3M 0 141.4k 1:07:47 29:50 37:57 119.2k 44 561.8M 0 0 44 247.4M 0 141.4k 1:07:48 29:51 37:57 122.5k 44 561.8M 0 0 44 247.5M 0 141.3k 1:07:48 29:52 37:56 121.1k 44 561.8M 0 0 44 247.6M 0 141.3k 1:07:49 29:54 37:55 110.5k 44 561.8M 0 0 44 247.8M 0 141.3k 1:07:49 29:55 37:54 102.8k 44 561.8M 0 0 44 247.9M 0 141.3k 1:07:50 29:56 37:54 113.9k 44 561.8M 0 0 44 248.0M 0 141.2k 1:07:51 29:57 37:54 104.9k 44 561.8M 0 0 44 248.1M 0 141.2k 1:07:52 29:58 37:54 104.7k 44 561.8M 0 0 44 248.3M 0 141.2k 1:07:53 30:00 37:53 102.5k 44 561.8M 0 0 44 248.5M 0 141.2k 1:07:53 30:01 37:52 105.7k 44 561.8M 0 0 44 248.6M 0 141.2k 1:07:54 30:03 37:51 106.6k 44 561.8M 0 0 44 248.8M 0 141.1k 1:07:54 30:04 37:50 116.5k 44 561.8M 0 0 44 249.0M 0 141.1k 1:07:54 30:05 37:49 119.5k 44 561.8M 0 0 44 249.1M 0 141.1k 1:07:55 30:07 37:48 128.0k 44 561.8M 0 0 44 249.3M 0 141.1k 1:07:55 30:08 37:47 122.8k 44 561.8M 0 0 44 249.5M 0 141.1k 1:07:55 30:09 37:46 132.6k 44 561.8M 0 0 44 249.7M 0 141.2k 1:07:53 30:10 37:43 151.2k 44 561.8M 0 0 44 249.9M 0 141.2k 1:07:52 30:11 37:41 163.7k 44 561.8M 0 0 44 250.1M 0 141.2k 1:07:52 30:13 37:39 165.2k 44 561.8M 0 0 44 250.2M 0 141.2k 1:07:53 30:14 37:39 165.8k 44 561.8M 0 0 44 250.3M 0 141.2k 1:07:54 30:15 37:39 152.7k 44 561.8M 0 0 44 250.5M 0 141.2k 1:07:53 30:16 37:37 137.8k 44 561.8M 0 0 44 250.7M 0 141.2k 1:07:53 30:17 37:36 136.9k 44 561.8M 0 0 44 250.8M 0 141.2k 1:07:53 30:18 37:35 134.9k 44 561.8M 0 0 44 251.0M 0 141.2k 1:07:53 30:20 37:33 135.7k 44 561.8M 0 0 44 251.1M 0 141.2k 1:07:53 30:21 37:32 141.6k 44 561.8M 0 0 44 251.4M 0 141.2k 1:07:52 30:22 37:30 157.2k 44 561.8M 0 0 44 251.7M 0 141.3k 1:07:49 30:23 37:26 178.0k 44 561.8M 0 0 44 252.0M 0 141.3k 1:07:48 30:25 37:23 188.6k 44 561.8M 0 0 44 252.1M 0 141.4k 1:07:48 30:26 37:22 197.2k 44 561.8M 0 0 44 252.3M 0 141.3k 1:07:48 30:27 37:21 198.6k 44 561.8M 0 0 44 252.4M 0 141.3k 1:07:48 30:28 37:20 178.2k 44 561.8M 0 0 44 252.5M 0 141.3k 1:07:49 30:29 37:20 146.4k 44 561.8M 0 0 44 252.7M 0 141.3k 1:07:49 30:30 37:19 136.5k 45 561.8M 0 0 45 252.9M 0 141.3k 1:07:48 30:31 37:17 136.9k 45 561.8M 0 0 45 253.0M 0 141.3k 1:07:49 30:33 37:16 128.2k 45 561.8M 0 0 45 253.1M 0 141.3k 1:07:50 30:34 37:16 126.4k 45 561.8M 0 0 45 253.3M 0 141.3k 1:07:49 30:35 37:14 135.9k 45 561.8M 0 0 45 253.5M 0 141.3k 1:07:50 30:36 37:14 128.3k 45 561.8M 0 0 45 253.6M 0 141.3k 1:07:50 30:37 37:13 126.4k 45 561.8M 0 0 45 253.8M 0 141.3k 1:07:49 30:39 37:10 143.0k 45 561.8M 0 0 45 254.0M 0 141.3k 1:07:50 30:40 37:10 140.1k 45 561.8M 0 0 45 254.1M 0 141.3k 1:07:50 30:41 37:09 130.8k 45 561.8M 0 0 45 254.3M 0 141.3k 1:07:50 30:42 37:08 140.4k 45 561.8M 0 0 45 254.5M 0 141.3k 1:07:49 30:43 37:06 147.0k 45 561.8M 0 0 45 254.6M 0 141.3k 1:07:49 30:44 37:05 141.7k 45 561.8M 0 0 45 254.8M 0 141.3k 1:07:49 30:45 37:04 147.4k 45 561.8M 0 0 45 254.9M 0 141.3k 1:07:50 30:46 37:04 147.1k 45 561.8M 0 0 45 255.1M 0 141.3k 1:07:50 30:48 37:02 146.5k 45 561.8M 0 0 45 255.3M 0 141.3k 1:07:50 30:49 37:01 135.5k 45 561.8M 0 0 45 255.5M 0 141.3k 1:07:50 30:50 37:00 137.4k 45 561.8M 0 0 45 255.6M 0 141.3k 1:07:49 30:52 36:57 144.9k 45 561.8M 0 0 45 255.8M 0 141.3k 1:07:48 30:53 36:55 155.2k 45 561.8M 0 0 45 256.0M 0 141.4k 1:07:48 30:54 36:54 161.8k 45 561.8M 0 0 45 256.1M 0 141.3k 1:07:48 30:55 36:53 161.1k 45 561.8M 0 0 45 256.3M 0 141.3k 1:07:49 30:56 36:53 143.8k 45 561.8M 0 0 45 256.4M 0 141.3k 1:07:50 30:57 36:53 131.0k 45 561.8M 0 0 45 256.6M 0 141.3k 1:07:50 30:59 36:51 120.6k 45 561.8M 0 0 45 256.7M 0 141.3k 1:07:51 31:00 36:51 111.1k 45 561.8M 0 0 45 256.9M 0 141.3k 1:07:50 31:01 36:49 123.5k 45 561.8M 0 0 45 257.2M 0 141.4k 1:07:47 31:02 36:45 163.5k 45 561.8M 0 0 45 257.4M 0 141.4k 1:07:47 31:04 36:43 169.0k 45 561.8M 0 0 45 257.5M 0 141.4k 1:07:48 31:05 36:43 173.0k 45 561.8M 0 0 45 257.7M 0 141.3k 1:07:48 31:06 36:42 168.6k 45 561.8M 0 0 45 257.9M 0 141.4k 1:07:48 31:07 36:41 162.8k 45 561.8M 0 0 45 258.1M 0 141.4k 1:07:47 31:08 36:39 145.0k 45 561.8M 0 0 45 258.3M 0 141.4k 1:07:47 31:10 36:37 149.4k 46 561.8M 0 0 46 258.5M 0 141.4k 1:07:46 31:11 36:35 174.9k 46 561.8M 0 0 46 258.5M 0 141.4k 1:07:46 31:11 36:35 141.4k 46 561.8M 0 0 46 258.6M 0 141.4k 1:07:46 31:12 36:34 128.0k 46 561.8M 0 0 46 258.8M 0 141.4k 1:07:46 31:13 36:33 147.4k 46 561.8M 0 0 46 259.0M 0 141.5k 1:07:44 31:14 36:30 173.0k 46 561.8M 0 0 46 259.2M 0 141.5k 1:07:44 31:15 36:29 166.5k 46 561.8M 0 0 46 259.3M 0 141.5k 1:07:45 31:16 36:29 156.1k 46 561.8M 0 0 46 259.5M 0 141.4k 1:07:45 31:17 36:28 152.6k 46 561.8M 0 0 46 259.6M 0 141.4k 1:07:46 31:19 36:27 136.2k 46 561.8M 0 0 46 259.8M 0 141.4k 1:07:47 31:20 36:27 119.0k 46 561.8M 0 0 46 259.9M 0 141.3k 1:07:49 31:22 36:27 98.97k 46 561.8M 0 0 46 260.1M 0 141.3k 1:07:50 31:24 36:26 100.1k 46 561.8M 0 0 46 260.2M 0 141.3k 1:07:50 31:25 36:25 98.24k 46 561.8M 0 0 46 260.4M 0 141.3k 1:07:50 31:26 36:24 109.3k 46 561.8M 0 0 46 260.6M 0 141.3k 1:07:50 31:28 36:22 112.0k 46 561.8M 0 0 46 260.8M 0 141.3k 1:07:50 31:29 36:21 135.7k 46 561.8M 0 0 46 261.0M 0 141.3k 1:07:49 31:30 36:19 151.6k 46 561.8M 0 0 46 261.2M 0 141.3k 1:07:48 31:31 36:17 166.1k 46 561.8M 0 0 46 261.4M 0 141.4k 1:07:48 31:33 36:15 163.1k 46 561.8M 0 0 46 261.5M 0 141.3k 1:07:49 31:34 36:15 148.4k 46 561.8M 0 0 46 261.6M 0 141.3k 1:07:50 31:36 36:14 134.4k 46 561.8M 0 0 46 261.8M 0 141.3k 1:07:50 31:37 36:13 122.3k 46 561.8M 0 0 46 261.9M 0 141.3k 1:07:51 31:38 36:13 112.0k 46 561.8M 0 0 46 262.1M 0 141.3k 1:07:51 31:39 36:12 113.6k 46 561.8M 0 0 46 262.2M 0 141.2k 1:07:52 31:40 36:12 116.5k 46 561.8M 0 0 46 262.3M 0 141.2k 1:07:53 31:42 36:11 111.7k 46 561.8M 0 0 46 262.5M 0 141.2k 1:07:53 31:43 36:10 115.1k 46 561.8M 0 0 46 262.7M 0 141.2k 1:07:53 31:45 36:08 121.8k 46 561.8M 0 0 46 263.0M 0 141.2k 1:07:52 31:46 36:06 127.4k 46 561.8M 0 0 46 263.1M 0 141.2k 1:07:52 31:47 36:05 135.5k 46 561.8M 0 0 46 263.2M 0 141.1k 1:07:54 31:49 36:05 128.7k 46 561.8M 0 0 46 263.4M 0 141.1k 1:07:55 31:50 36:05 127.8k 46 561.8M 0 0 46 263.5M 0 141.1k 1:07:55 31:52 36:03 118.1k 46 561.8M 0 0 46 263.7M 0 141.1k 1:07:55 31:53 36:02 115.4k 46 561.8M 0 0 46 264.0M 0 141.2k 1:07:53 31:54 35:59 128.3k 47 561.8M 0 0 47 264.1M 0 141.2k 1:07:53 31:55 35:58 155.1k 47 561.8M 0 0 47 264.3M 0 141.2k 1:07:53 31:56 35:57 155.7k 47 561.8M 0 0 47 264.5M 0 141.2k 1:07:52 31:57 35:55 174.1k 47 561.8M 0 0 47 264.8M 0 141.3k 1:07:51 31:59 35:52 183.5k 47 561.8M 0 0 47 265.0M 0 141.2k 1:07:51 32:00 35:51 168.4k 47 561.8M 0 0 47 265.1M 0 141.2k 1:07:51 32:01 35:50 162.0k 47 561.8M 0 0 47 265.3M 0 141.3k 1:07:50 32:02 35:48 173.0k 47 561.8M 0 0 47 265.5M 0 141.3k 1:07:51 32:03 35:48 162.1k 47 561.8M 0 0 47 265.6M 0 141.3k 1:07:51 32:05 35:46 141.8k 47 561.8M 0 0 47 265.8M 0 141.3k 1:07:50 32:06 35:44 146.5k 47 561.8M 0 0 47 266.1M 0 141.3k 1:07:49 32:07 35:42 161.0k 47 561.8M 0 0 47 266.3M 0 141.4k 1:07:48 32:08 35:40 171.5k 47 561.8M 0 0 47 266.7M 0 141.5k 1:07:44 32:09 35:35 213.0k 47 561.8M 0 0 47 267.1M 0 141.6k 1:07:41 32:10 35:31 262.4k 47 561.8M 0 0 47 267.3M 0 141.7k 1:07:39 32:12 35:27 274.7k 47 561.8M 0 0 47 267.5M 0 141.6k 1:07:40 32:13 35:27 255.5k 47 561.8M 0 0 47 267.7M 0 141.6k 1:07:40 32:14 35:26 231.2k 47 561.8M 0 0 47 267.8M 0 141.6k 1:07:40 32:15 35:25 191.1k 47 561.8M 0 0 47 268.0M 0 141.7k 1:07:39 32:16 35:23 160.6k 47 561.8M 0 0 47 268.2M 0 141.7k 1:07:39 32:18 35:21 151.6k 47 561.8M 0 0 47 268.4M 0 141.7k 1:07:39 32:19 35:20 151.1k 47 561.8M 0 0 47 268.6M 0 141.7k 1:07:38 32:20 35:18 154.2k 47 561.8M 0 0 47 268.8M 0 141.7k 1:07:37 32:21 35:16 170.4k 47 561.8M 0 0 47 269.0M 0 141.7k 1:07:37 32:23 35:14 168.8k 47 561.8M 0 0 47 269.2M 0 141.8k 1:07:36 32:24 35:12 170.5k 47 561.8M 0 0 47 269.4M 0 141.8k 1:07:36 32:25 35:11 176.3k 47 561.8M 0 0 47 269.6M 0 141.8k 1:07:35 32:26 35:09 176.9k 48 561.8M 0 0 48 269.8M 0 141.8k 1:07:36 32:27 35:09 160.7k 48 561.8M 0 0 48 270.0M 0 141.8k 1:07:35 32:29 35:06 159.3k 48 561.8M 0 0 48 270.2M 0 141.9k 1:07:34 32:30 35:04 167.1k 48 561.8M 0 0 48 270.4M 0 141.9k 1:07:33 32:31 35:02 173.4k 48 561.8M 0 0 48 270.6M 0 141.9k 1:07:33 32:32 35:01 167.9k 48 561.8M 0 0 48 270.8M 0 141.9k 1:07:33 32:33 35:00 173.5k 48 561.8M 0 0 48 271.0M 0 141.9k 1:07:33 32:35 34:58 159.9k 48 561.8M 0 0 48 271.1M 0 141.8k 1:07:35 32:37 34:58 130.1k 48 561.8M 0 0 48 271.2M 0 141.8k 1:07:35 32:38 34:57 120.6k 48 561.8M 0 0 48 271.3M 0 141.8k 1:07:36 32:39 34:57 114.4k 48 561.8M 0 0 48 271.5M 0 141.8k 1:07:35 32:40 34:55 116.3k 48 561.8M 0 0 48 271.8M 0 141.8k 1:07:35 32:41 34:54 128.8k 48 561.8M 0 0 48 271.9M 0 141.8k 1:07:35 32:42 34:53 141.5k 48 561.8M 0 0 48 272.1M 0 141.8k 1:07:35 32:44 34:51 141.3k 48 561.8M 0 0 48 272.3M 0 141.8k 1:07:36 32:46 34:50 143.0k 48 561.8M 0 0 48 272.5M 0 141.8k 1:07:36 32:47 34:49 133.2k 48 561.8M 0 0 48 272.6M 0 141.8k 1:07:37 32:48 34:49 122.5k 48 561.8M 0 0 48 272.8M 0 141.8k 1:07:36 32:49 34:47 128.5k 48 561.8M 0 0 48 273.0M 0 141.7k 1:07:37 32:51 34:46 126.1k 48 561.8M 0 0 48 273.1M 0 141.7k 1:07:37 32:52 34:45 127.1k 48 561.8M 0 0 48 273.2M 0 141.7k 1:07:38 32:53 34:45 126.2k 48 561.8M 0 0 48 273.3M 0 141.7k 1:07:39 32:55 34:44 118.2k 48 561.8M 0 0 48 273.5M 0 141.7k 1:07:39 32:56 34:43 115.0k 48 561.8M 0 0 48 273.7M 0 141.7k 1:07:38 32:57 34:41 124.7k 48 561.8M 0 0 48 273.9M 0 141.7k 1:07:38 32:59 34:39 127.6k 48 561.8M 0 0 48 274.1M 0 141.7k 1:07:38 33:00 34:38 133.1k 48 561.8M 0 0 48 274.3M 0 141.7k 1:07:38 33:01 34:37 146.8k 48 561.8M 0 0 48 274.5M 0 141.7k 1:07:38 33:02 34:36 153.3k 48 561.8M 0 0 48 274.6M 0 141.7k 1:07:37 33:03 34:34 153.3k 48 561.8M 0 0 48 274.8M 0 141.7k 1:07:37 33:05 34:32 157.9k 48 561.8M 0 0 48 275.0M 0 141.7k 1:07:37 33:06 34:31 155.8k 48 561.8M 0 0 48 275.2M 0 141.7k 1:07:37 33:07 34:30 154.6k 49 561.8M 0 0 49 275.4M 0 141.7k 1:07:37 33:09 34:28 154.5k 49 561.8M 0 0 49 275.6M 0 141.8k 1:07:36 33:10 34:26 154.3k 49 561.8M 0 0 49 275.8M 0 141.8k 1:07:36 33:11 34:25 150.0k 49 561.8M 0 0 49 276.0M 0 141.8k 1:07:35 33:12 34:23 167.2k 49 561.8M 0 0 49 276.2M 0 141.8k 1:07:34 33:13 34:21 174.0k 49 561.8M 0 0 49 276.4M 0 141.8k 1:07:34 33:14 34:20 176.3k 49 561.8M 0 0 49 276.5M 0 141.8k 1:07:34 33:15 34:19 168.3k 49 561.8M 0 0 49 276.6M 0 141.8k 1:07:35 33:17 34:18 162.0k 49 561.8M 0 0 49 276.8M 0 141.8k 1:07:35 33:18 34:17 141.9k 49 561.8M 0 0 49 277.0M 0 141.8k 1:07:35 33:19 34:16 136.2k 49 561.8M 0 0 49 277.1M 0 141.8k 1:07:34 33:20 34:14 135.7k 49 561.8M 0 0 49 277.3M 0 141.8k 1:07:34 33:21 34:13 141.5k 49 561.8M 0 0 49 277.5M 0 141.9k 1:07:33 33:22 34:11 156.2k 49 561.8M 0 0 49 277.7M 0 141.9k 1:07:34 33:24 34:10 157.3k 49 561.8M 0 0 49 277.8M 0 141.8k 1:07:34 33:25 34:09 147.1k 49 561.8M 0 0 49 278.0M 0 141.8k 1:07:34 33:26 34:08 139.6k 49 561.8M 0 0 49 278.2M 0 141.8k 1:07:35 33:28 34:07 130.9k 49 561.8M 0 0 49 278.4M 0 141.8k 1:07:35 33:30 34:05 124.4k 49 561.8M 0 0 49 278.6M 0 141.8k 1:07:35 33:31 34:04 123.5k 49 561.8M 0 0 49 278.8M 0 141.8k 1:07:35 33:32 34:03 132.6k 49 561.8M 0 0 49 278.9M 0 141.8k 1:07:36 33:33 34:03 128.7k 49 561.8M 0 0 49 279.1M 0 141.8k 1:07:35 33:35 34:00 137.8k 49 561.8M 0 0 49 279.3M 0 141.8k 1:07:34 33:36 33:58 151.4k 49 561.8M 0 0 49 279.5M 0 141.8k 1:07:34 33:37 33:57 159.0k 49 561.8M 0 0 49 279.7M 0 141.9k 1:07:34 33:38 33:56 161.5k 49 561.8M 0 0 49 280.0M 0 141.9k 1:07:33 33:39 33:54 179.7k 49 561.8M 0 0 49 280.1M 0 141.9k 1:07:33 33:41 33:52 174.3k 49 561.8M 0 0 49 280.3M 0 141.9k 1:07:33 33:42 33:51 160.8k 49 561.8M 0 0 49 280.5M 0 141.9k 1:07:33 33:43 33:50 149.0k 49 561.8M 0 0 49 280.6M 0 141.9k 1:07:33 33:45 33:48 144.5k 49 561.8M 0 0 49 280.8M 0 141.9k 1:07:33 33:46 33:47 132.9k 50 561.8M 0 0 50 281.0M 0 141.9k 1:07:34 33:47 33:47 130.8k 50 561.8M 0 0 50 281.1M 0 141.8k 1:07:34 33:48 33:46 124.4k 50 561.8M 0 0 50 281.2M 0 141.8k 1:07:35 33:50 33:45 122.5k 50 561.8M 0 0 50 281.3M 0 141.8k 1:07:36 33:51 33:45 114.1k 50 561.8M 0 0 50 281.5M 0 141.8k 1:07:36 33:52 33:44 106.5k 50 561.8M 0 0 50 281.6M 0 141.7k 1:07:37 33:53 33:44 104.7k 50 561.8M 0 0 50 281.8M 0 141.7k 1:07:37 33:55 33:42 112.1k 50 561.8M 0 0 50 282.0M 0 141.8k 1:07:36 33:56 33:40 136.1k 50 561.8M 0 0 50 282.2M 0 141.8k 1:07:35 33:57 33:38 154.0k 50 561.8M 0 0 50 282.4M 0 141.8k 1:07:35 33:58 33:37 159.6k 50 561.8M 0 0 50 282.6M 0 141.8k 1:07:34 33:59 33:35 169.0k 50 561.8M 0 0 50 282.8M 0 141.8k 1:07:34 34:00 33:34 179.7k 50 561.8M 0 0 50 283.0M 0 141.8k 1:07:35 34:02 33:33 152.6k 50 561.8M 0 0 50 283.1M 0 141.8k 1:07:35 34:03 33:32 144.5k 50 561.8M 0 0 50 283.3M 0 141.8k 1:07:35 34:05 33:30 144.2k 50 561.8M 0 0 50 283.5M 0 141.8k 1:07:34 34:06 33:28 144.4k 50 561.8M 0 0 50 283.7M 0 141.8k 1:07:34 34:07 33:27 138.4k 50 561.8M 0 0 50 283.8M 0 141.8k 1:07:35 34:08 33:27 141.1k 50 561.8M 0 0 50 284.0M 0 141.8k 1:07:35 34:10 33:25 142.5k 50 561.8M 0 0 50 284.2M 0 141.8k 1:07:35 34:11 33:24 141.9k 50 561.8M 0 0 50 284.4M 0 141.8k 1:07:35 34:13 33:22 138.2k 50 561.8M 0 0 50 284.6M 0 141.8k 1:07:34 34:14 33:20 140.3k 50 561.8M 0 0 50 284.8M 0 141.9k 1:07:34 34:15 33:19 152.8k 50 561.8M 0 0 50 285.0M 0 141.9k 1:07:33 34:16 33:17 160.0k 50 561.8M 0 0 50 285.1M 0 141.9k 1:07:33 34:17 33:16 168.2k 50 561.8M 0 0 50 285.3M 0 141.9k 1:07:32 34:18 33:14 176.9k 50 561.8M 0 0 50 285.5M 0 141.9k 1:07:31 34:19 33:12 180.6k 50 561.8M 0 0 50 285.7M 0 142.0k 1:07:31 34:20 33:11 181.8k 50 561.8M 0 0 50 285.9M 0 142.0k 1:07:30 34:21 33:09 180.4k 50 561.8M 0 0 50 286.1M 0 142.0k 1:07:30 34:22 33:08 179.9k 50 561.8M 0 0 50 286.3M 0 142.0k 1:07:30 34:24 33:06 169.7k 50 561.8M 0 0 50 286.5M 0 142.0k 1:07:29 34:25 33:04 166.5k 51 561.8M 0 0 51 286.6M 0 142.0k 1:07:29 34:26 33:03 161.6k 51 561.8M 0 0 51 286.8M 0 142.0k 1:07:29 34:27 33:02 157.7k 51 561.8M 0 0 51 287.0M 0 142.0k 1:07:29 34:28 33:01 154.9k 51 561.8M 0 0 51 287.2M 0 142.1k 1:07:28 34:29 32:59 163.9k 51 561.8M 0 0 51 287.5M 0 142.1k 1:07:26 34:31 32:55 184.4k 51 561.8M 0 0 51 287.8M 0 142.2k 1:07:25 34:32 32:53 197.0k 51 561.8M 0 0 51 288.1M 0 142.2k 1:07:23 34:33 32:50 220.8k 51 561.8M 0 0 51 288.3M 0 142.3k 1:07:22 34:34 32:48 229.4k 51 561.8M 0 0 51 288.6M 0 142.3k 1:07:20 34:35 32:45 247.4k 51 561.8M 0 0 51 288.9M 0 142.4k 1:07:18 34:36 32:42 255.0k 51 561.8M 0 0 51 289.2M 0 142.5k 1:07:16 34:38 32:38 256.9k 51 561.8M 0 0 51 289.4M 0 142.5k 1:07:15 34:39 32:36 233.1k 51 561.8M 0 0 51 289.6M 0 142.5k 1:07:15 34:40 32:35 221.5k 51 561.8M 0 0 51 289.7M 0 142.5k 1:07:16 34:41 32:35 191.7k 51 561.8M 0 0 51 289.9M 0 142.5k 1:07:15 34:42 32:33 170.5k 51 561.8M 0 0 51 290.1M 0 142.5k 1:07:15 34:43 32:32 153.6k 51 561.8M 0 0 51 290.3M 0 142.5k 1:07:15 34:45 32:30 146.2k 51 561.8M 0 0 51 290.4M 0 142.5k 1:07:15 34:46 32:29 142.1k 51 561.8M 0 0 51 290.6M 0 142.5k 1:07:16 34:47 32:29 144.9k 51 561.8M 0 0 51 290.8M 0 142.5k 1:07:15 34:48 32:27 146.4k 51 561.8M 0 0 51 291.0M 0 142.5k 1:07:15 34:50 32:25 140.4k 51 561.8M 0 0 51 291.1M 0 142.5k 1:07:15 34:51 32:24 141.0k 51 561.8M 0 0 51 291.3M 0 142.5k 1:07:15 34:53 32:22 142.8k 51 561.8M 0 0 51 291.5M 0 142.5k 1:07:15 34:54 32:21 144.9k 51 561.8M 0 0 51 291.6M 0 142.5k 1:07:16 34:55 32:21 128.9k 51 561.8M 0 0 51 291.8M 0 142.4k 1:07:17 34:57 32:20 118.1k 51 561.8M 0 0 51 292.0M 0 142.4k 1:07:17 34:58 32:19 124.7k 52 561.8M 0 0 52 292.2M 0 142.5k 1:07:15 34:59 32:16 142.5k 52 561.8M 0 0 52 292.5M 0 142.5k 1:07:14 35:00 32:14 153.0k 52 561.8M 0 0 52 292.6M 0 142.5k 1:07:14 35:01 32:13 169.5k 52 561.8M 0 0 52 292.8M 0 142.5k 1:07:14 35:02 32:12 184.8k 52 561.8M 0 0 52 293.0M 0 142.6k 1:07:13 35:04 32:09 187.8k 52 561.8M 0 0 52 293.2M 0 142.6k 1:07:14 35:05 32:09 163.0k 52 561.8M 0 0 52 293.3M 0 142.5k 1:07:15 35:07 32:08 134.6k 52 561.8M 0 0 52 293.5M 0 142.5k 1:07:16 35:08 32:08 119.3k 52 561.8M 0 0 52 293.6M 0 142.4k 1:07:17 35:10 32:07 116.0k 52 561.8M 0 0 52 293.7M 0 142.4k 1:07:17 35:11 32:06 101.6k 52 561.8M 0 0 52 293.9M 0 142.4k 1:07:17 35:12 32:05 103.0k 52 561.8M 0 0 52 294.0M 0 142.4k 1:07:18 35:13 32:05 112.9k 52 561.8M 0 0 52 294.1M 0 142.4k 1:07:18 35:14 32:04 115.4k 52 561.8M 0 0 52 294.3M 0 142.4k 1:07:18 35:16 32:02 122.2k 52 561.8M 0 0 52 294.5M 0 142.4k 1:07:19 35:17 32:02 119.8k 52 561.8M 0 0 52 294.6M 0 142.3k 1:07:20 35:18 32:02 110.3k 52 561.8M 0 0 52 294.8M 0 142.3k 1:07:20 35:20 32:00 115.6k 52 561.8M 0 0 52 295.0M 0 142.3k 1:07:20 35:21 31:59 121.8k 52 561.8M 0 0 52 295.1M 0 142.3k 1:07:20 35:22 31:58 124.5k 52 561.8M 0 0 52 295.3M 0 142.3k 1:07:20 35:24 31:56 136.5k 52 561.8M 0 0 52 295.5M 0 142.3k 1:07:20 35:25 31:55 140.5k 52 561.8M 0 0 52 295.6M 0 142.3k 1:07:20 35:26 31:54 136.8k 52 561.8M 0 0 52 295.8M 0 142.3k 1:07:21 35:27 31:54 136.3k 52 561.8M 0 0 52 296.0M 0 142.3k 1:07:20 35:28 31:52 139.5k 52 561.8M 0 0 52 296.3M 0 142.4k 1:07:18 35:30 31:48 157.3k 52 561.8M 0 0 52 296.5M 0 142.4k 1:07:17 35:31 31:46 175.9k 52 561.8M 0 0 52 296.7M 0 142.4k 1:07:17 35:32 31:45 177.7k 52 561.8M 0 0 52 296.9M 0 142.4k 1:07:18 35:34 31:44 176.2k 52 561.8M 0 0 52 297.1M 0 142.4k 1:07:18 35:36 31:42 162.3k 52 561.8M 0 0 52 297.2M 0 142.4k 1:07:19 35:37 31:42 133.5k 52 561.8M 0 0 52 297.4M 0 142.4k 1:07:19 35:38 31:41 123.9k 52 561.8M 0 0 52 297.5M 0 142.4k 1:07:20 35:39 31:41 119.6k 52 561.8M 0 0 52 297.6M 0 142.3k 1:07:20 35:41 31:39 113.4k 53 561.8M 0 0 53 297.8M 0 142.3k 1:07:20 35:42 31:38 119.1k 53 561.8M 0 0 53 298.0M 0 142.3k 1:07:20 35:43 31:37 133.7k 53 561.8M 0 0 53 298.2M 0 142.3k 1:07:20 35:44 31:36 135.1k 53 561.8M 0 0 53 298.3M 0 142.3k 1:07:20 35:45 31:35 133.4k 53 561.8M 0 0 53 298.5M 0 142.3k 1:07:20 35:47 31:33 141.1k 53 561.8M 0 0 53 298.6M 0 142.3k 1:07:21 35:48 31:33 130.6k 53 561.8M 0 0 53 298.7M 0 142.3k 1:07:22 35:49 31:33 121.8k 53 561.8M 0 0 53 298.8M 0 142.3k 1:07:22 35:50 31:32 113.4k 53 561.8M 0 0 53 299.0M 0 142.3k 1:07:22 35:51 31:31 122.5k 53 561.8M 0 0 53 299.1M 0 142.3k 1:07:22 35:52 31:30 122.6k 53 561.8M 0 0 53 299.3M 0 142.2k 1:07:23 35:53 31:30 125.9k 53 561.8M 0 0 53 299.4M 0 142.2k 1:07:24 35:55 31:29 115.6k 53 561.8M 0 0 53 299.6M 0 142.2k 1:07:24 35:56 31:28 122.2k 53 561.8M 0 0 53 299.8M 0 142.2k 1:07:23 35:57 31:26 124.4k 53 561.8M 0 0 53 300.0M 0 142.2k 1:07:23 35:59 31:24 132.9k 53 561.8M 0 0 53 300.1M 0 142.2k 1:07:23 36:00 31:23 131.8k 53 561.8M 0 0 53 300.2M 0 142.2k 1:07:24 36:01 31:23 140.9k 53 561.8M 0 0 53 300.4M 0 142.2k 1:07:24 36:02 31:22 137.9k 53 561.8M 0 0 53 300.6M 0 142.2k 1:07:24 36:04 31:20 134.5k 53 561.8M 0 0 53 300.8M 0 142.2k 1:07:23 36:05 31:18 144.4k 53 561.8M 0 0 53 301.1M 0 142.3k 1:07:20 36:06 31:14 181.5k 53 561.8M 0 0 53 301.5M 0 142.4k 1:07:18 36:07 31:11 220.9k 53 561.8M 0 0 53 301.8M 0 142.5k 1:07:16 36:08 31:08 240.9k 53 561.8M 0 0 53 302.0M 0 142.5k 1:07:16 36:09 31:07 249.0k 53 561.8M 0 0 53 302.2M 0 142.5k 1:07:15 36:10 31:05 247.4k 53 561.8M 0 0 53 302.4M 0 142.5k 1:07:14 36:12 31:02 221.1k 53 561.8M 0 0 53 302.6M 0 142.5k 1:07:15 36:13 31:02 177.8k 53 561.8M 0 0 53 302.8M 0 142.5k 1:07:14 36:14 31:00 166.4k 53 561.8M 0 0 53 303.0M 0 142.5k 1:07:14 36:16 30:58 160.5k 53 561.8M 0 0 53 303.1M 0 142.5k 1:07:16 36:17 30:59 133.6k 53 561.8M 0 0 53 303.2M 0 142.5k 1:07:16 36:18 30:58 125.8k 54 561.8M 0 0 54 303.4M 0 142.5k 1:07:16 36:20 30:56 127.8k 54 561.8M 0 0 54 303.5M 0 142.5k 1:07:16 36:21 30:55 120.3k 54 561.8M 0 0 54 303.7M 0 142.5k 1:07:16 36:22 30:54 121.9k 54 561.8M 0 0 54 304.0M 0 142.5k 1:07:15 36:23 30:52 146.7k 54 561.8M 0 0 54 304.1M 0 142.5k 1:07:15 36:24 30:51 156.9k 54 561.8M 0 0 54 304.4M 0 142.6k 1:07:14 36:26 30:48 171.0k 54 561.8M 0 0 54 304.5M 0 142.5k 1:07:14 36:27 30:47 169.1k 54 561.8M 0 0 54 304.6M 0 142.5k 1:07:15 36:28 30:47 158.4k 54 561.8M 0 0 54 304.8M 0 142.5k 1:07:15 36:29 30:46 109.3k 54 561.8M 0 0 54 304.8M 0 142.5k 1:07:15 36:29 30:46 142.5k 54 561.8M 0 0 54 305.0M 0 142.5k 1:07:16 36:31 30:45 128.3k 54 561.8M 0 0 54 305.1M 0 142.5k 1:07:16 36:32 30:44 128.0k 54 561.8M 0 0 54 305.3M 0 142.5k 1:07:16 36:33 30:43 136.8k 54 561.8M 0 0 54 305.5M 0 142.5k 1:07:15 36:34 30:41 143.5k 54 561.8M 0 0 54 305.7M 0 142.5k 1:07:15 36:35 30:40 150.3k 54 561.8M 0 0 54 305.8M 0 142.5k 1:07:15 36:37 30:38 149.2k 54 561.8M 0 0 54 306.0M 0 142.5k 1:07:15 36:38 30:37 148.2k 54 561.8M 0 0 54 306.1M 0 142.5k 1:07:16 36:39 30:37 138.5k 54 561.8M 0 0 54 306.3M 0 142.5k 1:07:16 36:40 30:36 135.0k 54 561.8M 0 0 54 306.5M 0 142.5k 1:07:15 36:41 30:34 133.1k 54 561.8M 0 0 54 306.7M 0 142.5k 1:07:14 36:43 30:31 150.4k 54 561.8M 0 0 54 306.9M 0 142.5k 1:07:14 36:44 30:30 160.2k 54 561.8M 0 0 54 307.0M 0 142.5k 1:07:14 36:45 30:29 160.3k 54 561.8M 0 0 54 307.2M 0 142.5k 1:07:14 36:46 30:28 164.6k 54 561.8M 0 0 54 307.5M 0 142.6k 1:07:13 36:47 30:26 178.1k 54 561.8M 0 0 54 307.8M 0 142.7k 1:07:11 36:48 30:23 193.9k 54 561.8M 0 0 54 308.0M 0 142.7k 1:07:10 36:49 30:21 194.8k 54 561.8M 0 0 54 308.1M 0 142.7k 1:07:10 36:50 30:20 208.0k 54 561.8M 0 0 54 308.3M 0 142.7k 1:07:10 36:52 30:18 193.3k 54 561.8M 0 0 54 308.5M 0 142.7k 1:07:10 36:53 30:17 171.0k 54 561.8M 0 0 54 308.6M 0 142.7k 1:07:10 36:54 30:16 145.5k 54 561.8M 0 0 54 308.8M 0 142.7k 1:07:10 36:56 30:14 141.1k 55 561.8M 0 0 55 309.0M 0 142.7k 1:07:10 36:57 30:13 140.0k 55 561.8M 0 0 55 309.2M 0 142.7k 1:07:10 36:58 30:12 152.2k 55 561.8M 0 0 55 309.4M 0 142.7k 1:07:09 36:59 30:10 160.5k 55 561.8M 0 0 55 309.6M 0 142.7k 1:07:09 37:00 30:09 162.4k 55 561.8M 0 0 55 309.8M 0 142.7k 1:07:09 37:02 30:07 159.7k 55 561.8M 0 0 55 309.9M 0 142.7k 1:07:10 37:03 30:07 137.4k 55 561.8M 0 0 55 310.0M 0 142.6k 1:07:12 37:05 30:07 120.6k 55 561.8M 0 0 55 310.1M 0 142.6k 1:07:12 37:06 30:06 110.5k 55 561.8M 0 0 55 310.3M 0 142.6k 1:07:12 37:07 30:05 111.5k 55 561.8M 0 0 55 310.5M 0 142.6k 1:07:12 37:08 30:04 113.9k 55 561.8M 0 0 55 310.7M 0 142.6k 1:07:11 37:10 30:01 132.7k 55 561.8M 0 0 55 310.9M 0 142.7k 1:07:11 37:11 30:00 150.0k 55 561.8M 0 0 55 311.1M 0 142.6k 1:07:11 37:12 29:59 153.3k 55 561.8M 0 0 55 311.3M 0 142.7k 1:07:11 37:13 29:58 153.0k 55 561.8M 0 0 55 311.5M 0 142.7k 1:07:10 37:15 29:55 166.8k 55 561.8M 0 0 55 311.8M 0 142.7k 1:07:09 37:16 29:53 175.3k 55 561.8M 0 0 55 312.0M 0 142.8k 1:07:08 37:17 29:51 185.0k 55 561.8M 0 0 55 312.2M 0 142.8k 1:07:07 37:18 29:49 192.1k 55 561.8M 0 0 55 312.4M 0 142.8k 1:07:08 37:20 29:48 185.0k 55 561.8M 0 0 55 312.6M 0 142.8k 1:07:07 37:21 29:46 174.9k 55 561.8M 0 0 55 312.8M 0 142.8k 1:07:07 37:22 29:45 158.3k 55 561.8M 0 0 55 313.0M 0 142.8k 1:07:07 37:24 29:43 146.9k 55 561.8M 0 0 55 313.1M 0 142.8k 1:07:08 37:25 29:43 137.7k 55 561.8M 0 0 55 313.3M 0 142.7k 1:07:09 37:27 29:42 124.6k 55 561.8M 0 0 55 313.4M 0 142.7k 1:07:10 37:28 29:42 114.0k 55 561.8M 0 0 55 313.5M 0 142.7k 1:07:11 37:30 29:41 104.1k 55 561.8M 0 0 55 313.6M 0 142.6k 1:07:12 37:31 29:41 94854 55 561.8M 0 0 55 313.8M 0 142.6k 1:07:13 37:32 29:41 90959 55 561.8M 0 0 55 314.0M 0 142.6k 1:07:13 37:34 29:39 103.1k 55 561.8M 0 0 55 314.1M 0 142.6k 1:07:13 37:35 29:38 110.7k 55 561.8M 0 0 55 314.3M 0 142.6k 1:07:12 37:36 29:36 125.9k 55 561.8M 0 0 55 314.5M 0 142.6k 1:07:12 37:37 29:35 141.8k 56 561.8M 0 0 56 314.7M 0 142.6k 1:07:12 37:39 29:33 155.0k 56 561.8M 0 0 56 314.9M 0 142.6k 1:07:12 37:40 29:32 151.7k 56 561.8M 0 0 56 315.0M 0 142.6k 1:07:12 37:41 29:31 145.5k 56 561.8M 0 0 56 315.2M 0 142.6k 1:07:12 37:42 29:30 143.9k 56 561.8M 0 0 56 315.4M 0 142.6k 1:07:12 37:44 29:28 142.2k 56 561.8M 0 0 56 315.6M 0 142.6k 1:07:12 37:45 29:27 142.4k 56 561.8M 0 0 56 315.8M 0 142.7k 1:07:10 37:46 29:24 161.8k 56 561.8M 0 0 56 316.0M 0 142.7k 1:07:11 37:48 29:23 160.2k 56 561.8M 0 0 56 316.1M 0 142.6k 1:07:12 37:49 29:23 152.5k 56 561.8M 0 0 56 316.3M 0 142.6k 1:07:12 37:50 29:22 146.7k 56 561.8M 0 0 56 316.5M 0 142.6k 1:07:12 37:51 29:21 140.2k 56 561.8M 0 0 56 316.6M 0 142.6k 1:07:11 37:52 29:19 131.2k 56 561.8M 0 0 56 317.0M 0 142.7k 1:07:10 37:53 29:17 160.4k 56 561.8M 0 0 56 317.2M 0 142.7k 1:07:08 37:55 29:13 187.1k 56 561.8M 0 0 56 317.5M 0 142.8k 1:07:07 37:56 29:11 208.6k 56 561.8M 0 0 56 317.6M 0 142.8k 1:07:07 37:57 29:10 214.1k 56 561.8M 0 0 56 317.8M 0 142.8k 1:07:07 37:58 29:09 196.3k 56 561.8M 0 0 56 317.9M 0 142.7k 1:07:08 37:59 29:09 160.3k 56 561.8M 0 0 56 318.1M 0 142.7k 1:07:09 38:01 29:08 139.7k 56 561.8M 0 0 56 318.2M 0 142.7k 1:07:10 38:03 29:07 110.8k 56 561.8M 0 0 56 318.3M 0 142.7k 1:07:11 38:04 29:07 101.1k 56 561.8M 0 0 56 318.5M 0 142.6k 1:07:11 38:05 29:06 99.63k 56 561.8M 0 0 56 318.6M 0 142.6k 1:07:12 38:06 29:06 103.3k 56 561.8M 0 0 56 318.7M 0 142.6k 1:07:13 38:08 29:05 97061 56 561.8M 0 0 56 318.8M 0 142.6k 1:07:13 38:09 29:04 99.71k 56 561.8M 0 0 56 319.0M 0 142.5k 1:07:14 38:10 29:04 98892 56 561.8M 0 0 56 319.1M 0 142.5k 1:07:15 38:12 29:03 95394 56 561.8M 0 0 56 319.2M 0 142.5k 1:07:16 38:13 29:03 96732 56 561.8M 0 0 56 319.4M 0 142.5k 1:07:16 38:14 29:02 104.3k 56 561.8M 0 0 56 319.5M 0 142.5k 1:07:16 38:15 29:01 108.5k 56 561.8M 0 0 56 319.7M 0 142.5k 1:07:16 38:17 28:59 119.6k 56 561.8M 0 0 56 319.9M 0 142.5k 1:07:16 38:18 28:58 138.1k 56 561.8M 0 0 56 320.0M 0 142.5k 1:07:17 38:19 28:58 130.4k 56 561.8M 0 0 56 320.1M 0 142.4k 1:07:18 38:21 28:57 119.9k 57 561.8M 0 0 57 320.3M 0 142.4k 1:07:18 38:22 28:56 115.9k 57 561.8M 0 0 57 320.5M 0 142.4k 1:07:18 38:23 28:55 117.5k 57 561.8M 0 0 57 320.6M 0 142.4k 1:07:18 38:25 28:53 116.8k 57 561.8M 0 0 57 320.8M 0 142.4k 1:07:18 38:26 28:52 123.6k 57 561.8M 0 0 57 321.0M 0 142.4k 1:07:19 38:27 28:52 125.4k 57 561.8M 0 0 57 321.1M 0 142.3k 1:07:20 38:29 28:51 123.0k 57 561.8M 0 0 57 321.3M 0 142.3k 1:07:20 38:30 28:50 124.4k 57 561.8M 0 0 57 321.4M 0 142.3k 1:07:21 38:32 28:49 110.6k 57 561.8M 0 0 57 321.5M 0 142.3k 1:07:22 38:33 28:49 102.0k 57 561.8M 0 0 57 321.7M 0 142.3k 1:07:21 38:34 28:47 112.5k 57 561.8M 0 0 57 321.8M 0 142.3k 1:07:22 38:35 28:47 119.5k 57 561.8M 0 0 57 322.0M 0 142.3k 1:07:22 38:37 28:45 115.7k 57 561.8M 0 0 57 322.2M 0 142.3k 1:07:22 38:38 28:44 130.6k 57 561.8M 0 0 57 322.4M 0 142.3k 1:07:22 38:39 28:43 139.5k 57 561.8M 0 0 57 322.5M 0 142.3k 1:07:22 38:41 28:41 133.2k 57 561.8M 0 0 57 322.7M 0 142.3k 1:07:22 38:42 28:40 139.0k 57 561.8M 0 0 57 322.9M 0 142.3k 1:07:22 38:43 28:39 145.0k 57 561.8M 0 0 57 323.1M 0 142.3k 1:07:21 38:44 28:37 145.4k 57 561.8M 0 0 57 323.3M 0 142.3k 1:07:21 38:45 28:36 153.1k 57 561.8M 0 0 57 323.5M 0 142.3k 1:07:21 38:47 28:34 154.7k 57 561.8M 0 0 57 323.6M 0 142.3k 1:07:21 38:48 28:33 158.2k 57 561.8M 0 0 57 323.9M 0 142.3k 1:07:20 38:49 28:31 166.0k 57 561.8M 0 0 57 324.1M 0 142.4k 1:07:19 38:50 28:29 166.4k 57 561.8M 0 0 57 324.3M 0 142.4k 1:07:19 38:51 28:28 170.9k 57 561.8M 0 0 57 324.5M 0 142.4k 1:07:19 38:53 28:26 169.7k 57 561.8M 0 0 57 324.6M 0 142.4k 1:07:19 38:54 28:25 165.8k 57 561.8M 0 0 57 324.8M 0 142.4k 1:07:19 38:56 28:23 145.8k 57 561.8M 0 0 57 325.0M 0 142.3k 1:07:20 38:57 28:23 139.5k 57 561.8M 0 0 57 325.1M 0 142.3k 1:07:20 38:58 28:22 124.4k 57 561.8M 0 0 57 325.2M 0 142.3k 1:07:21 38:59 28:22 118.6k 57 561.8M 0 0 57 325.3M 0 142.3k 1:07:22 39:01 28:21 106.2k 57 561.8M 0 0 57 325.5M 0 142.3k 1:07:22 39:02 28:20 107.4k 57 561.8M 0 0 57 325.7M 0 142.2k 1:07:23 39:04 28:19 106.5k 58 561.8M 0 0 58 325.8M 0 142.2k 1:07:24 39:05 28:19 103.5k 58 561.8M 0 0 58 326.0M 0 142.2k 1:07:24 39:07 28:17 103.9k 58 561.8M 0 0 58 326.1M 0 142.2k 1:07:25 39:08 28:17 111.8k 58 561.8M 0 0 58 326.3M 0 142.2k 1:07:24 39:09 28:15 119.3k 58 561.8M 0 0 58 326.5M 0 142.2k 1:07:24 39:10 28:14 129.8k 58 561.8M 0 0 58 326.6M 0 142.2k 1:07:24 39:11 28:13 138.6k 58 561.8M 0 0 58 326.8M 0 142.2k 1:07:25 39:13 28:12 140.1k 58 561.8M 0 0 58 327.0M 0 142.2k 1:07:25 39:14 28:11 138.5k 58 561.8M 0 0 58 327.1M 0 142.2k 1:07:25 39:15 28:10 130.0k 58 561.8M 0 0 58 327.3M 0 142.2k 1:07:24 39:16 28:08 131.7k 58 561.8M 0 0 58 327.5M 0 142.2k 1:07:24 39:17 28:07 145.5k 58 561.8M 0 0 58 327.6M 0 142.2k 1:07:24 39:18 28:06 153.7k 58 561.8M 0 0 58 327.8M 0 142.2k 1:07:24 39:20 28:04 159.7k 58 561.8M 0 0 58 328.0M 0 142.2k 1:07:23 39:21 28:02 165.1k 58 561.8M 0 0 58 328.2M 0 142.2k 1:07:23 39:22 28:01 164.8k 58 561.8M 0 0 58 328.4M 0 142.2k 1:07:23 39:23 28:00 159.7k 58 561.8M 0 0 58 328.6M 0 142.2k 1:07:23 39:25 27:58 154.8k 58 561.8M 0 0 58 328.7M 0 142.2k 1:07:23 39:26 27:57 145.6k 58 561.8M 0 0 58 328.9M 0 142.2k 1:07:23 39:27 27:56 143.9k 58 561.8M 0 0 58 329.1M 0 142.2k 1:07:23 39:28 27:55 144.1k 58 561.8M 0 0 58 329.3M 0 142.3k 1:07:21 39:29 27:52 159.7k 58 561.8M 0 0 58 329.5M 0 142.3k 1:07:21 39:30 27:51 166.4k 58 561.8M 0 0 58 329.7M 0 142.3k 1:07:21 39:32 27:49 179.4k 58 561.8M 0 0 58 329.9M 0 142.3k 1:07:20 39:33 27:47 185.3k 58 561.8M 0 0 58 330.1M 0 142.3k 1:07:20 39:34 27:46 178.8k 58 561.8M 0 0 58 330.3M 0 142.4k 1:07:19 39:35 27:44 171.8k 58 561.8M 0 0 58 330.6M 0 142.4k 1:07:19 39:37 27:42 178.4k 58 561.8M 0 0 58 330.7M 0 142.4k 1:07:19 39:38 27:41 167.4k 58 561.8M 0 0 58 330.8M 0 142.4k 1:07:19 39:39 27:40 159.4k 58 561.8M 0 0 58 331.0M 0 142.4k 1:07:19 39:40 27:39 159.6k 58 561.8M 0 0 58 331.2M 0 142.4k 1:07:19 39:41 27:38 150.0k 59 561.8M 0 0 59 331.5M 0 142.4k 1:07:18 39:43 27:35 149.1k 59 561.8M 0 0 59 331.6M 0 142.4k 1:07:18 39:44 27:34 151.1k 59 561.8M 0 0 59 331.8M 0 142.4k 1:07:18 39:45 27:33 156.0k 59 561.8M 0 0 59 332.0M 0 142.4k 1:07:18 39:47 27:31 151.5k 59 561.8M 0 0 59 332.2M 0 142.4k 1:07:19 39:48 27:31 139.3k 59 561.8M 0 0 59 332.3M 0 142.3k 1:07:21 39:50 27:31 116.1k 59 561.8M 0 0 59 332.5M 0 142.3k 1:07:21 39:51 27:30 113.0k 59 561.8M 0 0 59 332.6M 0 142.3k 1:07:21 39:53 27:28 110.3k 59 561.8M 0 0 59 332.8M 0 142.3k 1:07:21 39:54 27:27 107.2k 59 561.8M 0 0 59 333.0M 0 142.3k 1:07:21 39:55 27:26 115.1k 59 561.8M 0 0 59 333.1M 0 142.3k 1:07:22 39:56 27:26 127.1k 59 561.8M 0 0 59 333.2M 0 142.2k 1:07:23 39:58 27:25 115.3k 59 561.8M 0 0 59 333.4M 0 142.2k 1:07:23 39:59 27:24 117.4k 59 561.8M 0 0 59 333.5M 0 142.2k 1:07:23 40:00 27:23 117.5k 59 561.8M 0 0 59 333.7M 0 142.2k 1:07:23 40:02 27:21 115.4k 59 561.8M 0 0 59 333.8M 0 142.2k 1:07:24 40:03 27:21 117.7k 59 561.8M 0 0 59 334.0M 0 142.2k 1:07:24 40:04 27:20 128.4k 59 561.8M 0 0 59 334.1M 0 142.2k 1:07:25 40:06 27:19 121.3k 59 561.8M 0 0 59 334.3M 0 142.1k 1:07:26 40:07 27:19 112.5k 59 561.8M 0 0 59 334.5M 0 142.1k 1:07:26 40:08 27:18 114.5k 59 561.8M 0 0 59 334.6M 0 142.2k 1:07:25 40:10 27:15 122.4k 59 561.8M 0 0 59 334.8M 0 142.1k 1:07:25 40:11 27:14 127.3k 59 561.8M 0 0 59 335.0M 0 142.2k 1:07:25 40:12 27:13 137.7k 59 561.8M 0 0 59 335.3M 0 142.2k 1:07:24 40:13 27:11 163.9k 59 561.8M 0 0 59 335.5M 0 142.2k 1:07:23 40:15 27:08 177.4k 59 561.8M 0 0 59 335.8M 0 142.3k 1:07:22 40:16 27:06 190.8k 59 561.8M 0 0 59 336.0M 0 142.3k 1:07:21 40:17 27:04 206.7k 59 561.8M 0 0 59 336.1M 0 142.3k 1:07:21 40:18 27:03 194.4k 59 561.8M 0 0 59 336.3M 0 142.3k 1:07:22 40:19 27:03 176.9k 59 561.8M 0 0 59 336.5M 0 142.3k 1:07:22 40:20 27:02 163.1k 59 561.8M 0 0 59 336.7M 0 142.3k 1:07:20 40:22 26:58 160.3k 59 561.8M 0 0 59 336.9M 0 142.3k 1:07:21 40:23 26:58 146.5k 59 561.8M 0 0 59 337.0M 0 142.3k 1:07:21 40:24 26:57 142.2k 60 561.8M 0 0 60 337.1M 0 142.3k 1:07:22 40:25 26:57 143.9k 60 561.8M 0 0 60 337.3M 0 142.3k 1:07:22 40:27 26:55 132.5k 60 561.8M 0 0 60 337.4M 0 142.2k 1:07:23 40:28 26:55 109.4k 60 561.8M 0 0 60 337.5M 0 142.2k 1:07:24 40:30 26:54 97018 60 561.8M 0 0 60 337.6M 0 142.2k 1:07:25 40:31 26:54 97.69k 60 561.8M 0 0 60 337.8M 0 142.2k 1:07:25 40:32 26:53 98137 60 561.8M 0 0 60 337.9M 0 142.1k 1:07:26 40:33 26:53 98.49k 60 561.8M 0 0 60 338.0M 0 142.1k 1:07:26 40:34 26:52 100.9k 60 561.8M 0 0 60 338.2M 0 142.1k 1:07:26 40:36 26:50 115.4k 60 561.8M 0 0 60 338.4M 0 142.1k 1:07:26 40:37 26:49 124.3k 60 561.8M 0 0 60 338.5M 0 142.1k 1:07:26 40:38 26:48 125.4k 60 561.8M 0 0 60 338.6M 0 142.1k 1:07:27 40:39 26:48 125.0k 60 561.8M 0 0 60 338.8M 0 142.1k 1:07:26 40:40 26:46 136.1k 60 561.8M 0 0 60 339.1M 0 142.1k 1:07:25 40:42 26:43 153.2k 60 561.8M 0 0 60 339.3M 0 142.2k 1:07:25 40:43 26:42 155.0k 60 561.8M 0 0 60 339.5M 0 142.2k 1:07:25 40:44 26:41 167.4k 60 561.8M 0 0 60 339.6M 0 142.2k 1:07:24 40:45 26:39 177.6k 60 561.8M 0 0 60 339.8M 0 142.2k 1:07:25 40:47 26:38 166.2k 60 561.8M 0 0 60 340.0M 0 142.2k 1:07:25 40:48 26:37 147.5k 60 561.8M 0 0 60 340.1M 0 142.2k 1:07:25 40:49 26:36 146.5k 60 561.8M 0 0 60 340.3M 0 142.2k 1:07:24 40:50 26:34 147.7k 60 561.8M 0 0 60 340.5M 0 142.2k 1:07:24 40:51 26:33 149.7k 60 561.8M 0 0 60 340.6M 0 142.2k 1:07:25 40:52 26:33 142.4k 60 561.8M 0 0 60 340.8M 0 142.1k 1:07:25 40:54 26:31 137.7k 60 561.8M 0 0 60 341.0M 0 142.2k 1:07:25 40:55 26:30 137.4k 60 561.8M 0 0 60 341.1M 0 142.2k 1:07:25 40:56 26:29 131.2k 60 561.8M 0 0 60 341.3M 0 142.2k 1:07:25 40:57 26:28 131.3k 60 561.8M 0 0 60 341.5M 0 142.2k 1:07:25 40:59 26:26 138.3k 60 561.8M 0 0 60 341.7M 0 142.2k 1:07:25 41:00 26:25 148.1k 60 561.8M 0 0 60 341.9M 0 142.2k 1:07:25 41:02 26:23 148.3k 60 561.8M 0 0 60 342.1M 0 142.2k 1:07:25 41:03 26:22 145.8k 60 561.8M 0 0 60 342.2M 0 142.2k 1:07:25 41:04 26:21 138.5k 60 561.8M 0 0 60 342.4M 0 142.2k 1:07:25 41:05 26:20 145.5k 60 561.8M 0 0 60 342.5M 0 142.2k 1:07:25 41:06 26:19 141.1k 61 561.8M 0 0 61 342.7M 0 142.1k 1:07:26 41:08 26:18 127.6k 61 561.8M 0 0 61 342.9M 0 142.1k 1:07:26 41:09 26:17 129.6k 61 561.8M 0 0 61 343.1M 0 142.1k 1:07:26 41:11 26:15 131.6k 61 561.8M 0 0 61 343.3M 0 142.1k 1:07:26 41:12 26:14 130.7k 61 561.8M 0 0 61 343.4M 0 142.1k 1:07:26 41:13 26:13 130.2k 61 561.8M 0 0 61 343.6M 0 142.1k 1:07:26 41:14 26:12 143.6k 61 561.8M 0 0 61 343.8M 0 142.2k 1:07:25 41:15 26:10 150.5k 61 561.8M 0 0 61 344.0M 0 142.2k 1:07:24 41:17 26:07 166.8k 61 561.8M 0 0 61 344.3M 0 142.2k 1:07:22 41:18 26:04 191.3k 61 561.8M 0 0 61 344.6M 0 142.3k 1:07:21 41:19 26:02 212.9k 61 561.8M 0 0 61 344.7M 0 142.3k 1:07:22 41:20 26:02 207.4k 61 561.8M 0 0 61 344.8M 0 142.3k 1:07:22 41:21 26:01 183.5k 61 561.8M 0 0 61 345.0M 0 142.2k 1:07:23 41:23 26:00 158.9k 61 561.8M 0 0 61 345.1M 0 142.2k 1:07:24 41:24 26:00 125.0k 61 561.8M 0 0 61 345.2M 0 142.2k 1:07:24 41:25 25:59 105.9k 61 561.8M 0 0 61 345.4M 0 142.2k 1:07:24 41:26 25:58 113.2k 61 561.8M 0 0 61 345.6M 0 142.2k 1:07:24 41:27 25:57 123.5k 61 561.8M 0 0 61 345.8M 0 142.2k 1:07:23 41:29 25:54 139.5k 61 561.8M 0 0 61 346.0M 0 142.2k 1:07:23 41:30 25:53 152.4k 61 561.8M 0 0 61 346.1M 0 142.2k 1:07:23 41:31 25:52 160.4k 61 561.8M 0 0 61 346.4M 0 142.3k 1:07:22 41:32 25:50 168.2k 61 561.8M 0 0 61 346.6M 0 142.3k 1:07:21 41:33 25:48 176.4k 61 561.8M 0 0 61 346.8M 0 142.3k 1:07:21 41:34 25:47 177.7k 61 561.8M 0 0 61 347.0M 0 142.3k 1:07:20 41:35 25:45 182.1k 61 561.8M 0 0 61 347.1M 0 142.3k 1:07:20 41:36 25:44 184.9k 61 561.8M 0 0 61 347.4M 0 142.4k 1:07:19 41:38 25:41 187.1k 61 561.8M 0 0 61 347.6M 0 142.4k 1:07:18 41:39 25:39 194.2k 61 561.8M 0 0 61 347.8M 0 142.4k 1:07:18 41:40 25:38 189.8k 61 561.8M 0 0 61 348.0M 0 142.4k 1:07:18 41:41 25:37 179.3k 61 561.8M 0 0 61 348.1M 0 142.4k 1:07:18 41:43 25:35 165.6k 61 561.8M 0 0 61 348.3M 0 142.4k 1:07:19 41:44 25:35 148.0k 62 561.8M 0 0 62 348.5M 0 142.4k 1:07:18 41:45 25:33 139.6k 62 561.8M 0 0 62 348.6M 0 142.4k 1:07:18 41:46 25:32 140.7k 62 561.8M 0 0 62 348.9M 0 142.4k 1:07:17 41:47 25:30 154.9k 62 561.8M 0 0 62 349.1M 0 142.4k 1:07:17 41:48 25:29 162.3k 62 561.8M 0 0 62 349.3M 0 142.4k 1:07:17 41:50 25:27 170.0k 62 561.8M 0 0 62 349.3M 0 142.4k 1:07:17 41:50 25:27 142.4k 62 561.8M 0 0 62 349.5M 0 142.4k 1:07:17 41:51 25:26 136.2k 62 561.8M 0 0 62 349.6M 0 142.4k 1:07:17 41:52 25:25 131.5k 62 561.8M 0 0 62 349.7M 0 142.4k 1:07:18 41:54 25:24 116.5k 62 561.8M 0 0 62 349.8M 0 142.4k 1:07:18 41:55 25:23 112.9k 62 561.8M 0 0 62 350.0M 0 142.4k 1:07:19 41:56 25:23 114.9k 62 561.8M 0 0 62 350.1M 0 142.4k 1:07:19 41:57 25:22 116.5k 62 561.8M 0 0 62 350.3M 0 142.4k 1:07:18 41:58 25:20 126.3k 62 561.8M 0 0 62 350.5M 0 142.4k 1:07:18 41:59 25:19 143.7k 62 561.8M 0 0 62 350.7M 0 142.4k 1:07:18 42:01 25:17 156.0k 62 561.8M 0 0 62 350.9M 0 142.4k 1:07:17 42:02 25:15 167.0k 62 561.8M 0 0 62 351.1M 0 142.4k 1:07:17 42:03 25:14 165.7k 62 561.8M 0 0 62 351.2M 0 142.4k 1:07:17 42:04 25:13 152.9k 62 561.8M 0 0 62 351.4M 0 142.4k 1:07:17 42:05 25:12 148.6k 62 561.8M 0 0 62 351.6M 0 142.4k 1:07:17 42:06 25:11 150.0k 62 561.8M 0 0 62 351.8M 0 142.4k 1:07:17 42:08 25:09 147.5k 62 561.8M 0 0 62 352.0M 0 142.5k 1:07:17 42:09 25:08 148.9k 62 561.8M 0 0 62 352.1M 0 142.5k 1:07:16 42:10 25:06 156.7k 62 561.8M 0 0 62 352.3M 0 142.5k 1:07:16 42:11 25:05 163.7k 62 561.8M 0 0 62 352.6M 0 142.5k 1:07:15 42:12 25:03 171.1k 62 561.8M 0 0 62 352.8M 0 142.5k 1:07:15 42:14 25:01 173.3k 62 561.8M 0 0 62 353.0M 0 142.5k 1:07:15 42:15 25:00 171.4k 62 561.8M 0 0 62 353.1M 0 142.5k 1:07:15 42:16 24:59 163.8k 62 561.8M 0 0 62 353.3M 0 142.5k 1:07:15 42:18 24:57 161.6k 62 561.8M 0 0 62 353.5M 0 142.5k 1:07:14 42:19 24:55 152.9k 62 561.8M 0 0 62 353.7M 0 142.5k 1:07:14 42:20 24:54 150.0k 63 561.8M 0 0 63 354.0M 0 142.6k 1:07:13 42:21 24:52 163.4k 63 561.8M 0 0 63 354.2M 0 142.6k 1:07:12 42:22 24:50 186.3k 63 561.8M 0 0 63 354.4M 0 142.6k 1:07:12 42:24 24:48 179.3k 63 561.8M 0 0 63 354.6M 0 142.6k 1:07:12 42:25 24:47 172.6k 63 561.8M 0 0 63 354.8M 0 142.6k 1:07:12 42:26 24:46 166.5k 63 561.8M 0 0 63 354.9M 0 142.6k 1:07:13 42:27 24:46 152.1k 63 561.8M 0 0 63 355.1M 0 142.6k 1:07:12 42:29 24:43 138.6k 63 561.8M 0 0 63 355.3M 0 142.6k 1:07:12 42:30 24:42 138.1k 63 561.8M 0 0 63 355.5M 0 142.6k 1:07:12 42:31 24:41 147.6k 63 561.8M 0 0 63 355.7M 0 142.6k 1:07:11 42:32 24:39 163.5k 63 561.8M 0 0 63 356.0M 0 142.7k 1:07:10 42:34 24:36 179.5k 63 561.8M 0 0 63 356.1M 0 142.7k 1:07:10 42:35 24:35 186.3k 63 561.8M 0 0 63 356.3M 0 142.7k 1:07:10 42:36 24:34 187.0k 63 561.8M 0 0 63 356.6M 0 142.7k 1:07:09 42:37 24:32 188.4k 63 561.8M 0 0 63 356.7M 0 142.7k 1:07:09 42:38 24:31 171.3k 63 561.8M 0 0 63 356.8M 0 142.7k 1:07:10 42:40 24:30 144.3k 63 561.8M 0 0 63 357.0M 0 142.7k 1:07:10 42:41 24:29 131.6k 63 561.8M 0 0 63 357.1M 0 142.7k 1:07:10 42:42 24:28 139.2k 63 561.8M 0 0 63 357.4M 0 142.7k 1:07:09 42:43 24:26 139.1k 63 561.8M 0 0 63 357.6M 0 142.8k 1:07:08 42:44 24:24 157.1k 63 561.8M 0 0 63 358.0M 0 142.8k 1:07:06 42:46 24:20 198.7k 63 561.8M 0 0 63 358.2M 0 142.9k 1:07:05 42:47 24:18 225.5k 63 561.8M 0 0 63 358.5M 0 142.9k 1:07:04 42:48 24:16 228.1k 63 561.8M 0 0 63 358.6M 0 142.9k 1:07:04 42:49 24:15 225.3k 63 561.8M 0 0 63 358.8M 0 142.9k 1:07:04 42:50 24:14 204.4k 63 561.8M 0 0 63 359.0M 0 142.9k 1:07:04 42:51 24:13 183.2k 63 561.8M 0 0 63 359.2M 0 142.9k 1:07:04 42:53 24:11 168.6k 63 561.8M 0 0 63 359.3M 0 142.9k 1:07:04 42:54 24:10 152.5k 63 561.8M 0 0 63 359.5M 0 142.9k 1:07:04 42:55 24:09 141.3k 64 561.8M 0 0 64 359.6M 0 142.9k 1:07:04 42:56 24:08 139.1k 64 561.8M 0 0 64 359.8M 0 142.9k 1:07:04 42:57 24:07 133.1k 64 561.8M 0 0 64 360.0M 0 142.9k 1:07:05 42:59 24:06 126.5k 64 561.8M 0 0 64 360.1M 0 142.9k 1:07:05 43:00 24:05 129.8k 64 561.8M 0 0 64 360.3M 0 142.9k 1:07:04 43:01 24:03 137.6k 64 561.8M 0 0 64 360.5M 0 142.9k 1:07:04 43:03 24:01 143.0k 64 561.8M 0 0 64 360.7M 0 142.9k 1:07:04 43:04 24:00 145.1k 64 561.8M 0 0 64 360.9M 0 142.9k 1:07:04 43:05 23:59 150.4k 64 561.8M 0 0 64 361.1M 0 142.9k 1:07:04 43:06 23:58 153.9k 64 561.8M 0 0 64 361.3M 0 142.9k 1:07:04 43:08 23:56 145.1k 64 561.8M 0 0 64 361.4M 0 142.9k 1:07:05 43:09 23:56 139.9k 64 561.8M 0 0 64 361.5M 0 142.9k 1:07:05 43:10 23:55 129.2k 64 561.8M 0 0 64 361.7M 0 142.8k 1:07:05 43:12 23:53 124.4k 64 561.8M 0 0 64 361.9M 0 142.8k 1:07:06 43:13 23:53 121.1k 64 561.8M 0 0 64 362.1M 0 142.8k 1:07:05 43:14 23:51 126.5k 64 561.8M 0 0 64 362.3M 0 142.9k 1:07:05 43:16 23:49 140.4k 64 561.8M 0 0 64 362.5M 0 142.9k 1:07:04 43:17 23:47 155.1k 64 561.8M 0 0 64 362.7M 0 142.9k 1:07:04 43:18 23:46 162.1k 64 561.8M 0 0 64 362.9M 0 142.9k 1:07:04 43:19 23:45 168.6k 64 561.8M 0 0 64 363.1M 0 142.9k 1:07:04 43:20 23:44 173.5k 64 561.8M 0 0 64 363.3M 0 142.9k 1:07:03 43:22 23:41 167.8k 64 561.8M 0 0 64 363.5M 0 143.0k 1:07:02 43:23 23:39 173.8k 64 561.8M 0 0 64 363.7M 0 143.0k 1:07:02 43:24 23:38 172.9k 64 561.8M 0 0 64 363.9M 0 142.9k 1:07:03 43:26 23:37 160.1k 64 561.8M 0 0 64 364.0M 0 142.9k 1:07:03 43:27 23:36 149.7k 64 561.8M 0 0 64 364.3M 0 143.0k 1:07:02 43:28 23:34 156.1k 64 561.8M 0 0 64 364.5M 0 143.0k 1:07:02 43:29 23:33 144.1k 64 561.8M 0 0 64 364.6M 0 143.0k 1:07:03 43:30 23:33 138.3k 64 561.8M 0 0 64 364.7M 0 142.9k 1:07:03 43:32 23:31 130.7k 64 561.8M 0 0 64 364.8M 0 142.9k 1:07:04 43:33 23:31 125.0k 64 561.8M 0 0 64 365.0M 0 142.9k 1:07:05 43:35 23:30 110.0k 65 561.8M 0 0 65 365.1M 0 142.9k 1:07:05 43:36 23:29 109.6k 65 561.8M 0 0 65 365.3M 0 142.9k 1:07:04 43:37 23:27 117.8k 65 561.8M 0 0 65 365.5M 0 142.9k 1:07:04 43:38 23:26 136.1k 65 561.8M 0 0 65 365.7M 0 142.9k 1:07:04 43:39 23:25 155.1k 65 561.8M 0 0 65 365.9M 0 142.9k 1:07:04 43:41 23:23 151.8k 65 561.8M 0 0 65 366.0M 0 142.9k 1:07:05 43:43 23:22 135.0k 65 561.8M 0 0 65 366.1M 0 142.8k 1:07:06 43:44 23:22 125.0k 65 561.8M 0 0 65 366.3M 0 142.9k 1:07:05 43:45 23:20 123.0k 65 561.8M 0 0 65 366.5M 0 142.8k 1:07:06 43:46 23:20 111.7k 65 561.8M 0 0 65 366.6M 0 142.8k 1:07:06 43:47 23:19 108.8k 65 561.8M 0 0 65 366.8M 0 142.8k 1:07:06 43:48 23:18 131.3k 65 561.8M 0 0 65 367.0M 0 142.9k 1:07:05 43:50 23:15 150.5k 65 561.8M 0 0 65 367.2M 0 142.9k 1:07:05 43:51 23:14 150.6k 65 561.8M 0 0 65 367.3M 0 142.8k 1:07:06 43:52 23:14 147.7k 65 561.8M 0 0 65 367.5M 0 142.8k 1:07:06 43:53 23:13 146.2k 65 561.8M 0 0 65 367.6M 0 142.8k 1:07:06 43:55 23:11 142.4k 65 561.8M 0 0 65 367.8M 0 142.8k 1:07:06 43:56 23:10 124.3k 65 561.8M 0 0 65 368.0M 0 142.8k 1:07:06 43:57 23:09 120.6k 65 561.8M 0 0 65 368.1M 0 142.8k 1:07:07 43:58 23:09 123.2k 65 561.8M 0 0 65 368.2M 0 142.8k 1:07:07 43:59 23:08 128.6k 65 561.8M 0 0 65 368.4M 0 142.8k 1:07:07 44:01 23:06 123.7k 65 561.8M 0 0 65 368.5M 0 142.8k 1:07:07 44:02 23:05 124.6k 65 561.8M 0 0 65 368.6M 0 142.8k 1:07:08 44:03 23:05 115.5k 65 561.8M 0 0 65 368.8M 0 142.7k 1:07:09 44:05 23:04 113.8k 65 561.8M 0 0 65 368.9M 0 142.7k 1:07:10 44:06 23:04 105.6k 65 561.8M 0 0 65 369.1M 0 142.7k 1:07:09 44:07 23:02 110.7k 65 561.8M 0 0 65 369.3M 0 142.7k 1:07:09 44:08 23:01 121.5k 65 561.8M 0 0 65 369.5M 0 142.7k 1:07:09 44:10 22:59 128.9k 65 561.8M 0 0 65 369.6M 0 142.7k 1:07:09 44:11 22:58 136.2k 65 561.8M 0 0 65 369.8M 0 142.7k 1:07:09 44:12 22:57 157.1k 65 561.8M 0 0 65 370.0M 0 142.7k 1:07:08 44:13 22:55 160.2k 65 561.8M 0 0 65 370.1M 0 142.7k 1:07:09 44:14 22:55 145.4k 65 561.8M 0 0 65 370.3M 0 142.7k 1:07:09 44:16 22:53 151.9k 65 561.8M 0 0 65 370.5M 0 142.8k 1:07:08 44:17 22:51 163.7k 65 561.8M 0 0 65 370.7M 0 142.8k 1:07:08 44:18 22:50 154.1k 66 561.8M 0 0 66 370.9M 0 142.8k 1:07:08 44:19 22:49 151.8k 66 561.8M 0 0 66 371.0M 0 142.8k 1:07:08 44:20 22:48 157.1k 66 561.8M 0 0 66 371.2M 0 142.8k 1:07:08 44:21 22:47 159.1k 66 561.8M 0 0 66 371.4M 0 142.8k 1:07:07 44:22 22:45 152.5k 66 561.8M 0 0 66 371.6M 0 142.8k 1:07:08 44:24 22:44 142.5k 66 561.8M 0 0 66 371.8M 0 142.8k 1:07:08 44:26 22:42 135.6k 66 561.8M 0 0 66 372.0M 0 142.7k 1:07:08 44:27 22:41 136.2k 66 561.8M 0 0 66 372.1M 0 142.8k 1:07:08 44:28 22:40 136.8k 66 561.8M 0 0 66 372.3M 0 142.8k 1:07:08 44:29 22:39 138.5k 66 561.8M 0 0 66 372.5M 0 142.8k 1:07:08 44:30 22:38 144.9k 66 561.8M 0 0 66 372.6M 0 142.7k 1:07:08 44:32 22:36 141.8k 66 561.8M 0 0 66 372.7M 0 142.7k 1:07:08 44:33 22:35 141.3k 66 561.8M 0 0 66 372.9M 0 142.8k 1:07:08 44:34 22:34 141.0k 66 561.8M 0 0 66 373.1M 0 142.8k 1:07:08 44:35 22:33 135.1k 66 561.8M 0 0 66 373.2M 0 142.7k 1:07:09 44:36 22:33 130.6k 66 561.8M 0 0 66 373.3M 0 142.7k 1:07:09 44:38 22:31 127.7k 66 561.8M 0 0 66 373.5M 0 142.7k 1:07:09 44:39 22:30 127.8k 66 561.8M 0 0 66 373.6M 0 142.7k 1:07:10 44:40 22:30 119.5k 66 561.8M 0 0 66 373.8M 0 142.7k 1:07:09 44:41 22:28 122.7k 66 561.8M 0 0 66 374.1M 0 142.7k 1:07:09 44:43 22:26 141.3k 66 561.8M 0 0 66 374.3M 0 142.7k 1:07:08 44:44 22:24 154.4k 66 561.8M 0 0 66 374.5M 0 142.8k 1:07:07 44:45 22:22 174.5k 66 561.8M 0 0 66 374.8M 0 142.8k 1:07:07 44:46 22:21 188.6k 66 561.8M 0 0 66 375.0M 0 142.8k 1:07:07 44:48 22:19 186.0k 66 561.8M 0 0 66 375.1M 0 142.8k 1:07:06 44:49 22:17 183.1k 66 561.8M 0 0 66 375.3M 0 142.8k 1:07:06 44:50 22:16 175.4k 66 561.8M 0 0 66 375.5M 0 142.8k 1:07:07 44:51 22:16 154.6k 66 561.8M 0 0 66 375.6M 0 142.8k 1:07:07 44:52 22:15 140.5k 66 561.8M 0 0 66 375.8M 0 142.8k 1:07:07 44:53 22:14 143.3k 66 561.8M 0 0 66 376.0M 0 142.8k 1:07:07 44:55 22:12 135.1k 66 561.8M 0 0 66 376.1M 0 142.8k 1:07:07 44:56 22:11 125.8k 66 561.8M 0 0 66 376.2M 0 142.8k 1:07:08 44:57 22:11 126.0k 66 561.8M 0 0 66 376.3M 0 142.8k 1:07:08 44:58 22:10 127.8k 67 561.8M 0 0 67 376.5M 0 142.7k 1:07:08 44:59 22:09 115.9k 67 561.8M 0 0 67 376.6M 0 142.7k 1:07:09 45:00 22:09 111.7k 67 561.8M 0 0 67 376.8M 0 142.7k 1:07:08 45:02 22:06 128.2k 67 561.8M 0 0 67 377.0M 0 142.8k 1:07:08 45:03 22:05 132.8k 67 561.8M 0 0 67 377.1M 0 142.8k 1:07:08 45:04 22:04 139.5k 67 561.8M 0 0 67 377.3M 0 142.8k 1:07:08 45:05 22:03 145.6k 67 561.8M 0 0 67 377.5M 0 142.8k 1:07:08 45:06 22:02 149.5k 67 561.8M 0 0 67 377.6M 0 142.8k 1:07:08 45:08 22:00 146.9k 67 561.8M 0 0 67 377.8M 0 142.8k 1:07:08 45:09 21:59 149.4k 67 561.8M 0 0 67 378.0M 0 142.8k 1:07:08 45:10 21:58 149.4k 67 561.8M 0 0 67 378.1M 0 142.8k 1:07:08 45:11 21:57 146.1k 67 561.8M 0 0 67 378.3M 0 142.7k 1:07:08 45:12 21:56 141.5k 67 561.8M 0 0 67 378.5M 0 142.7k 1:07:09 45:14 21:55 133.9k 67 561.8M 0 0 67 378.6M 0 142.7k 1:07:08 45:15 21:53 136.1k 67 561.8M 0 0 67 378.8M 0 142.8k 1:07:08 45:16 21:52 140.3k 67 561.8M 0 0 67 379.0M 0 142.8k 1:07:08 45:17 21:51 142.0k 67 561.8M 0 0 67 379.1M 0 142.7k 1:07:08 45:18 21:50 143.0k 67 561.8M 0 0 67 379.2M 0 142.7k 1:07:09 45:19 21:50 141.7k 67 561.8M 0 0 67 379.4M 0 142.7k 1:07:08 45:20 21:48 142.5k 67 561.8M 0 0 67 379.6M 0 142.7k 1:07:08 45:22 21:46 133.4k 67 561.8M 0 0 67 379.7M 0 142.7k 1:07:08 45:23 21:45 135.3k 67 561.8M 0 0 67 379.9M 0 142.7k 1:07:09 45:24 21:45 135.6k 67 561.8M 0 0 67 380.0M 0 142.7k 1:07:09 45:26 21:43 134.3k 67 561.8M 0 0 67 380.1M 0 142.7k 1:07:10 45:27 21:43 119.5k 67 561.8M 0 0 67 380.3M 0 142.7k 1:07:10 45:28 21:42 112.7k 67 561.8M 0 0 67 380.5M 0 142.7k 1:07:10 45:29 21:41 121.6k 67 561.8M 0 0 67 380.6M 0 142.7k 1:07:09 45:30 21:39 131.1k 67 561.8M 0 0 67 380.8M 0 142.7k 1:07:09 45:31 21:38 143.7k 67 561.8M 0 0 67 381.0M 0 142.7k 1:07:09 45:32 21:37 162.2k 67 561.8M 0 0 67 381.3M 0 142.8k 1:07:08 45:34 21:34 186.0k 67 561.8M 0 0 67 381.5M 0 142.8k 1:07:07 45:35 21:32 192.7k 67 561.8M 0 0 67 381.7M 0 142.8k 1:07:06 45:36 21:30 193.1k 67 561.8M 0 0 67 381.9M 0 142.8k 1:07:07 45:37 21:30 184.3k 68 561.8M 0 0 68 382.0M 0 142.8k 1:07:07 45:39 21:28 166.2k 68 561.8M 0 0 68 382.1M 0 142.8k 1:07:07 45:40 21:27 149.8k 68 561.8M 0 0 68 382.3M 0 142.8k 1:07:07 45:41 21:26 134.8k 68 561.8M 0 0 68 382.5M 0 142.8k 1:07:08 45:42 21:26 124.5k 68 561.8M 0 0 68 382.6M 0 142.7k 1:07:09 45:44 21:25 106.1k 68 561.8M 0 0 68 382.8M 0 142.7k 1:07:09 45:45 21:24 110.3k 68 561.8M 0 0 68 383.0M 0 142.7k 1:07:10 45:47 21:23 113.8k 68 561.8M 0 0 68 383.1M 0 142.7k 1:07:10 45:48 21:22 112.0k 68 561.8M 0 0 68 383.3M 0 142.7k 1:07:10 45:50 21:20 107.6k 68 561.8M 0 0 68 383.5M 0 142.7k 1:07:10 45:51 21:19 124.1k 68 561.8M 0 0 68 383.6M 0 142.7k 1:07:10 45:52 21:18 135.7k 68 561.8M 0 0 68 383.8M 0 142.7k 1:07:10 45:53 21:17 141.7k 68 561.8M 0 0 68 384.0M 0 142.7k 1:07:10 45:55 21:15 143.1k 68 561.8M 0 0 68 384.1M 0 142.7k 1:07:10 45:56 21:14 151.0k 68 561.8M 0 0 68 384.3M 0 142.7k 1:07:10 45:57 21:13 154.7k 68 561.8M 0 0 68 384.6M 0 142.7k 1:07:09 45:58 21:11 159.2k 68 561.8M 0 0 68 384.8M 0 142.7k 1:07:09 45:59 21:10 156.6k 68 561.8M 0 0 68 385.0M 0 142.8k 1:07:08 46:01 21:07 171.2k 68 561.8M 0 0 68 385.3M 0 142.8k 1:07:07 46:02 21:05 188.3k 68 561.8M 0 0 68 385.5M 0 142.8k 1:07:06 46:03 21:03 198.0k 68 561.8M 0 0 68 385.7M 0 142.8k 1:07:06 46:04 21:02 194.9k 68 561.8M 0 0 68 386.0M 0 142.9k 1:07:05 46:05 21:00 202.6k 68 561.8M 0 0 68 386.1M 0 142.9k 1:07:05 46:06 20:59 190.3k 68 561.8M 0 0 68 386.2M 0 142.8k 1:07:05 46:07 20:58 170.6k 68 561.8M 0 0 68 386.3M 0 142.8k 1:07:06 46:09 20:57 143.4k 68 561.8M 0 0 68 386.5M 0 142.8k 1:07:07 46:10 20:57 128.2k 68 561.8M 0 0 68 386.6M 0 142.8k 1:07:07 46:11 20:56 113.2k 68 561.8M 0 0 68 386.8M 0 142.8k 1:07:07 46:13 20:54 114.6k 68 561.8M 0 0 68 387.0M 0 142.8k 1:07:07 46:14 20:53 120.2k 68 561.8M 0 0 68 387.1M 0 142.8k 1:07:08 46:15 20:53 123.8k 68 561.8M 0 0 68 387.3M 0 142.8k 1:07:08 46:17 20:51 123.6k 68 561.8M 0 0 68 387.5M 0 142.8k 1:07:08 46:18 20:50 126.0k 68 561.8M 0 0 68 387.6M 0 142.7k 1:07:08 46:19 20:49 125.5k 69 561.8M 0 0 69 387.7M 0 142.7k 1:07:09 46:21 20:48 111.6k 69 561.8M 0 0 69 387.8M 0 142.7k 1:07:09 46:22 20:47 112.3k 69 561.8M 0 0 69 388.0M 0 142.7k 1:07:10 46:23 20:47 108.6k 69 561.8M 0 0 69 388.1M 0 142.7k 1:07:11 46:24 20:47 100.5k 69 561.8M 0 0 69 388.2M 0 142.6k 1:07:11 46:26 20:45 99.20k 69 561.8M 0 0 69 388.3M 0 142.6k 1:07:11 46:27 20:44 104.7k 69 561.8M 0 0 69 388.5M 0 142.6k 1:07:11 46:28 20:43 113.6k 69 561.8M 0 0 69 388.7M 0 142.7k 1:07:11 46:29 20:42 130.5k 69 561.8M 0 0 69 388.9M 0 142.6k 1:07:11 46:30 20:41 138.2k 69 561.8M 0 0 69 389.0M 0 142.6k 1:07:11 46:32 20:39 139.5k 69 561.8M 0 0 69 389.2M 0 142.6k 1:07:11 46:33 20:38 141.4k 69 561.8M 0 0 69 389.4M 0 142.6k 1:07:12 46:35 20:37 134.4k 69 561.8M 0 0 69 389.5M 0 142.6k 1:07:12 46:36 20:36 126.8k 69 561.8M 0 0 69 389.6M 0 142.6k 1:07:12 46:37 20:35 123.9k 69 561.8M 0 0 69 389.8M 0 142.6k 1:07:12 46:38 20:34 131.7k 69 561.8M 0 0 69 390.0M 0 142.6k 1:07:12 46:39 20:33 135.7k 69 561.8M 0 0 69 390.2M 0 142.6k 1:07:12 46:40 20:32 146.1k 69 561.8M 0 0 69 390.4M 0 142.6k 1:07:12 46:42 20:30 147.4k 69 561.8M 0 0 69 390.6M 0 142.6k 1:07:12 46:43 20:29 153.9k 69 561.8M 0 0 69 390.8M 0 142.7k 1:07:11 46:44 20:27 158.5k 69 561.8M 0 0 69 391.1M 0 142.7k 1:07:10 46:46 20:24 170.0k 69 561.8M 0 0 69 391.3M 0 142.7k 1:07:09 46:47 20:22 181.7k 69 561.8M 0 0 69 391.5M 0 142.7k 1:07:09 46:48 20:21 190.9k 69 561.8M 0 0 69 391.8M 0 142.8k 1:07:08 46:49 20:19 199.4k 69 561.8M 0 0 69 392.0M 0 142.8k 1:07:07 46:50 20:17 206.2k 69 561.8M 0 0 69 392.2M 0 142.8k 1:07:07 46:51 20:16 196.0k 69 561.8M 0 0 69 392.3M 0 142.8k 1:07:07 46:52 20:15 175.4k 69 561.8M 0 0 69 392.5M 0 142.8k 1:07:07 46:54 20:13 165.2k 69 561.8M 0 0 69 392.6M 0 142.8k 1:07:08 46:55 20:13 147.7k 69 561.8M 0 0 69 392.7M 0 142.8k 1:07:08 46:56 20:12 125.0k 69 561.8M 0 0 69 392.9M 0 142.7k 1:07:08 46:57 20:11 118.2k 69 561.8M 0 0 69 393.0M 0 142.7k 1:07:09 46:58 20:11 118.7k 69 561.8M 0 0 69 393.1M 0 142.7k 1:07:09 46:59 20:10 120.4k 70 561.8M 0 0 70 393.3M 0 142.7k 1:07:09 47:01 20:08 129.4k 70 561.8M 0 0 70 393.5M 0 142.7k 1:07:08 47:02 20:06 140.3k 70 561.8M 0 0 70 393.7M 0 142.7k 1:07:09 47:03 20:06 149.4k 70 561.8M 0 0 70 393.7M 0 142.7k 1:07:09 47:03 20:06 142.7k 70 561.8M 0 0 70 393.9M 0 142.7k 1:07:08 47:04 20:04 158.0k 70 561.8M 0 0 70 394.1M 0 142.8k 1:07:08 47:06 20:02 159.2k 70 561.8M 0 0 70 394.3M 0 142.8k 1:07:08 47:07 20:01 160.3k 70 561.8M 0 0 70 394.5M 0 142.8k 1:07:08 47:08 20:00 159.8k 70 561.8M 0 0 70 394.6M 0 142.8k 1:07:08 47:09 19:59 153.3k 70 561.8M 0 0 70 394.8M 0 142.8k 1:07:08 47:10 19:58 150.5k 70 561.8M 0 0 70 395.0M 0 142.8k 1:07:08 47:12 19:56 150.1k 70 561.8M 0 0 70 395.1M 0 142.8k 1:07:08 47:13 19:55 139.5k 70 561.8M 0 0 70 395.3M 0 142.7k 1:07:08 47:14 19:54 132.2k 70 561.8M 0 0 70 395.4M 0 142.7k 1:07:09 47:15 19:54 132.4k 70 561.8M 0 0 70 395.6M 0 142.7k 1:07:09 47:17 19:52 128.3k 70 561.8M 0 0 70 395.7M 0 142.7k 1:07:09 47:18 19:51 116.7k 70 561.8M 0 0 70 395.9M 0 142.7k 1:07:09 47:19 19:50 125.9k 70 561.8M 0 0 70 396.1M 0 142.8k 1:07:08 47:20 19:48 147.0k 70 561.8M 0 0 70 396.4M 0 142.8k 1:07:07 47:22 19:45 164.1k 70 561.8M 0 0 70 396.6M 0 142.8k 1:07:07 47:23 19:44 172.7k 70 561.8M 0 0 70 396.8M 0 142.8k 1:07:07 47:24 19:43 184.9k 70 561.8M 0 0 70 397.0M 0 142.8k 1:07:07 47:25 19:42 181.5k 70 561.8M 0 0 70 397.1M 0 142.8k 1:07:07 47:27 19:40 161.2k 70 561.8M 0 0 70 397.3M 0 142.8k 1:07:07 47:28 19:39 147.4k 70 561.8M 0 0 70 397.5M 0 142.8k 1:07:07 47:29 19:38 140.7k 70 561.8M 0 0 70 397.6M 0 142.8k 1:07:07 47:31 19:36 139.6k 70 561.8M 0 0 70 397.8M 0 142.8k 1:07:07 47:32 19:35 142.5k 70 561.8M 0 0 70 398.0M 0 142.8k 1:07:07 47:33 19:34 149.6k 70 561.8M 0 0 70 398.2M 0 142.8k 1:07:06 47:34 19:32 152.5k 70 561.8M 0 0 70 398.3M 0 142.8k 1:07:07 47:35 19:32 151.3k 70 561.8M 0 0 70 398.5M 0 142.8k 1:07:07 47:37 19:30 149.1k 70 561.8M 0 0 70 398.7M 0 142.8k 1:07:07 47:38 19:29 145.0k 71 561.8M 0 0 71 398.9M 0 142.8k 1:07:06 47:39 19:27 147.6k 71 561.8M 0 0 71 399.1M 0 142.8k 1:07:06 47:40 19:26 152.4k 71 561.8M 0 0 71 399.3M 0 142.8k 1:07:06 47:41 19:25 155.6k 71 561.8M 0 0 71 399.5M 0 142.8k 1:07:06 47:43 19:23 153.2k 71 561.8M 0 0 71 399.6M 0 142.8k 1:07:06 47:44 19:22 147.3k 71 561.8M 0 0 71 399.7M 0 142.8k 1:07:07 47:45 19:22 136.7k 71 561.8M 0 0 71 399.8M 0 142.8k 1:07:07 47:46 19:21 124.1k 71 561.8M 0 0 71 400.0M 0 142.8k 1:07:07 47:47 19:20 117.3k 71 561.8M 0 0 71 400.1M 0 142.8k 1:07:08 47:48 19:20 115.2k 71 561.8M 0 0 71 400.3M 0 142.8k 1:07:08 47:50 19:18 120.0k 71 561.8M 0 0 71 400.4M 0 142.8k 1:07:08 47:51 19:17 119.3k 71 561.8M 0 0 71 400.6M 0 142.8k 1:07:08 47:52 19:16 123.1k 71 561.8M 0 0 71 400.7M 0 142.7k 1:07:09 47:53 19:16 125.0k 71 561.8M 0 0 71 400.8M 0 142.7k 1:07:09 47:55 19:14 120.2k 71 561.8M 0 0 71 401.0M 0 142.7k 1:07:09 47:56 19:13 120.6k 71 561.8M 0 0 71 401.2M 0 142.7k 1:07:09 47:58 19:11 124.6k 71 561.8M 0 0 71 401.4M 0 142.7k 1:07:09 47:59 19:10 129.2k 71 561.8M 0 0 71 401.6M 0 142.7k 1:07:09 48:00 19:09 133.6k 71 561.8M 0 0 71 401.7M 0 142.7k 1:07:10 48:02 19:08 126.3k 71 561.8M 0 0 71 401.8M 0 142.7k 1:07:11 48:03 19:08 114.9k 71 561.8M 0 0 71 401.8M 0 142.6k 1:07:12 48:04 19:08 101.2k 71 561.8M 0 0 71 402.0M 0 142.6k 1:07:12 48:05 19:07 94689 71 561.8M 0 0 71 402.1M 0 142.6k 1:07:12 48:06 19:06 94659 71 561.8M 0 0 71 402.3M 0 142.6k 1:07:12 48:08 19:04 110.2k 71 561.8M 0 0 71 402.5M 0 142.6k 1:07:12 48:09 19:03 131.7k 71 561.8M 0 0 71 402.7M 0 142.6k 1:07:12 48:10 19:02 144.4k 71 561.8M 0 0 71 402.9M 0 142.6k 1:07:12 48:11 19:01 150.1k 71 561.8M 0 0 71 403.1M 0 142.6k 1:07:12 48:13 18:59 150.5k 71 561.8M 0 0 71 403.3M 0 142.6k 1:07:11 48:14 18:57 153.3k 71 561.8M 0 0 71 403.5M 0 142.7k 1:07:11 48:15 18:56 158.3k 71 561.8M 0 0 71 403.7M 0 142.7k 1:07:10 48:16 18:54 166.6k 71 561.8M 0 0 71 404.0M 0 142.7k 1:07:09 48:17 18:52 181.6k 71 561.8M 0 0 71 404.1M 0 142.7k 1:07:09 48:18 18:51 191.0k 71 561.8M 0 0 71 404.3M 0 142.7k 1:07:09 48:20 18:49 186.7k 72 561.8M 0 0 72 404.5M 0 142.7k 1:07:09 48:21 18:48 173.9k 72 561.8M 0 0 72 404.7M 0 142.7k 1:07:09 48:22 18:47 163.7k 72 561.8M 0 0 72 404.8M 0 142.7k 1:07:10 48:24 18:46 140.3k 72 561.8M 0 0 72 405.0M 0 142.7k 1:07:10 48:25 18:45 132.8k 72 561.8M 0 0 72 405.2M 0 142.7k 1:07:09 48:26 18:43 133.9k 72 561.8M 0 0 72 405.4M 0 142.7k 1:07:09 48:28 18:41 133.3k 72 561.8M 0 0 72 405.6M 0 142.7k 1:07:09 48:29 18:40 134.6k 72 561.8M 0 0 72 405.7M 0 142.7k 1:07:10 48:30 18:40 141.1k 72 561.8M 0 0 72 405.9M 0 142.7k 1:07:09 48:31 18:38 149.9k 72 561.8M 0 0 72 406.1M 0 142.7k 1:07:09 48:32 18:37 152.2k 72 561.8M 0 0 72 406.3M 0 142.7k 1:07:09 48:33 18:36 156.6k 72 561.8M 0 0 72 406.5M 0 142.8k 1:07:08 48:35 18:33 172.1k 72 561.8M 0 0 72 406.8M 0 142.8k 1:07:07 48:36 18:31 187.4k 72 561.8M 0 0 72 407.0M 0 142.8k 1:07:06 48:37 18:29 189.5k 72 561.8M 0 0 72 407.1M 0 142.8k 1:07:07 48:38 18:29 182.1k 72 561.8M 0 0 72 407.3M 0 142.8k 1:07:07 48:40 18:27 173.0k 72 561.8M 0 0 72 407.5M 0 142.8k 1:07:07 48:41 18:26 157.6k 72 561.8M 0 0 72 407.6M 0 142.8k 1:07:07 48:42 18:25 147.4k 72 561.8M 0 0 72 407.8M 0 142.8k 1:07:07 48:43 18:24 130.5k 72 561.8M 0 0 72 407.9M 0 142.8k 1:07:08 48:45 18:23 122.7k 72 561.8M 0 0 72 408.0M 0 142.7k 1:07:09 48:46 18:23 110.9k 72 561.8M 0 0 72 408.2M 0 142.7k 1:07:09 48:47 18:22 115.2k 72 561.8M 0 0 72 408.4M 0 142.7k 1:07:09 48:49 18:20 111.7k 72 561.8M 0 0 72 408.5M 0 142.7k 1:07:09 48:50 18:19 113.9k 72 561.8M 0 0 72 408.7M 0 142.7k 1:07:09 48:51 18:18 128.3k 72 561.8M 0 0 72 409.0M 0 142.8k 1:07:08 48:52 18:16 161.1k 72 561.8M 0 0 72 409.2M 0 142.8k 1:07:07 48:53 18:14 174.8k 72 561.8M 0 0 72 409.4M 0 142.8k 1:07:07 48:54 18:13 187.7k 72 561.8M 0 0 72 409.6M 0 142.8k 1:07:06 48:56 18:10 189.1k 72 561.8M 0 0 72 409.7M 0 142.8k 1:07:07 48:57 18:10 179.7k 72 561.8M 0 0 72 410.0M 0 142.8k 1:07:06 48:58 18:08 172.2k 73 561.8M 0 0 73 410.2M 0 142.8k 1:07:06 48:59 18:07 166.1k 73 561.8M 0 0 73 410.3M 0 142.8k 1:07:06 49:01 18:05 153.3k 73 561.8M 0 0 73 410.5M 0 142.8k 1:07:06 49:02 18:04 143.0k 73 561.8M 0 0 73 410.6M 0 142.8k 1:07:07 49:03 18:04 144.3k 73 561.8M 0 0 73 410.7M 0 142.8k 1:07:07 49:04 18:03 126.1k 73 561.8M 0 0 73 410.9M 0 142.8k 1:07:07 49:06 18:01 114.4k 73 561.8M 0 0 73 411.0M 0 142.8k 1:07:07 49:07 18:00 115.8k 73 561.8M 0 0 73 411.2M 0 142.8k 1:07:07 49:08 17:59 130.5k 73 561.8M 0 0 73 411.4M 0 142.8k 1:07:07 49:09 17:58 141.3k 73 561.8M 0 0 73 411.6M 0 142.8k 1:07:07 49:10 17:57 150.4k 73 561.8M 0 0 73 411.7M 0 142.8k 1:07:07 49:12 17:55 139.9k 73 561.8M 0 0 73 411.8M 0 142.8k 1:07:08 49:13 17:55 138.2k 73 561.8M 0 0 73 412.0M 0 142.8k 1:07:07 49:14 17:53 137.8k 73 561.8M 0 0 73 412.2M 0 142.8k 1:07:07 49:15 17:52 134.6k 73 561.8M 0 0 73 412.4M 0 142.8k 1:07:07 49:16 17:51 135.1k 73 561.8M 0 0 73 412.6M 0 142.8k 1:07:07 49:17 17:50 158.2k 73 561.8M 0 0 73 412.8M 0 142.8k 1:07:06 49:18 17:48 167.5k 73 561.8M 0 0 73 413.0M 0 142.8k 1:07:06 49:20 17:46 165.7k 73 561.8M 0 0 73 413.1M 0 142.8k 1:07:06 49:21 17:45 159.4k 73 561.8M 0 0 73 413.3M 0 142.8k 1:07:07 49:22 17:45 143.9k 73 561.8M 0 0 73 413.4M 0 142.8k 1:07:07 49:24 17:43 131.5k 73 561.8M 0 0 73 413.6M 0 142.8k 1:07:07 49:25 17:42 138.7k 73 561.8M 0 0 73 413.8M 0 142.8k 1:07:06 49:26 17:40 140.3k 73 561.8M 0 0 73 414.0M 0 142.8k 1:07:06 49:27 17:39 145.8k 73 561.8M 0 0 73 414.2M 0 142.8k 1:07:06 49:29 17:37 156.7k 73 561.8M 0 0 73 414.4M 0 142.8k 1:07:06 49:30 17:36 164.8k 73 561.8M 0 0 73 414.6M 0 142.9k 1:07:05 49:31 17:34 164.7k 73 561.8M 0 0 73 414.8M 0 142.9k 1:07:05 49:32 17:33 159.0k 73 561.8M 0 0 73 415.1M 0 142.9k 1:07:05 49:34 17:31 166.3k 73 561.8M 0 0 73 415.3M 0 142.9k 1:07:04 49:35 17:29 176.5k 73 561.8M 0 0 73 415.5M 0 142.9k 1:07:05 49:36 17:29 164.7k 73 561.8M 0 0 73 415.6M 0 142.9k 1:07:05 49:38 17:27 155.5k 74 561.8M 0 0 74 415.8M 0 142.9k 1:07:05 49:39 17:26 154.4k 74 561.8M 0 0 74 416.1M 0 142.9k 1:07:04 49:40 17:24 157.8k 74 561.8M 0 0 74 416.3M 0 142.9k 1:07:03 49:41 17:22 157.6k 74 561.8M 0 0 74 416.5M 0 142.9k 1:07:03 49:42 17:21 172.7k 74 561.8M 0 0 74 416.6M 0 142.9k 1:07:03 49:44 17:19 169.9k 74 561.8M 0 0 74 416.8M 0 142.9k 1:07:03 49:45 17:18 176.2k 74 561.8M 0 0 74 417.0M 0 143.0k 1:07:03 49:46 17:17 164.2k 74 561.8M 0 0 74 417.2M 0 143.0k 1:07:02 49:47 17:15 157.6k 74 561.8M 0 0 74 417.4M 0 143.0k 1:07:02 49:48 17:14 154.4k 74 561.8M 0 0 74 417.6M 0 143.0k 1:07:02 49:50 17:12 156.4k 74 561.8M 0 0 74 417.8M 0 142.9k 1:07:03 49:52 17:11 141.8k 74 561.8M 0 0 74 417.9M 0 142.9k 1:07:03 49:53 17:10 135.3k 74 561.8M 0 0 74 418.1M 0 142.9k 1:07:03 49:54 17:09 136.6k 74 561.8M 0 0 74 418.2M 0 142.9k 1:07:03 49:55 17:08 127.3k 74 561.8M 0 0 74 418.3M 0 142.9k 1:07:03 49:56 17:07 123.3k 74 561.8M 0 0 74 418.5M 0 142.9k 1:07:03 49:57 17:06 136.4k 74 561.8M 0 0 74 418.8M 0 143.0k 1:07:02 49:58 17:04 156.0k 74 561.8M 0 0 74 419.0M 0 143.0k 1:07:02 49:59 17:03 160.3k 74 561.8M 0 0 74 419.1M 0 143.0k 1:07:02 50:00 17:02 176.0k 74 561.8M 0 0 74 419.4M 0 143.0k 1:07:01 50:01 17:00 199.4k 74 561.8M 0 0 74 419.7M 0 143.1k 1:06:59 50:03 16:56 217.4k 74 561.8M 0 0 74 419.9M 0 143.1k 1:06:59 50:04 16:55 202.7k 74 561.8M 0 0 74 420.0M 0 143.1k 1:06:59 50:05 16:54 188.6k 74 561.8M 0 0 74 420.2M 0 143.1k 1:06:59 50:06 16:53 183.4k 74 561.8M 0 0 74 420.4M 0 143.1k 1:06:59 50:08 16:51 162.2k 74 561.8M 0 0 74 420.5M 0 143.1k 1:07:00 50:09 16:51 137.2k 74 561.8M 0 0 74 420.7M 0 143.1k 1:06:59 50:10 16:49 140.9k 74 561.8M 0 0 74 420.9M 0 143.1k 1:06:59 50:11 16:48 151.0k 74 561.8M 0 0 74 421.0M 0 143.0k 1:07:00 50:13 16:47 129.9k 74 561.8M 0 0 74 421.1M 0 143.0k 1:07:00 50:14 16:46 127.4k 74 561.8M 0 0 74 421.3M 0 143.0k 1:07:01 50:15 16:46 123.4k 75 561.8M 0 0 75 421.4M 0 143.0k 1:07:01 50:16 16:45 111.7k 75 561.8M 0 0 75 421.5M 0 143.0k 1:07:01 50:17 16:44 103.7k 75 561.8M 0 0 75 421.6M 0 143.0k 1:07:02 50:19 16:43 106.9k 75 561.8M 0 0 75 421.8M 0 142.9k 1:07:03 50:20 16:43 102.8k 75 561.8M 0 0 75 421.9M 0 142.9k 1:07:03 50:21 16:42 106.4k 75 561.8M 0 0 75 422.1M 0 142.9k 1:07:03 50:22 16:41 113.5k 75 561.8M 0 0 75 422.3M 0 142.9k 1:07:03 50:24 16:39 118.7k 75 561.8M 0 0 75 422.5M 0 143.0k 1:07:03 50:25 16:38 135.7k 75 561.8M 0 0 75 422.6M 0 142.9k 1:07:03 50:26 16:37 140.8k 75 561.8M 0 0 75 422.8M 0 142.9k 1:07:03 50:27 16:36 147.1k 75 561.8M 0 0 75 423.0M 0 142.9k 1:07:03 50:29 16:34 147.2k 75 561.8M 0 0 75 423.1M 0 143.0k 1:07:02 50:30 16:32 151.0k 75 561.8M 0 0 75 423.3M 0 142.9k 1:07:03 50:31 16:32 141.1k 75 561.8M 0 0 75 423.5M 0 143.0k 1:07:02 50:32 16:30 148.5k 75 561.8M 0 0 75 423.6M 0 142.9k 1:07:03 50:33 16:30 143.3k 75 561.8M 0 0 75 423.8M 0 143.0k 1:07:02 50:34 16:28 145.6k 75 561.8M 0 0 75 424.0M 0 143.0k 1:07:02 50:36 16:26 152.8k 75 561.8M 0 0 75 424.2M 0 143.0k 1:07:02 50:37 16:25 153.6k 75 561.8M 0 0 75 424.4M 0 143.0k 1:07:02 50:38 16:24 156.6k 75 561.8M 0 0 75 424.6M 0 143.0k 1:07:01 50:39 16:22 177.6k 75 561.8M 0 0 75 424.8M 0 143.0k 1:07:00 50:40 16:20 183.5k 75 561.8M 0 0 75 425.0M 0 143.0k 1:07:00 50:41 16:19 180.7k 75 561.8M 0 0 75 425.2M 0 143.1k 1:06:59 50:42 16:17 197.4k 75 561.8M 0 0 75 425.4M 0 143.1k 1:06:59 50:44 16:15 185.0k 75 561.8M 0 0 75 425.5M 0 143.0k 1:07:01 50:45 16:16 144.3k 75 561.8M 0 0 75 425.7M 0 143.0k 1:07:01 50:47 16:14 133.3k 75 561.8M 0 0 75 425.9M 0 143.0k 1:07:01 50:48 16:13 130.1k 75 561.8M 0 0 75 426.1M 0 143.0k 1:07:00 50:49 16:11 135.8k 75 561.8M 0 0 75 426.4M 0 143.1k 1:06:59 50:51 16:08 147.4k 75 561.8M 0 0 75 426.6M 0 143.1k 1:06:59 50:52 16:07 167.6k 75 561.8M 0 0 75 426.8M 0 143.1k 1:06:59 50:53 16:06 168.8k 75 561.8M 0 0 75 426.9M 0 143.0k 1:07:00 50:55 16:05 156.7k 76 561.8M 0 0 76 427.0M 0 143.0k 1:07:00 50:56 16:04 141.2k 76 561.8M 0 0 76 427.2M 0 143.1k 1:07:00 50:57 16:03 135.9k 76 561.8M 0 0 76 427.4M 0 143.1k 1:07:00 50:58 16:02 135.2k 76 561.8M 0 0 76 427.6M 0 143.1k 1:06:59 50:59 16:00 155.3k 76 561.8M 0 0 76 428.0M 0 143.1k 1:06:58 51:00 15:58 185.8k 76 561.8M 0 0 76 428.1M 0 143.1k 1:06:57 51:02 15:55 193.1k 76 561.8M 0 0 76 428.3M 0 143.1k 1:06:57 51:03 15:54 188.1k 76 561.8M 0 0 76 428.5M 0 143.2k 1:06:57 51:04 15:53 189.8k 76 561.8M 0 0 76 428.7M 0 143.1k 1:06:57 51:06 15:51 168.3k 76 561.8M 0 0 76 428.8M 0 143.1k 1:06:58 51:07 15:51 142.7k 76 561.8M 0 0 76 429.0M 0 143.1k 1:06:58 51:08 15:50 124.9k 76 561.8M 0 0 76 429.1M 0 143.1k 1:06:59 51:10 15:49 113.7k 76 561.8M 0 0 76 429.3M 0 143.1k 1:06:59 51:11 15:48 113.8k 76 561.8M 0 0 76 429.5M 0 143.1k 1:06:58 51:12 15:46 122.6k 76 561.8M 0 0 76 429.6M 0 143.1k 1:06:59 51:13 15:46 125.1k 76 561.8M 0 0 76 429.7M 0 143.1k 1:06:59 51:14 15:45 135.8k 76 561.8M 0 0 76 429.8M 0 143.1k 1:06:59 51:15 15:44 140.4k 76 561.8M 0 0 76 430.0M 0 143.1k 1:06:59 51:16 15:43 128.8k 76 561.8M 0 0 76 430.1M 0 143.1k 1:07:00 51:18 15:42 120.4k 76 561.8M 0 0 76 430.3M 0 143.1k 1:07:00 51:19 15:41 121.0k 76 561.8M 0 0 76 430.5M 0 143.1k 1:06:59 51:20 15:39 130.5k 76 561.8M 0 0 76 430.7M 0 143.1k 1:06:59 51:21 15:38 148.1k 76 561.8M 0 0 76 430.8M 0 143.1k 1:06:59 51:22 15:37 148.6k 76 561.8M 0 0 76 431.0M 0 143.0k 1:07:00 51:24 15:36 134.8k 76 561.8M 0 0 76 431.1M 0 143.0k 1:07:01 51:25 15:36 126.2k 76 561.8M 0 0 76 431.2M 0 143.0k 1:07:01 51:26 15:35 117.4k 76 561.8M 0 0 76 431.4M 0 143.0k 1:07:01 51:28 15:33 104.3k 76 561.8M 0 0 76 431.5M 0 143.0k 1:07:01 51:29 15:32 105.3k 76 561.8M 0 0 76 431.6M 0 143.0k 1:07:02 51:30 15:32 109.1k 76 561.8M 0 0 76 431.8M 0 143.0k 1:07:02 51:31 15:31 115.4k 76 561.8M 0 0 76 432.0M 0 143.0k 1:07:02 51:33 15:29 122.2k 76 561.8M 0 0 76 432.1M 0 143.0k 1:07:02 51:34 15:28 121.6k 76 561.8M 0 0 76 432.3M 0 143.0k 1:07:02 51:35 15:27 126.9k 76 561.8M 0 0 76 432.5M 0 143.0k 1:07:02 51:36 15:26 138.6k 77 561.8M 0 0 77 432.7M 0 143.0k 1:07:02 51:38 15:24 154.8k 77 561.8M 0 0 77 432.9M 0 143.0k 1:07:02 51:39 15:23 150.5k 77 561.8M 0 0 77 433.0M 0 143.0k 1:07:02 51:40 15:22 143.6k 77 561.8M 0 0 77 433.1M 0 143.0k 1:07:03 51:41 15:22 139.9k 77 561.8M 0 0 77 433.3M 0 143.0k 1:07:02 51:43 15:19 140.5k 77 561.8M 0 0 77 433.5M 0 142.9k 1:07:03 51:44 15:19 120.2k 77 561.8M 0 0 77 433.6M 0 142.9k 1:07:04 51:45 15:19 108.7k 77 561.8M 0 0 77 433.7M 0 142.9k 1:07:04 51:47 15:17 110.4k 77 561.8M 0 0 77 433.9M 0 142.9k 1:07:04 51:48 15:16 115.5k 77 561.8M 0 0 77 434.1M 0 142.9k 1:07:03 51:49 15:14 126.7k 77 561.8M 0 0 77 434.3M 0 142.9k 1:07:03 51:51 15:12 136.1k 77 561.8M 0 0 77 434.5M 0 142.9k 1:07:04 51:52 15:12 141.3k 77 561.8M 0 0 77 434.6M 0 142.9k 1:07:04 51:53 15:11 144.9k 77 561.8M 0 0 77 434.8M 0 142.9k 1:07:04 51:55 15:09 146.2k 77 561.8M 0 0 77 435.0M 0 142.9k 1:07:04 51:56 15:08 139.1k 77 561.8M 0 0 77 435.3M 0 142.9k 1:07:03 51:57 15:06 151.8k 77 561.8M 0 0 77 435.5M 0 143.0k 1:07:03 51:58 15:05 164.6k 77 561.8M 0 0 77 435.6M 0 143.0k 1:07:03 51:59 15:04 170.1k 77 561.8M 0 0 77 435.8M 0 143.0k 1:07:02 52:00 15:02 176.5k 77 561.8M 0 0 77 436.1M 0 143.0k 1:07:01 52:02 14:59 184.8k 77 561.8M 0 0 77 436.3M 0 143.0k 1:07:01 52:03 14:58 177.4k 77 561.8M 0 0 77 436.5M 0 143.0k 1:07:01 52:04 14:57 180.8k 77 561.8M 0 0 77 436.7M 0 143.1k 1:07:00 52:05 14:55 200.4k 77 561.8M 0 0 77 437.0M 0 143.1k 1:06:59 52:06 14:53 213.9k 77 561.8M 0 0 77 437.1M 0 143.1k 1:06:58 52:07 14:51 203.3k 77 561.8M 0 0 77 437.4M 0 143.1k 1:06:58 52:08 14:50 207.9k 77 561.8M 0 0 77 437.6M 0 143.1k 1:06:58 52:09 14:49 201.1k 77 561.8M 0 0 77 437.8M 0 143.1k 1:06:58 52:11 14:47 180.4k 77 561.8M 0 0 77 437.9M 0 143.1k 1:06:58 52:12 14:46 159.3k 77 561.8M 0 0 77 438.0M 0 143.1k 1:06:58 52:13 14:45 149.6k 77 561.8M 0 0 77 438.1M 0 143.1k 1:06:58 52:14 14:44 134.4k 78 561.8M 0 0 78 438.3M 0 143.1k 1:06:59 52:16 14:43 113.5k 78 561.8M 0 0 78 438.5M 0 143.1k 1:06:59 52:17 14:42 109.1k 78 561.8M 0 0 78 438.5M 0 143.1k 1:06:59 52:17 14:42 143.1k 78 561.8M 0 0 78 438.6M 0 143.1k 1:06:59 52:18 14:41 143.1k 78 561.8M 0 0 78 438.8M 0 143.0k 1:07:00 52:20 14:40 117.7k 78 561.8M 0 0 78 438.9M 0 143.0k 1:07:00 52:21 14:39 113.3k 78 561.8M 0 0 78 439.0M 0 143.0k 1:07:01 52:22 14:39 105.7k 78 561.8M 0 0 78 439.2M 0 143.0k 1:07:01 52:24 14:37 113.6k 78 561.8M 0 0 78 439.5M 0 143.0k 1:07:01 52:25 14:36 123.6k 78 561.8M 0 0 78 439.7M 0 143.0k 1:07:00 52:26 14:34 146.5k 78 561.8M 0 0 78 440.0M 0 143.1k 1:06:59 52:28 14:31 161.3k 78 561.8M 0 0 78 440.1M 0 143.1k 1:06:59 52:29 14:30 176.6k 78 561.8M 0 0 78 440.3M 0 143.1k 1:06:59 52:30 14:29 184.5k 78 561.8M 0 0 78 440.5M 0 143.1k 1:06:58 52:31 14:27 181.6k 78 561.8M 0 0 78 440.6M 0 143.1k 1:06:59 52:32 14:27 159.8k 78 561.8M 0 0 78 440.8M 0 143.1k 1:06:59 52:34 14:25 140.3k 78 561.8M 0 0 78 440.9M 0 143.1k 1:07:00 52:35 14:25 134.9k 78 561.8M 0 0 78 441.0M 0 143.0k 1:07:00 52:36 14:24 123.7k 78 561.8M 0 0 78 441.2M 0 143.0k 1:07:00 52:37 14:23 117.8k 78 561.8M 0 0 78 441.3M 0 143.0k 1:07:00 52:38 14:22 118.4k 78 561.8M 0 0 78 441.5M 0 143.0k 1:07:00 52:39 14:21 123.3k 78 561.8M 0 0 78 441.6M 0 143.0k 1:07:00 52:41 14:19 130.3k 78 561.8M 0 0 78 441.8M 0 143.0k 1:07:01 52:42 14:19 127.3k 78 561.8M 0 0 78 441.9M 0 143.0k 1:07:01 52:43 14:18 115.3k 78 561.8M 0 0 78 442.0M 0 143.0k 1:07:02 52:44 14:18 117.0k 78 561.8M 0 0 78 442.1M 0 143.0k 1:07:02 52:46 14:16 112.4k 78 561.8M 0 0 78 442.3M 0 143.0k 1:07:02 52:47 14:15 108.6k 78 561.8M 0 0 78 442.5M 0 143.0k 1:07:02 52:48 14:14 116.7k 78 561.8M 0 0 78 442.7M 0 143.0k 1:07:02 52:50 14:12 127.7k 78 561.8M 0 0 78 442.8M 0 142.9k 1:07:03 52:51 14:12 124.7k 78 561.8M 0 0 78 443.0M 0 142.9k 1:07:03 52:52 14:11 125.7k 78 561.8M 0 0 78 443.1M 0 142.9k 1:07:03 52:54 14:09 128.4k 78 561.8M 0 0 78 443.3M 0 142.9k 1:07:03 52:55 14:08 121.8k 78 561.8M 0 0 78 443.4M 0 142.9k 1:07:04 52:56 14:08 113.3k 78 561.8M 0 0 78 443.6M 0 142.9k 1:07:04 52:57 14:07 124.4k 78 561.8M 0 0 78 443.8M 0 142.9k 1:07:03 52:58 14:05 138.9k 79 561.8M 0 0 79 443.9M 0 142.9k 1:07:04 52:59 14:05 134.5k 79 561.8M 0 0 79 444.1M 0 142.9k 1:07:03 53:00 14:03 142.8k 79 561.8M 0 0 79 444.3M 0 142.9k 1:07:03 53:02 14:01 150.4k 79 561.8M 0 0 79 444.4M 0 142.9k 1:07:04 53:03 14:01 143.0k 79 561.8M 0 0 79 444.6M 0 142.9k 1:07:04 53:04 14:00 136.3k 79 561.8M 0 0 79 444.7M 0 142.9k 1:07:04 53:06 13:58 132.2k 79 561.8M 0 0 79 444.9M 0 142.9k 1:07:04 53:07 13:57 129.6k 79 561.8M 0 0 79 445.0M 0 142.9k 1:07:04 53:08 13:56 126.0k 79 561.8M 0 0 79 445.3M 0 142.9k 1:07:04 53:09 13:55 143.7k 79 561.8M 0 0 79 445.5M 0 142.9k 1:07:03 53:10 13:53 148.6k 79 561.8M 0 0 79 445.6M 0 142.9k 1:07:04 53:12 13:52 148.5k 79 561.8M 0 0 79 445.7M 0 142.9k 1:07:04 53:13 13:51 138.2k 79 561.8M 0 0 79 445.8M 0 142.9k 1:07:05 53:14 13:51 132.7k 79 561.8M 0 0 79 446.0M 0 142.9k 1:07:05 53:15 13:50 112.0k 79 561.8M 0 0 79 446.1M 0 142.8k 1:07:06 53:17 13:49 100.1k 79 561.8M 0 0 79 446.3M 0 142.8k 1:07:06 53:18 13:48 106.1k 79 561.8M 0 0 79 446.5M 0 142.8k 1:07:06 53:19 13:47 116.5k 79 561.8M 0 0 79 446.6M 0 142.8k 1:07:06 53:21 13:45 129.2k 79 561.8M 0 0 79 446.9M 0 142.9k 1:07:05 53:22 13:43 145.2k 79 561.8M 0 0 79 447.1M 0 142.9k 1:07:05 53:23 13:42 154.6k 79 561.8M 0 0 79 447.3M 0 142.9k 1:07:05 53:25 13:40 164.7k 79 561.8M 0 0 79 447.5M 0 142.9k 1:07:05 53:26 13:39 167.0k 79 561.8M 0 0 79 447.7M 0 142.9k 1:07:04 53:27 13:37 163.3k 79 561.8M 0 0 79 447.9M 0 142.9k 1:07:04 53:28 13:36 162.0k 79 561.8M 0 0 79 448.0M 0 142.9k 1:07:05 53:30 13:35 152.4k 79 561.8M 0 0 79 448.1M 0 142.9k 1:07:05 53:31 13:34 132.2k 79 561.8M 0 0 79 448.3M 0 142.8k 1:07:06 53:33 13:33 116.7k 79 561.8M 0 0 79 448.4M 0 142.8k 1:07:06 53:34 13:32 111.9k 79 561.8M 0 0 79 448.6M 0 142.8k 1:07:06 53:35 13:31 107.4k 79 561.8M 0 0 79 448.8M 0 142.8k 1:07:06 53:36 13:30 117.1k 79 561.8M 0 0 79 449.0M 0 142.8k 1:07:06 53:37 13:29 132.4k 79 561.8M 0 0 79 449.1M 0 142.8k 1:07:06 53:39 13:27 142.9k 79 561.8M 0 0 79 449.3M 0 142.8k 1:07:06 53:40 13:26 141.2k 80 561.8M 0 0 80 449.5M 0 142.8k 1:07:06 53:41 13:25 145.3k 80 561.8M 0 0 80 449.6M 0 142.8k 1:07:06 53:42 13:24 150.2k 80 561.8M 0 0 80 449.9M 0 142.9k 1:07:05 53:43 13:22 159.7k 80 561.8M 0 0 80 450.1M 0 142.9k 1:07:04 53:45 13:19 176.9k 80 561.8M 0 0 80 450.3M 0 142.9k 1:07:04 53:46 13:18 190.5k 80 561.8M 0 0 80 450.6M 0 142.9k 1:07:03 53:47 13:16 193.9k 80 561.8M 0 0 80 450.8M 0 142.9k 1:07:03 53:48 13:15 186.0k 80 561.8M 0 0 80 451.0M 0 142.9k 1:07:03 53:50 13:13 172.3k 80 561.8M 0 0 80 451.1M 0 142.9k 1:07:04 53:51 13:13 141.1k 80 561.8M 0 0 80 451.3M 0 142.9k 1:07:04 53:53 13:11 135.3k 80 561.8M 0 0 80 451.4M 0 142.9k 1:07:05 53:54 13:11 122.9k 80 561.8M 0 0 80 451.6M 0 142.9k 1:07:04 53:55 13:09 124.3k 80 561.8M 0 0 80 451.8M 0 142.9k 1:07:04 53:56 13:08 127.7k 80 561.8M 0 0 80 452.0M 0 142.9k 1:07:04 53:58 13:06 145.2k 80 561.8M 0 0 80 452.2M 0 142.9k 1:07:04 53:59 13:05 157.7k 80 561.8M 0 0 80 452.5M 0 142.9k 1:07:03 54:00 13:03 172.8k 80 561.8M 0 0 80 452.6M 0 142.9k 1:07:03 54:01 13:02 169.7k 80 561.8M 0 0 80 452.8M 0 142.9k 1:07:03 54:02 13:01 162.2k 80 561.8M 0 0 80 452.9M 0 142.9k 1:07:04 54:04 13:00 156.6k 80 561.8M 0 0 80 453.0M 0 142.9k 1:07:04 54:05 12:59 137.1k 80 561.8M 0 0 80 453.1M 0 142.9k 1:07:04 54:06 12:58 120.7k 80 561.8M 0 0 80 453.3M 0 142.9k 1:07:04 54:07 12:57 125.6k 80 561.8M 0 0 80 453.6M 0 142.9k 1:07:03 54:08 12:55 142.9k 80 561.8M 0 0 80 453.8M 0 143.0k 1:07:02 54:09 12:53 166.2k 80 561.8M 0 0 80 454.0M 0 143.0k 1:07:02 54:11 12:51 178.5k 80 561.8M 0 0 80 454.1M 0 143.0k 1:07:02 54:12 12:50 178.6k 80 561.8M 0 0 80 454.3M 0 142.9k 1:07:03 54:13 12:50 165.5k 80 561.8M 0 0 80 454.5M 0 143.0k 1:07:02 54:14 12:48 158.0k 80 561.8M 0 0 80 454.6M 0 143.0k 1:07:02 54:15 12:47 145.0k 80 561.8M 0 0 80 454.8M 0 143.0k 1:07:02 54:16 12:46 136.4k 80 561.8M 0 0 80 455.0M 0 143.0k 1:07:03 54:18 12:45 137.2k 81 561.8M 0 0 81 455.1M 0 143.0k 1:07:02 54:19 12:43 148.3k 81 561.8M 0 0 81 455.3M 0 142.9k 1:07:03 54:20 12:43 139.6k 81 561.8M 0 0 81 455.5M 0 142.9k 1:07:03 54:22 12:41 131.8k 81 561.8M 0 0 81 455.6M 0 142.9k 1:07:03 54:23 12:40 135.7k 81 561.8M 0 0 81 455.8M 0 143.0k 1:07:02 54:24 12:38 144.9k 81 561.8M 0 0 81 456.1M 0 143.0k 1:07:02 54:25 12:37 158.3k 81 561.8M 0 0 81 456.3M 0 143.0k 1:07:01 54:26 12:35 181.4k 81 561.8M 0 0 81 456.5M 0 143.0k 1:07:00 54:27 12:33 196.2k 81 561.8M 0 0 81 456.7M 0 143.0k 1:07:00 54:28 12:32 192.3k 81 561.8M 0 0 81 456.8M 0 143.0k 1:07:01 54:30 12:31 180.9k 81 561.8M 0 0 81 457.0M 0 143.0k 1:07:01 54:31 12:30 162.9k 81 561.8M 0 0 81 457.2M 0 143.0k 1:07:00 54:32 12:28 149.1k 81 561.8M 0 0 81 457.4M 0 143.0k 1:07:00 54:33 12:27 142.0k 81 561.8M 0 0 81 457.6M 0 143.0k 1:07:00 54:34 12:26 149.5k 81 561.8M 0 0 81 457.8M 0 143.0k 1:07:00 54:36 12:24 159.6k 81 561.8M 0 0 81 458.0M 0 143.1k 1:06:59 54:37 12:22 171.4k 81 561.8M 0 0 81 458.2M 0 143.1k 1:06:59 54:38 12:21 168.0k 81 561.8M 0 0 81 458.3M 0 143.1k 1:07:00 54:39 12:21 157.6k 81 561.8M 0 0 81 458.5M 0 143.0k 1:07:00 54:41 12:19 140.6k 81 561.8M 0 0 81 458.6M 0 143.0k 1:07:01 54:42 12:19 129.1k 81 561.8M 0 0 81 458.7M 0 143.0k 1:07:01 54:43 12:18 112.2k 81 561.8M 0 0 81 458.9M 0 143.0k 1:07:01 54:44 12:17 114.3k 81 561.8M 0 0 81 459.0M 0 143.0k 1:07:01 54:46 12:15 115.2k 81 561.8M 0 0 81 459.1M 0 143.0k 1:07:02 54:47 12:15 117.1k 81 561.8M 0 0 81 459.3M 0 143.0k 1:07:02 54:48 12:14 121.4k 81 561.8M 0 0 81 459.5M 0 143.0k 1:07:02 54:49 12:13 121.5k 81 561.8M 0 0 81 459.6M 0 143.0k 1:07:02 54:51 12:11 122.5k 81 561.8M 0 0 81 459.9M 0 143.0k 1:07:01 54:52 12:09 140.6k 81 561.8M 0 0 81 460.1M 0 143.0k 1:07:01 54:53 12:08 152.5k 81 561.8M 0 0 81 460.2M 0 143.0k 1:07:01 54:54 12:07 148.8k 81 561.8M 0 0 81 460.3M 0 143.0k 1:07:02 54:55 12:07 148.7k 81 561.8M 0 0 81 460.5M 0 143.0k 1:07:02 54:57 12:05 139.2k 81 561.8M 0 0 81 460.6M 0 143.0k 1:07:02 54:58 12:04 132.1k 82 561.8M 0 0 82 460.8M 0 143.0k 1:07:02 54:59 12:03 128.2k 82 561.8M 0 0 82 461.0M 0 143.0k 1:07:02 55:00 12:02 138.5k 82 561.8M 0 0 82 461.1M 0 143.0k 1:07:02 55:01 12:01 137.6k 82 561.8M 0 0 82 461.3M 0 143.0k 1:07:02 55:03 11:59 139.8k 82 561.8M 0 0 82 461.5M 0 143.0k 1:07:02 55:04 11:58 130.6k 82 561.8M 0 0 82 461.6M 0 142.9k 1:07:03 55:06 11:57 128.4k 82 561.8M 0 0 82 461.8M 0 142.9k 1:07:03 55:07 11:56 125.7k 82 561.8M 0 0 82 462.0M 0 142.9k 1:07:03 55:08 11:55 130.8k 82 561.8M 0 0 82 462.2M 0 142.9k 1:07:03 55:10 11:53 127.3k 82 561.8M 0 0 82 462.3M 0 142.9k 1:07:04 55:12 11:52 120.7k 82 561.8M 0 0 82 462.5M 0 142.9k 1:07:04 55:13 11:51 118.1k 82 561.8M 0 0 82 462.6M 0 142.9k 1:07:04 55:14 11:50 117.8k 82 561.8M 0 0 82 462.8M 0 142.9k 1:07:04 55:15 11:49 113.9k 82 561.8M 0 0 82 463.0M 0 142.9k 1:07:04 55:16 11:48 125.4k 82 561.8M 0 0 82 463.1M 0 142.9k 1:07:04 55:17 11:47 146.5k 82 561.8M 0 0 82 463.3M 0 142.9k 1:07:04 55:18 11:46 146.5k 82 561.8M 0 0 82 463.5M 0 142.9k 1:07:04 55:20 11:44 145.2k 82 561.8M 0 0 82 463.6M 0 142.9k 1:07:04 55:21 11:43 145.9k 82 561.8M 0 0 82 463.7M 0 142.9k 1:07:04 55:22 11:42 134.6k 82 561.8M 0 0 82 463.9M 0 142.9k 1:07:04 55:23 11:41 128.6k 82 561.8M 0 0 82 464.1M 0 142.9k 1:07:04 55:24 11:40 148.0k 82 561.8M 0 0 82 464.4M 0 142.9k 1:07:03 55:26 11:37 165.1k 82 561.8M 0 0 82 464.5M 0 142.9k 1:07:03 55:27 11:36 158.9k 82 561.8M 0 0 82 464.7M 0 142.9k 1:07:04 55:28 11:36 157.9k 82 561.8M 0 0 82 464.8M 0 142.9k 1:07:05 55:30 11:35 140.0k 82 561.8M 0 0 82 465.0M 0 142.9k 1:07:05 55:31 11:34 121.1k 82 561.8M 0 0 82 465.1M 0 142.9k 1:07:05 55:32 11:33 103.5k 82 561.8M 0 0 82 465.2M 0 142.8k 1:07:06 55:34 11:32 102.4k 82 561.8M 0 0 82 465.4M 0 142.8k 1:07:06 55:35 11:31 106.6k 82 561.8M 0 0 82 465.5M 0 142.8k 1:07:06 55:36 11:30 112.3k 82 561.8M 0 0 82 465.6M 0 142.8k 1:07:07 55:38 11:29 108.3k 82 561.8M 0 0 82 465.8M 0 142.8k 1:07:07 55:39 11:28 106.6k 82 561.8M 0 0 82 465.9M 0 142.8k 1:07:08 55:40 11:28 103.9k 82 561.8M 0 0 82 466.0M 0 142.7k 1:07:08 55:42 11:26 97814 82 561.8M 0 0 82 466.2M 0 142.8k 1:07:08 55:43 11:25 108.1k 83 561.8M 0 0 83 466.4M 0 142.8k 1:07:08 55:44 11:24 123.4k 83 561.8M 0 0 83 466.6M 0 142.8k 1:07:07 55:45 11:22 140.9k 83 561.8M 0 0 83 466.8M 0 142.8k 1:07:07 55:46 11:21 159.7k 83 561.8M 0 0 83 467.0M 0 142.8k 1:07:07 55:48 11:19 163.8k 83 561.8M 0 0 83 467.2M 0 142.8k 1:07:07 55:49 11:18 166.3k 83 561.8M 0 0 83 467.3M 0 142.8k 1:07:07 55:50 11:17 159.3k 83 561.8M 0 0 83 467.5M 0 142.8k 1:07:07 55:51 11:16 156.2k 83 561.8M 0 0 83 467.7M 0 142.8k 1:07:06 55:52 11:14 154.8k 83 561.8M 0 0 83 467.9M 0 142.8k 1:07:07 55:54 11:13 154.9k 83 561.8M 0 0 83 468.1M 0 142.8k 1:07:06 55:55 11:11 157.5k 83 561.8M 0 0 83 468.3M 0 142.9k 1:07:05 55:56 11:09 179.6k 83 561.8M 0 0 83 468.5M 0 142.9k 1:07:05 55:57 11:08 176.6k 83 561.8M 0 0 83 468.7M 0 142.9k 1:07:05 55:58 11:07 181.4k 83 561.8M 0 0 83 468.9M 0 142.9k 1:07:04 55:59 11:05 188.6k 83 561.8M 0 0 83 469.1M 0 142.9k 1:07:05 56:01 11:04 172.7k 83 561.8M 0 0 83 469.2M 0 142.9k 1:07:05 56:02 11:03 142.4k 83 561.8M 0 0 83 469.3M 0 142.8k 1:07:06 56:03 11:03 132.6k 83 561.8M 0 0 83 469.5M 0 142.8k 1:07:06 56:04 11:02 123.3k 83 561.8M 0 0 83 469.6M 0 142.8k 1:07:06 56:05 11:01 123.1k 83 561.8M 0 0 83 469.8M 0 142.8k 1:07:06 56:07 10:59 115.8k 83 561.8M 0 0 83 470.0M 0 142.8k 1:07:06 56:08 10:58 128.2k 83 561.8M 0 0 83 470.1M 0 142.8k 1:07:06 56:09 10:57 128.1k 83 561.8M 0 0 83 470.3M 0 142.8k 1:07:06 56:10 10:56 131.7k 83 561.8M 0 0 83 470.4M 0 142.8k 1:07:07 56:12 10:55 120.4k 83 561.8M 0 0 83 470.5M 0 142.8k 1:07:07 56:13 10:54 123.4k 83 561.8M 0 0 83 470.7M 0 142.8k 1:07:07 56:14 10:53 128.3k 83 561.8M 0 0 83 470.9M 0 142.8k 1:07:07 56:15 10:52 135.7k 83 561.8M 0 0 83 471.1M 0 142.8k 1:07:07 56:17 10:50 136.6k 83 561.8M 0 0 83 471.3M 0 142.8k 1:07:07 56:18 10:49 144.7k 83 561.8M 0 0 83 471.4M 0 142.8k 1:07:07 56:19 10:48 142.6k 83 561.8M 0 0 83 471.6M 0 142.8k 1:07:07 56:21 10:46 134.9k 83 561.8M 0 0 83 471.8M 0 142.8k 1:07:07 56:22 10:45 140.2k 84 561.8M 0 0 84 472.0M 0 142.8k 1:07:07 56:23 10:44 144.4k 84 561.8M 0 0 84 472.1M 0 142.8k 1:07:06 56:24 10:42 148.6k 84 561.8M 0 0 84 472.3M 0 142.8k 1:07:06 56:25 10:41 156.4k 84 561.8M 0 0 84 472.5M 0 142.8k 1:07:06 56:26 10:40 165.6k 84 561.8M 0 0 84 472.8M 0 142.8k 1:07:06 56:28 10:38 168.0k 84 561.8M 0 0 84 473.0M 0 142.8k 1:07:05 56:29 10:36 162.9k 84 561.8M 0 0 84 473.1M 0 142.8k 1:07:06 56:30 10:36 156.6k 84 561.8M 0 0 84 473.3M 0 142.8k 1:07:06 56:32 10:34 156.3k 84 561.8M 0 0 84 473.5M 0 142.8k 1:07:06 56:33 10:33 145.8k 84 561.8M 0 0 84 473.6M 0 142.8k 1:07:06 56:34 10:32 139.6k 84 561.8M 0 0 84 473.8M 0 142.9k 1:07:05 56:35 10:30 146.0k 84 561.8M 0 0 84 474.0M 0 142.9k 1:07:05 56:36 10:29 153.6k 84 561.8M 0 0 84 474.1M 0 142.9k 1:07:05 56:37 10:28 152.4k 84 561.8M 0 0 84 474.3M 0 142.9k 1:07:05 56:39 10:26 158.6k 84 561.8M 0 0 84 474.5M 0 142.8k 1:07:06 56:40 10:26 143.3k 84 561.8M 0 0 84 474.6M 0 142.8k 1:07:05 56:41 10:24 139.9k 84 561.8M 0 0 84 474.8M 0 142.9k 1:07:05 56:42 10:23 138.4k 84 561.8M 0 0 84 475.0M 0 142.8k 1:07:05 56:43 10:22 138.6k 84 561.8M 0 0 84 475.1M 0 142.8k 1:07:06 56:45 10:21 125.0k 84 561.8M 0 0 84 475.3M 0 142.8k 1:07:06 56:46 10:20 139.2k 84 561.8M 0 0 84 475.5M 0 142.8k 1:07:06 56:47 10:19 137.5k 84 561.8M 0 0 84 475.6M 0 142.8k 1:07:06 56:49 10:17 132.5k 84 561.8M 0 0 84 475.8M 0 142.8k 1:07:06 56:50 10:16 132.4k 84 561.8M 0 0 84 475.9M 0 142.8k 1:07:06 56:51 10:15 142.0k 84 561.8M 0 0 84 476.1M 0 142.8k 1:07:06 56:52 10:14 140.0k 84 561.8M 0 0 84 476.3M 0 142.8k 1:07:06 56:53 10:13 145.1k 84 561.8M 0 0 84 476.4M 0 142.8k 1:07:06 56:54 10:12 140.7k 84 561.8M 0 0 84 476.5M 0 142.8k 1:07:07 56:56 10:11 128.8k 84 561.8M 0 0 84 476.6M 0 142.8k 1:07:07 56:57 10:10 118.1k 84 561.8M 0 0 84 476.7M 0 142.8k 1:07:08 56:58 10:10 101.9k 84 561.8M 0 0 84 476.8M 0 142.7k 1:07:09 57:00 10:09 84405 84 561.8M 0 0 84 477.0M 0 142.7k 1:07:10 57:01 10:09 81187 84 561.8M 0 0 84 477.1M 0 142.7k 1:07:10 57:02 10:08 86994 84 561.8M 0 0 84 477.3M 0 142.7k 1:07:10 57:04 10:06 98.21k 85 561.8M 0 0 85 477.5M 0 142.7k 1:07:09 57:05 10:04 127.0k 85 561.8M 0 0 85 477.8M 0 142.7k 1:07:08 57:06 10:02 155.3k 85 561.8M 0 0 85 477.9M 0 142.7k 1:07:09 57:07 10:02 163.0k 85 561.8M 0 0 85 478.1M 0 142.7k 1:07:08 57:08 10:00 175.3k 85 561.8M 0 0 85 478.3M 0 142.8k 1:07:08 57:09 09:59 178.2k 85 561.8M 0 0 85 478.5M 0 142.7k 1:07:08 57:11 09:57 154.2k 85 561.8M 0 0 85 478.6M 0 142.7k 1:07:09 57:12 09:57 137.3k 85 561.8M 0 0 85 478.7M 0 142.7k 1:07:09 57:13 09:56 133.2k 85 561.8M 0 0 85 478.8M 0 142.7k 1:07:10 57:15 09:55 119.3k 85 561.8M 0 0 85 479.0M 0 142.7k 1:07:10 57:16 09:54 102.1k 85 561.8M 0 0 85 479.1M 0 142.7k 1:07:11 57:18 09:53 103.2k 85 561.8M 0 0 85 479.3M 0 142.7k 1:07:11 57:19 09:52 111.0k 85 561.8M 0 0 85 479.5M 0 142.7k 1:07:10 57:20 09:50 123.4k 85 561.8M 0 0 85 479.7M 0 142.7k 1:07:10 57:22 09:48 128.4k 85 561.8M 0 0 85 479.8M 0 142.7k 1:07:11 57:23 09:48 134.5k 85 561.8M 0 0 85 480.0M 0 142.6k 1:07:11 57:24 09:47 125.6k 85 561.8M 0 0 85 480.1M 0 142.6k 1:07:11 57:25 09:46 130.1k 85 561.8M 0 0 85 480.4M 0 142.7k 1:07:11 57:27 09:44 138.2k 85 561.8M 0 0 85 480.6M 0 142.7k 1:07:10 57:28 09:42 147.3k 85 561.8M 0 0 85 480.7M 0 142.7k 1:07:10 57:29 09:41 151.9k 85 561.8M 0 0 85 480.9M 0 142.7k 1:07:10 57:30 09:40 168.0k 85 561.8M 0 0 85 481.2M 0 142.7k 1:07:09 57:31 09:38 186.3k 85 561.8M 0 0 85 481.5M 0 142.7k 1:07:08 57:32 09:36 190.6k 85 561.8M 0 0 85 481.6M 0 142.7k 1:07:08 57:34 09:34 208.1k 85 561.8M 0 0 85 481.6M 0 142.7k 1:07:08 57:34 09:34 142.7k 85 561.8M 0 0 85 481.8M 0 142.7k 1:07:09 57:35 09:34 114.3k 85 561.8M 0 0 85 482.0M 0 142.7k 1:07:08 57:36 09:32 147.2k 85 561.8M 0 0 85 482.2M 0 142.8k 1:07:07 57:37 09:30 178.4k 85 561.8M 0 0 85 482.5M 0 142.8k 1:07:06 57:38 09:28 195.4k 85 561.8M 0 0 85 482.6M 0 142.8k 1:07:07 57:39 09:28 179.4k 85 561.8M 0 0 85 482.8M 0 142.8k 1:07:07 57:40 09:27 183.2k 85 561.8M 0 0 85 483.0M 0 142.8k 1:07:06 57:42 09:24 181.0k 86 561.8M 0 0 86 483.1M 0 142.8k 1:07:06 57:43 09:23 170.9k 86 561.8M 0 0 86 483.3M 0 142.8k 1:07:06 57:44 09:22 154.6k 86 561.8M 0 0 86 483.5M 0 142.8k 1:07:06 57:45 09:21 163.5k 86 561.8M 0 0 86 483.7M 0 142.9k 1:07:05 57:46 09:19 173.5k 86 561.8M 0 0 86 483.9M 0 142.9k 1:07:05 57:47 09:18 176.3k 86 561.8M 0 0 86 484.1M 0 142.9k 1:07:05 57:48 09:17 171.5k 86 561.8M 0 0 86 484.3M 0 142.9k 1:07:05 57:49 09:16 173.7k 86 561.8M 0 0 86 484.4M 0 142.9k 1:07:05 57:50 09:15 165.3k 86 561.8M 0 0 86 484.5M 0 142.9k 1:07:05 57:52 09:13 148.4k 86 561.8M 0 0 86 484.6M 0 142.8k 1:07:06 57:53 09:13 129.1k 86 561.8M 0 0 86 484.8M 0 142.8k 1:07:06 57:54 09:12 126.1k 86 561.8M 0 0 86 485.1M 0 142.9k 1:07:05 57:55 09:10 137.0k 86 561.8M 0 0 86 485.3M 0 142.9k 1:07:05 57:57 09:08 140.7k 86 561.8M 0 0 86 485.4M 0 142.8k 1:07:05 57:58 09:07 137.6k 86 561.8M 0 0 86 485.5M 0 142.8k 1:07:06 58:00 09:06 136.2k 86 561.8M 0 0 86 485.6M 0 142.8k 1:07:06 58:01 09:05 129.9k 86 561.8M 0 0 86 485.8M 0 142.8k 1:07:06 58:02 09:04 116.3k 86 561.8M 0 0 86 486.0M 0 142.8k 1:07:06 58:03 09:03 119.0k 86 561.8M 0 0 86 486.2M 0 142.8k 1:07:06 58:04 09:02 134.1k 86 561.8M 0 0 86 486.4M 0 142.8k 1:07:06 58:05 09:01 153.9k 86 561.8M 0 0 86 486.5M 0 142.8k 1:07:06 58:06 09:00 156.0k 86 561.8M 0 0 86 486.6M 0 142.8k 1:07:06 58:07 08:59 150.9k 86 561.8M 0 0 86 486.8M 0 142.8k 1:07:06 58:09 08:57 142.4k 86 561.8M 0 0 86 487.0M 0 142.8k 1:07:06 58:10 08:56 135.8k 86 561.8M 0 0 86 487.1M 0 142.8k 1:07:06 58:11 08:55 137.2k 86 561.8M 0 0 86 487.3M 0 142.8k 1:07:06 58:12 08:54 137.5k 86 561.8M 0 0 86 487.5M 0 142.8k 1:07:06 58:14 08:52 137.1k 86 561.8M 0 0 86 487.7M 0 142.8k 1:07:06 58:15 08:51 154.5k 86 561.8M 0 0 86 488.0M 0 142.9k 1:07:05 58:16 08:49 170.5k 86 561.8M 0 0 86 488.1M 0 142.9k 1:07:05 58:17 08:48 161.5k 86 561.8M 0 0 86 488.3M 0 142.8k 1:07:05 58:19 08:46 153.2k 86 561.8M 0 0 86 488.4M 0 142.8k 1:07:06 58:20 08:46 149.4k 86 561.8M 0 0 86 488.6M 0 142.8k 1:07:06 58:21 08:45 134.2k 86 561.8M 0 0 86 488.7M 0 142.8k 1:07:06 58:23 08:43 116.8k 87 561.8M 0 0 87 488.8M 0 142.8k 1:07:07 58:24 08:43 109.0k 87 561.8M 0 0 87 489.0M 0 142.8k 1:07:07 58:25 08:42 114.0k 87 561.8M 0 0 87 489.1M 0 142.8k 1:07:07 58:26 08:41 118.7k 87 561.8M 0 0 87 489.2M 0 142.8k 1:07:07 58:27 08:40 114.2k 87 561.8M 0 0 87 489.3M 0 142.8k 1:07:08 58:28 08:40 113.1k 87 561.8M 0 0 87 489.5M 0 142.8k 1:07:08 58:30 08:38 120.9k 87 561.8M 0 0 87 489.6M 0 142.7k 1:07:08 58:31 08:37 114.9k 87 561.8M 0 0 87 489.8M 0 142.7k 1:07:09 58:32 08:37 109.3k 87 561.8M 0 0 87 489.9M 0 142.7k 1:07:09 58:34 08:35 108.5k 87 561.8M 0 0 87 490.1M 0 142.7k 1:07:09 58:35 08:34 109.0k 87 561.8M 0 0 87 490.2M 0 142.7k 1:07:10 58:37 08:33 98.32k 87 561.8M 0 0 87 490.3M 0 142.7k 1:07:11 58:38 08:33 101.6k 87 561.8M 0 0 87 490.5M 0 142.7k 1:07:11 58:39 08:32 105.7k 87 561.8M 0 0 87 490.6M 0 142.7k 1:07:11 58:41 08:30 109.1k 87 561.8M 0 0 87 490.8M 0 142.7k 1:07:11 58:42 08:29 115.5k 87 561.8M 0 0 87 491.0M 0 142.7k 1:07:11 58:43 08:28 130.4k 87 561.8M 0 0 87 491.2M 0 142.7k 1:07:10 58:44 08:26 143.6k 87 561.8M 0 0 87 491.4M 0 142.7k 1:07:10 58:45 08:25 155.2k 87 561.8M 0 0 87 491.6M 0 142.7k 1:07:10 58:46 08:24 163.7k 87 561.8M 0 0 87 491.8M 0 142.7k 1:07:10 58:48 08:22 160.9k 87 561.8M 0 0 87 491.9M 0 142.7k 1:07:10 58:49 08:21 148.9k 87 561.8M 0 0 87 492.0M 0 142.6k 1:07:11 58:51 08:20 129.7k 87 561.8M 0 0 87 492.1M 0 142.6k 1:07:12 58:52 08:20 111.5k 87 561.8M 0 0 87 492.3M 0 142.6k 1:07:12 58:53 08:19 109.3k 87 561.8M 0 0 87 492.5M 0 142.6k 1:07:12 58:55 08:17 110.4k 87 561.8M 0 0 87 492.6M 0 142.6k 1:07:12 58:56 08:16 110.7k 87 561.8M 0 0 87 492.8M 0 142.6k 1:07:13 58:57 08:16 111.9k 87 561.8M 0 0 87 492.9M 0 142.6k 1:07:13 58:59 08:14 114.4k 87 561.8M 0 0 87 493.1M 0 142.6k 1:07:13 59:00 08:13 117.6k 87 561.8M 0 0 87 493.3M 0 142.6k 1:07:13 59:01 08:12 129.3k 87 561.8M 0 0 87 493.5M 0 142.6k 1:07:12 59:02 08:10 140.6k 87 561.8M 0 0 87 493.7M 0 142.6k 1:07:12 59:04 08:08 149.9k 87 561.8M 0 0 87 493.9M 0 142.6k 1:07:12 59:05 08:07 160.2k 87 561.8M 0 0 87 494.0M 0 142.6k 1:07:13 59:06 08:07 154.0k 87 561.8M 0 0 87 494.2M 0 142.6k 1:07:13 59:08 08:05 140.1k 88 561.8M 0 0 88 494.4M 0 142.6k 1:07:13 59:09 08:04 138.2k 88 561.8M 0 0 88 494.6M 0 142.6k 1:07:13 59:10 08:03 138.6k 88 561.8M 0 0 88 494.8M 0 142.6k 1:07:13 59:12 08:01 139.5k 88 561.8M 0 0 88 495.0M 0 142.6k 1:07:13 59:13 08:00 140.2k 88 561.8M 0 0 88 495.1M 0 142.6k 1:07:12 59:14 07:58 146.2k 88 561.8M 0 0 88 495.3M 0 142.6k 1:07:12 59:15 07:57 149.4k 88 561.8M 0 0 88 495.5M 0 142.6k 1:07:12 59:16 07:56 156.3k 88 561.8M 0 0 88 495.8M 0 142.6k 1:07:11 59:17 07:54 173.8k 88 561.8M 0 0 88 496.0M 0 142.7k 1:07:11 59:19 07:52 183.3k 88 561.8M 0 0 88 496.1M 0 142.7k 1:07:11 59:20 07:51 184.3k 88 561.8M 0 0 88 496.3M 0 142.7k 1:07:11 59:21 07:50 178.0k 88 561.8M 0 0 88 496.5M 0 142.7k 1:07:11 59:22 07:49 167.1k 88 561.8M 0 0 88 496.6M 0 142.7k 1:07:11 59:24 07:47 148.6k 88 561.8M 0 0 88 496.8M 0 142.6k 1:07:11 59:25 07:46 138.8k 88 561.8M 0 0 88 496.9M 0 142.6k 1:07:11 59:26 07:45 127.9k 88 561.8M 0 0 88 497.0M 0 142.6k 1:07:12 59:27 07:45 119.4k 88 561.8M 0 0 88 497.2M 0 142.6k 1:07:12 59:28 07:44 121.9k 88 561.8M 0 0 88 497.3M 0 142.6k 1:07:12 59:30 07:42 117.2k 88 561.8M 0 0 88 497.5M 0 142.6k 1:07:12 59:31 07:41 124.4k 88 561.8M 0 0 88 497.8M 0 142.6k 1:07:11 59:32 07:39 145.5k 88 561.8M 0 0 88 498.1M 0 142.7k 1:07:10 59:33 07:37 176.0k 88 561.8M 0 0 88 498.2M 0 142.7k 1:07:10 59:34 07:36 176.5k 88 561.8M 0 0 88 498.4M 0 142.7k 1:07:10 59:36 07:34 179.0k 88 561.8M 0 0 88 498.6M 0 142.7k 1:07:10 59:37 07:33 184.1k 88 561.8M 0 0 88 498.8M 0 142.7k 1:07:09 59:38 07:31 179.8k 88 561.8M 0 0 88 499.0M 0 142.7k 1:07:09 59:39 07:30 160.3k 88 561.8M 0 0 88 499.2M 0 142.7k 1:07:09 59:40 07:29 167.7k 88 561.8M 0 0 88 499.4M 0 142.7k 1:07:09 59:42 07:27 171.4k 88 561.8M 0 0 88 499.6M 0 142.7k 1:07:08 59:43 07:25 179.1k 88 561.8M 0 0 88 499.9M 0 142.8k 1:07:08 59:44 07:24 171.5k 89 561.8M 0 0 89 500.1M 0 142.8k 1:07:08 59:45 07:23 175.6k 89 561.8M 0 0 89 500.3M 0 142.8k 1:07:07 59:47 07:20 177.2k 89 561.8M 0 0 89 500.4M 0 142.8k 1:07:08 59:48 07:20 166.4k 89 561.8M 0 0 89 500.5M 0 142.8k 1:07:08 59:49 07:19 149.3k 89 561.8M 0 0 89 500.8M 0 142.8k 1:07:07 59:50 07:17 156.1k 89 561.8M 0 0 89 501.0M 0 142.8k 1:07:07 59:51 07:16 163.9k 89 561.8M 0 0 89 501.3M 0 142.8k 1:07:06 59:52 07:14 182.7k 89 561.8M 0 0 89 501.5M 0 142.8k 1:07:06 59:54 07:12 189.0k 89 561.8M 0 0 89 501.7M 0 142.8k 1:07:06 59:55 07:11 190.4k 89 561.8M 0 0 89 501.9M 0 142.8k 1:07:06 59:57 07:09 175.4k 89 561.8M 0 0 89 502.1M 0 142.8k 1:07:06 59:58 07:08 164.5k 89 561.8M 0 0 89 502.3M 0 142.8k 1:07:05 59:59 07:06 146.4k 89 561.8M 0 0 89 502.5M 0 142.9k 1:07:05 1:00:00 07:05 151.6k 89 561.8M 0 0 89 502.6M 0 142.8k 1:07:06 1:00:01 07:05 142.4k 89 561.8M 0 0 89 502.7M 0 142.8k 1:07:06 1:00:03 07:03 130.3k 89 561.8M 0 0 89 502.8M 0 142.8k 1:07:07 1:00:04 07:03 117.4k 89 561.8M 0 0 89 503.0M 0 142.8k 1:07:07 1:00:06 07:01 104.8k 89 561.8M 0 0 89 503.1M 0 142.8k 1:07:08 1:00:07 07:01 97205 89 561.8M 0 0 89 503.3M 0 142.8k 1:07:08 1:00:08 07:00 104.9k 89 561.8M 0 0 89 503.4M 0 142.8k 1:07:08 1:00:09 06:59 112.9k 89 561.8M 0 0 89 503.5M 0 142.8k 1:07:08 1:00:10 06:58 119.1k 89 561.8M 0 0 89 503.6M 0 142.7k 1:07:08 1:00:11 06:57 123.6k 89 561.8M 0 0 89 503.8M 0 142.7k 1:07:08 1:00:12 06:56 125.8k 89 561.8M 0 0 89 504.0M 0 142.7k 1:07:08 1:00:14 06:54 128.1k 89 561.8M 0 0 89 504.1M 0 142.8k 1:07:08 1:00:15 06:53 137.5k 89 561.8M 0 0 89 504.3M 0 142.8k 1:07:08 1:00:16 06:52 140.4k 89 561.8M 0 0 89 504.5M 0 142.8k 1:07:08 1:00:17 06:51 148.4k 89 561.8M 0 0 89 504.7M 0 142.8k 1:07:08 1:00:19 06:49 153.6k 89 561.8M 0 0 89 504.9M 0 142.8k 1:07:08 1:00:20 06:48 150.4k 89 561.8M 0 0 89 505.1M 0 142.8k 1:07:07 1:00:21 06:46 155.7k 89 561.8M 0 0 89 505.3M 0 142.8k 1:07:07 1:00:23 06:44 157.3k 89 561.8M 0 0 89 505.5M 0 142.8k 1:07:07 1:00:24 06:43 159.7k 90 561.8M 0 0 90 505.7M 0 142.8k 1:07:07 1:00:25 06:42 156.4k 90 561.8M 0 0 90 505.9M 0 142.8k 1:07:07 1:00:27 06:40 156.3k 90 561.8M 0 0 90 506.0M 0 142.8k 1:07:07 1:00:28 06:39 142.2k 90 561.8M 0 0 90 506.1M 0 142.8k 1:07:08 1:00:29 06:39 133.9k 90 561.8M 0 0 90 506.3M 0 142.8k 1:07:08 1:00:30 06:38 131.4k 90 561.8M 0 0 90 506.6M 0 142.8k 1:07:07 1:00:31 06:36 144.2k 90 561.8M 0 0 90 506.8M 0 142.8k 1:07:07 1:00:33 06:34 149.7k 90 561.8M 0 0 90 507.0M 0 142.8k 1:07:06 1:00:34 06:32 168.0k 90 561.8M 0 0 90 507.3M 0 142.9k 1:07:05 1:00:35 06:30 196.3k 90 561.8M 0 0 90 507.5M 0 142.9k 1:07:05 1:00:36 06:29 200.9k 90 561.8M 0 0 90 507.6M 0 142.9k 1:07:05 1:00:37 06:28 188.9k 90 561.8M 0 0 90 507.8M 0 142.9k 1:07:05 1:00:38 06:27 187.6k 90 561.8M 0 0 90 508.0M 0 142.9k 1:07:05 1:00:40 06:25 172.5k 90 561.8M 0 0 90 508.2M 0 142.9k 1:07:05 1:00:41 06:24 154.8k 90 561.8M 0 0 90 508.3M 0 142.9k 1:07:05 1:00:42 06:23 148.6k 90 561.8M 0 0 90 508.5M 0 142.9k 1:07:05 1:00:43 06:22 142.9k 90 561.8M 0 0 90 508.6M 0 142.8k 1:07:05 1:00:44 06:21 130.7k 90 561.8M 0 0 90 508.8M 0 142.9k 1:07:05 1:00:45 06:20 132.4k 90 561.8M 0 0 90 508.9M 0 142.8k 1:07:05 1:00:46 06:19 127.6k 90 561.8M 0 0 90 509.1M 0 142.9k 1:07:05 1:00:48 06:17 134.6k 90 561.8M 0 0 90 509.3M 0 142.9k 1:07:04 1:00:49 06:15 157.1k 90 561.8M 0 0 90 509.6M 0 142.9k 1:07:04 1:00:50 06:14 182.4k 90 561.8M 0 0 90 509.8M 0 142.9k 1:07:04 1:00:51 06:13 183.7k 90 561.8M 0 0 90 509.9M 0 142.9k 1:07:04 1:00:52 06:12 178.0k 90 561.8M 0 0 90 510.0M 0 142.9k 1:07:04 1:00:53 06:11 172.1k 90 561.8M 0 0 90 510.1M 0 142.9k 1:07:04 1:00:54 06:10 150.7k 90 561.8M 0 0 90 510.4M 0 142.9k 1:07:04 1:00:55 06:09 147.0k 90 561.8M 0 0 90 510.6M 0 142.9k 1:07:03 1:00:57 06:06 145.9k 90 561.8M 0 0 90 510.8M 0 142.9k 1:07:03 1:00:58 06:05 154.4k 90 561.8M 0 0 90 511.0M 0 142.9k 1:07:03 1:00:59 06:04 163.6k 90 561.8M 0 0 90 511.1M 0 142.9k 1:07:03 1:01:00 06:03 168.6k 91 561.8M 0 0 91 511.3M 0 142.9k 1:07:03 1:01:02 06:01 148.0k 91 561.8M 0 0 91 511.4M 0 142.9k 1:07:03 1:01:03 06:00 141.1k 91 561.8M 0 0 91 511.6M 0 142.9k 1:07:04 1:01:04 06:00 138.5k 91 561.8M 0 0 91 511.8M 0 142.9k 1:07:03 1:01:05 05:58 146.3k 91 561.8M 0 0 91 512.1M 0 143.0k 1:07:02 1:01:06 05:56 158.9k 91 561.8M 0 0 91 512.3M 0 143.0k 1:07:01 1:01:08 05:53 182.0k 91 561.8M 0 0 91 512.6M 0 143.0k 1:07:01 1:01:09 05:52 204.7k 91 561.8M 0 0 91 512.8M 0 143.0k 1:07:00 1:01:10 05:50 223.5k 91 561.8M 0 0 91 513.1M 0 143.1k 1:06:59 1:01:11 05:48 231.0k 91 561.8M 0 0 91 513.3M 0 143.1k 1:06:59 1:01:12 05:47 218.7k 91 561.8M 0 0 91 513.5M 0 143.1k 1:06:59 1:01:13 05:46 208.2k 91 561.8M 0 0 91 513.6M 0 143.1k 1:06:59 1:01:15 05:44 180.6k 91 561.8M 0 0 91 513.8M 0 143.1k 1:06:59 1:01:16 05:43 164.3k 91 561.8M 0 0 91 514.0M 0 143.1k 1:06:59 1:01:18 05:41 142.0k 91 561.8M 0 0 91 514.1M 0 143.1k 1:06:59 1:01:19 05:40 132.5k 91 561.8M 0 0 91 514.3M 0 143.1k 1:07:00 1:01:20 05:40 124.8k 91 561.8M 0 0 91 514.5M 0 143.1k 1:07:00 1:01:21 05:39 128.8k 91 561.8M 0 0 91 514.6M 0 143.1k 1:07:00 1:01:22 05:38 128.9k 91 561.8M 0 0 91 514.8M 0 143.1k 1:07:00 1:01:24 05:36 136.4k 91 561.8M 0 0 91 515.0M 0 143.1k 1:06:59 1:01:25 05:34 144.8k 91 561.8M 0 0 91 515.1M 0 143.1k 1:07:00 1:01:26 05:34 142.4k 91 561.8M 0 0 91 515.3M 0 143.1k 1:07:00 1:01:27 05:33 145.2k 91 561.8M 0 0 91 515.5M 0 143.0k 1:07:00 1:01:29 05:31 141.5k 91 561.8M 0 0 91 515.6M 0 143.0k 1:07:00 1:01:30 05:30 135.0k 91 561.8M 0 0 91 515.8M 0 143.1k 1:07:00 1:01:31 05:29 137.8k 91 561.8M 0 0 91 516.1M 0 143.1k 1:06:59 1:01:32 05:27 156.1k 91 561.8M 0 0 91 516.3M 0 143.1k 1:06:59 1:01:33 05:26 159.6k 91 561.8M 0 0 91 516.5M 0 143.1k 1:06:58 1:01:34 05:24 181.7k 91 561.8M 0 0 91 516.7M 0 143.1k 1:06:58 1:01:36 05:22 187.1k 92 561.8M 0 0 92 516.8M 0 143.1k 1:06:59 1:01:37 05:22 166.9k 92 561.8M 0 0 92 517.0M 0 143.1k 1:07:00 1:01:39 05:21 132.1k 92 561.8M 0 0 92 517.1M 0 143.0k 1:07:00 1:01:40 05:20 118.4k 92 561.8M 0 0 92 517.3M 0 143.0k 1:07:00 1:01:41 05:19 108.6k 92 561.8M 0 0 92 517.5M 0 143.1k 1:06:59 1:01:43 05:16 116.1k 92 561.8M 0 0 92 517.7M 0 143.1k 1:06:59 1:01:44 05:15 131.2k 92 561.8M 0 0 92 517.9M 0 143.1k 1:06:59 1:01:45 05:14 151.6k 92 561.8M 0 0 92 518.1M 0 143.1k 1:06:59 1:01:47 05:12 161.2k 92 561.8M 0 0 92 518.2M 0 143.1k 1:06:59 1:01:48 05:11 156.7k 92 561.8M 0 0 92 518.4M 0 143.1k 1:06:59 1:01:49 05:10 141.9k 92 561.8M 0 0 92 518.5M 0 143.1k 1:07:00 1:01:50 05:10 131.6k 92 561.8M 0 0 92 518.8M 0 143.1k 1:06:59 1:01:51 05:08 145.2k 92 561.8M 0 0 92 519.0M 0 143.1k 1:06:58 1:01:52 05:06 164.2k 92 561.8M 0 0 92 519.2M 0 143.1k 1:06:58 1:01:53 05:05 173.3k 92 561.8M 0 0 92 519.3M 0 143.1k 1:06:58 1:01:55 05:03 173.4k 92 561.8M 0 0 92 519.5M 0 143.1k 1:06:58 1:01:56 05:02 175.8k 92 561.8M 0 0 92 519.6M 0 143.1k 1:06:58 1:01:57 05:01 161.8k 92 561.8M 0 0 92 519.8M 0 143.1k 1:06:58 1:01:58 05:00 138.1k 92 561.8M 0 0 92 520.0M 0 143.1k 1:06:59 1:02:00 04:59 124.2k 92 561.8M 0 0 92 520.1M 0 143.1k 1:06:59 1:02:01 04:58 118.0k 92 561.8M 0 0 92 520.2M 0 143.1k 1:07:00 1:02:02 04:58 116.7k 92 561.8M 0 0 92 520.4M 0 143.1k 1:07:00 1:02:04 04:56 116.6k 92 561.8M 0 0 92 520.6M 0 143.1k 1:06:59 1:02:05 04:54 133.7k 92 561.8M 0 0 92 520.9M 0 143.1k 1:06:58 1:02:06 04:52 153.5k 92 561.8M 0 0 92 521.0M 0 143.1k 1:06:58 1:02:07 04:51 165.3k 92 561.8M 0 0 92 521.2M 0 143.1k 1:06:59 1:02:08 04:51 165.3k 92 561.8M 0 0 92 521.4M 0 143.1k 1:06:59 1:02:10 04:49 165.1k 92 561.8M 0 0 92 521.6M 0 143.1k 1:06:58 1:02:11 04:47 157.4k 92 561.8M 0 0 92 521.8M 0 143.1k 1:06:58 1:02:12 04:46 150.0k 92 561.8M 0 0 92 522.0M 0 143.1k 1:06:58 1:02:13 04:45 150.6k 92 561.8M 0 0 92 522.0M 0 143.1k 1:06:59 1:02:14 04:45 141.7k 92 561.8M 0 0 92 522.1M 0 143.1k 1:06:59 1:02:15 04:44 126.6k 92 561.8M 0 0 92 522.2M 0 143.1k 1:07:00 1:02:16 04:44 113.4k 92 561.8M 0 0 92 522.4M 0 143.1k 1:06:59 1:02:18 04:41 113.5k 93 561.8M 0 0 93 522.6M 0 143.1k 1:06:59 1:02:19 04:40 119.9k 93 561.8M 0 0 93 522.8M 0 143.1k 1:06:59 1:02:20 04:39 139.3k 93 561.8M 0 0 93 522.9M 0 143.1k 1:06:59 1:02:21 04:38 148.5k 93 561.8M 0 0 93 523.0M 0 143.1k 1:06:59 1:02:22 04:37 150.3k 93 561.8M 0 0 93 523.2M 0 143.1k 1:06:59 1:02:23 04:36 142.4k 93 561.8M 0 0 93 523.4M 0 143.1k 1:06:59 1:02:25 04:34 133.3k 93 561.8M 0 0 93 523.6M 0 143.1k 1:07:00 1:02:26 04:34 129.5k 93 561.8M 0 0 93 523.8M 0 143.1k 1:06:59 1:02:28 04:31 144.6k 93 561.8M 0 0 93 524.0M 0 143.1k 1:06:59 1:02:29 04:30 148.9k 93 561.8M 0 0 93 524.1M 0 143.1k 1:06:59 1:02:30 04:29 147.3k 93 561.8M 0 0 93 524.3M 0 143.1k 1:06:59 1:02:31 04:28 154.2k 93 561.8M 0 0 93 524.5M 0 143.1k 1:06:59 1:02:32 04:27 160.9k 93 561.8M 0 0 93 524.7M 0 143.1k 1:06:59 1:02:33 04:26 152.6k 93 561.8M 0 0 93 524.8M 0 143.1k 1:06:59 1:02:34 04:25 148.1k 93 561.8M 0 0 93 525.0M 0 143.1k 1:06:59 1:02:36 04:23 146.6k 93 561.8M 0 0 93 525.1M 0 143.1k 1:06:59 1:02:37 04:22 148.9k 93 561.8M 0 0 93 525.3M 0 143.1k 1:06:59 1:02:38 04:21 147.5k 93 561.8M 0 0 93 525.5M 0 143.1k 1:06:58 1:02:39 04:19 148.0k 93 561.8M 0 0 93 525.7M 0 143.1k 1:06:58 1:02:40 04:18 159.2k 93 561.8M 0 0 93 525.9M 0 143.1k 1:06:58 1:02:41 04:17 173.5k 93 561.8M 0 0 93 526.1M 0 143.1k 1:06:58 1:02:42 04:16 170.4k 93 561.8M 0 0 93 526.3M 0 143.1k 1:06:57 1:02:44 04:13 168.4k 93 561.8M 0 0 93 526.5M 0 143.1k 1:06:58 1:02:45 04:13 149.4k 93 561.8M 0 0 93 526.5M 0 143.1k 1:06:58 1:02:45 04:13 143.1k 93 561.8M 0 0 93 526.6M 0 143.1k 1:06:58 1:02:46 04:12 136.5k 93 561.8M 0 0 93 526.8M 0 143.1k 1:06:58 1:02:47 04:11 125.9k 93 561.8M 0 0 93 527.0M 0 143.1k 1:06:58 1:02:49 04:09 140.2k 93 561.8M 0 0 93 527.2M 0 143.1k 1:06:57 1:02:50 04:07 151.6k 93 561.8M 0 0 93 527.3M 0 143.1k 1:06:57 1:02:51 04:06 143.8k 93 561.8M 0 0 93 527.5M 0 143.1k 1:06:58 1:02:52 04:06 141.6k 93 561.8M 0 0 93 527.6M 0 143.1k 1:06:57 1:02:53 04:04 155.8k 93 561.8M 0 0 93 527.9M 0 143.2k 1:06:57 1:02:54 04:03 166.6k 94 561.8M 0 0 94 528.1M 0 143.2k 1:06:56 1:02:55 04:01 166.4k 94 561.8M 0 0 94 528.3M 0 143.2k 1:06:56 1:02:57 03:59 179.8k 94 561.8M 0 0 94 528.5M 0 143.2k 1:06:56 1:02:58 03:58 190.5k 94 561.8M 0 0 94 528.6M 0 143.2k 1:06:56 1:02:59 03:57 185.1k 94 561.8M 0 0 94 528.8M 0 143.2k 1:06:56 1:03:00 03:56 169.1k 94 561.8M 0 0 94 529.0M 0 143.2k 1:06:56 1:03:01 03:55 158.1k 94 561.8M 0 0 94 529.1M 0 143.2k 1:06:55 1:03:02 03:53 158.0k 94 561.8M 0 0 94 529.3M 0 143.2k 1:06:56 1:03:04 03:52 146.0k 94 561.8M 0 0 94 529.5M 0 143.2k 1:06:56 1:03:05 03:51 137.2k 94 561.8M 0 0 94 529.6M 0 143.2k 1:06:56 1:03:06 03:50 129.8k 94 561.8M 0 0 94 529.7M 0 143.2k 1:06:57 1:03:07 03:50 120.3k 94 561.8M 0 0 94 529.9M 0 143.2k 1:06:57 1:03:09 03:48 118.9k 94 561.8M 0 0 94 530.1M 0 143.2k 1:06:57 1:03:10 03:47 123.7k 94 561.8M 0 0 94 530.2M 0 143.1k 1:06:57 1:03:12 03:45 114.9k 94 561.8M 0 0 94 530.3M 0 143.1k 1:06:57 1:03:13 03:44 115.2k 94 561.8M 0 0 94 530.5M 0 143.1k 1:06:57 1:03:14 03:43 129.8k 94 561.8M 0 0 94 530.7M 0 143.1k 1:06:57 1:03:15 03:42 133.9k 94 561.8M 0 0 94 531.0M 0 143.2k 1:06:56 1:03:16 03:40 147.9k 94 561.8M 0 0 94 531.1M 0 143.2k 1:06:57 1:03:18 03:39 160.4k 94 561.8M 0 0 94 531.3M 0 143.2k 1:06:57 1:03:19 03:38 162.5k 94 561.8M 0 0 94 531.4M 0 143.2k 1:06:57 1:03:20 03:37 153.1k 94 561.8M 0 0 94 531.5M 0 143.1k 1:06:57 1:03:21 03:36 134.3k 94 561.8M 0 0 94 531.6M 0 143.1k 1:06:58 1:03:22 03:36 115.2k 94 561.8M 0 0 94 531.8M 0 143.1k 1:06:58 1:03:24 03:34 115.9k 94 561.8M 0 0 94 532.0M 0 143.1k 1:06:58 1:03:25 03:33 111.9k 94 561.8M 0 0 94 532.1M 0 143.1k 1:06:59 1:03:26 03:33 106.5k 94 561.8M 0 0 94 532.3M 0 143.1k 1:06:59 1:03:27 03:32 120.1k 94 561.8M 0 0 94 532.5M 0 143.1k 1:06:58 1:03:29 03:29 129.2k 94 561.8M 0 0 94 532.6M 0 143.1k 1:06:58 1:03:30 03:28 130.3k 94 561.8M 0 0 94 532.8M 0 143.1k 1:06:58 1:03:31 03:27 137.2k 94 561.8M 0 0 94 533.0M 0 143.1k 1:06:59 1:03:33 03:26 147.6k 94 561.8M 0 0 94 533.1M 0 143.1k 1:06:59 1:03:34 03:25 133.7k 94 561.8M 0 0 94 533.3M 0 143.1k 1:06:59 1:03:36 03:23 128.1k 94 561.8M 0 0 94 533.5M 0 143.1k 1:06:59 1:03:37 03:22 130.2k 95 561.8M 0 0 95 533.7M 0 143.1k 1:06:59 1:03:38 03:21 131.4k 95 561.8M 0 0 95 534.0M 0 143.1k 1:06:58 1:03:39 03:19 148.4k 95 561.8M 0 0 95 534.1M 0 143.1k 1:06:58 1:03:41 03:17 156.1k 95 561.8M 0 0 95 534.3M 0 143.1k 1:06:58 1:03:42 03:16 158.3k 95 561.8M 0 0 95 534.5M 0 143.1k 1:06:58 1:03:43 03:15 154.9k 95 561.8M 0 0 95 534.6M 0 143.1k 1:06:59 1:03:44 03:15 152.9k 95 561.8M 0 0 95 534.8M 0 143.1k 1:06:59 1:03:46 03:13 135.6k 95 561.8M 0 0 95 535.0M 0 143.1k 1:06:59 1:03:47 03:12 133.6k 95 561.8M 0 0 95 535.1M 0 143.1k 1:06:59 1:03:48 03:11 129.6k 95 561.8M 0 0 95 535.3M 0 143.1k 1:06:59 1:03:49 03:10 140.3k 95 561.8M 0 0 95 535.4M 0 143.1k 1:06:59 1:03:50 03:09 130.9k 95 561.8M 0 0 95 535.5M 0 143.1k 1:06:59 1:03:52 03:07 123.1k 95 561.8M 0 0 95 535.6M 0 143.1k 1:07:00 1:03:53 03:07 123.4k 95 561.8M 0 0 95 535.9M 0 143.1k 1:06:59 1:03:54 03:05 138.5k 95 561.8M 0 0 95 536.1M 0 143.1k 1:06:58 1:03:55 03:03 147.3k 95 561.8M 0 0 95 536.4M 0 143.1k 1:06:58 1:03:56 03:02 171.0k 95 561.8M 0 0 95 536.5M 0 143.1k 1:06:58 1:03:57 03:01 179.6k 95 561.8M 0 0 95 536.6M 0 143.1k 1:06:59 1:03:59 03:00 158.5k 95 561.8M 0 0 95 536.8M 0 143.1k 1:06:59 1:04:00 02:59 140.6k 95 561.8M 0 0 95 536.9M 0 143.1k 1:06:59 1:04:01 02:58 122.3k 95 561.8M 0 0 95 537.1M 0 143.1k 1:06:59 1:04:03 02:56 112.6k 95 561.8M 0 0 95 537.3M 0 143.1k 1:06:59 1:04:04 02:55 119.9k 95 561.8M 0 0 95 537.5M 0 143.1k 1:06:59 1:04:05 02:54 146.1k 95 561.8M 0 0 95 537.7M 0 143.1k 1:06:58 1:04:06 02:52 169.8k 95 561.8M 0 0 95 538.0M 0 143.1k 1:06:58 1:04:07 02:51 181.5k 95 561.8M 0 0 95 538.1M 0 143.1k 1:06:57 1:04:08 02:49 184.3k 95 561.8M 0 0 95 538.3M 0 143.1k 1:06:57 1:04:10 02:47 179.0k 95 561.8M 0 0 95 538.5M 0 143.1k 1:06:58 1:04:11 02:47 168.4k 95 561.8M 0 0 95 538.7M 0 143.1k 1:06:58 1:04:13 02:45 149.7k 95 561.8M 0 0 95 538.8M 0 143.1k 1:06:58 1:04:14 02:44 135.8k 95 561.8M 0 0 95 539.0M 0 143.1k 1:06:58 1:04:15 02:43 130.4k 95 561.8M 0 0 95 539.2M 0 143.1k 1:06:58 1:04:16 02:42 134.7k 96 561.8M 0 0 96 539.4M 0 143.1k 1:06:58 1:04:18 02:40 138.3k 96 561.8M 0 0 96 539.5M 0 143.1k 1:06:58 1:04:19 02:39 138.2k 96 561.8M 0 0 96 539.7M 0 143.1k 1:06:58 1:04:20 02:38 141.6k 96 561.8M 0 0 96 539.9M 0 143.1k 1:06:58 1:04:22 02:36 139.7k 96 561.8M 0 0 96 540.1M 0 143.1k 1:06:58 1:04:23 02:35 133.7k 96 561.8M 0 0 96 540.3M 0 143.1k 1:06:58 1:04:25 02:33 131.3k 96 561.8M 0 0 96 540.5M 0 143.1k 1:06:58 1:04:26 02:32 138.1k 96 561.8M 0 0 96 540.6M 0 143.1k 1:06:58 1:04:27 02:31 144.8k 96 561.8M 0 0 96 540.8M 0 143.1k 1:06:58 1:04:28 02:30 150.2k 96 561.8M 0 0 96 541.0M 0 143.1k 1:06:58 1:04:29 02:29 147.2k 96 561.8M 0 0 96 541.1M 0 143.1k 1:06:58 1:04:30 02:28 143.3k 96 561.8M 0 0 96 541.2M 0 143.1k 1:06:59 1:04:32 02:27 132.5k 96 561.8M 0 0 96 541.3M 0 143.1k 1:06:59 1:04:33 02:26 123.7k 96 561.8M 0 0 96 541.6M 0 143.1k 1:06:58 1:04:34 02:24 132.9k 96 561.8M 0 0 96 541.8M 0 143.1k 1:06:58 1:04:35 02:23 143.2k 96 561.8M 0 0 96 542.0M 0 143.1k 1:06:58 1:04:36 02:22 151.7k 96 561.8M 0 0 96 542.1M 0 143.1k 1:06:58 1:04:37 02:21 152.2k 96 561.8M 0 0 96 542.3M 0 143.1k 1:06:59 1:04:39 02:20 149.1k 96 561.8M 0 0 96 542.5M 0 143.1k 1:06:59 1:04:40 02:19 135.9k 96 561.8M 0 0 96 542.6M 0 143.1k 1:06:58 1:04:42 02:16 136.3k 96 561.8M 0 0 96 542.8M 0 143.1k 1:06:58 1:04:43 02:15 138.7k 96 561.8M 0 0 96 543.0M 0 143.1k 1:06:58 1:04:44 02:14 150.3k 96 561.8M 0 0 96 543.2M 0 143.1k 1:06:58 1:04:45 02:13 160.0k 96 561.8M 0 0 96 543.4M 0 143.1k 1:06:57 1:04:46 02:11 172.9k 96 561.8M 0 0 96 543.6M 0 143.1k 1:06:57 1:04:47 02:10 170.3k 96 561.8M 0 0 96 543.8M 0 143.1k 1:06:57 1:04:49 02:08 164.7k 96 561.8M 0 0 96 543.9M 0 143.1k 1:06:58 1:04:50 02:08 149.3k 96 561.8M 0 0 96 544.1M 0 143.1k 1:06:58 1:04:51 02:07 140.7k 96 561.8M 0 0 96 544.3M 0 143.1k 1:06:58 1:04:53 02:05 134.4k 96 561.8M 0 0 96 544.4M 0 143.1k 1:06:58 1:04:54 02:04 125.6k 96 561.8M 0 0 96 544.5M 0 143.1k 1:06:58 1:04:55 02:03 119.1k 96 561.8M 0 0 96 544.6M 0 143.1k 1:06:59 1:04:56 02:03 120.1k 96 561.8M 0 0 96 544.8M 0 143.1k 1:06:59 1:04:57 02:02 115.5k 96 561.8M 0 0 96 544.9M 0 143.1k 1:06:59 1:04:58 02:01 110.5k 97 561.8M 0 0 97 545.0M 0 143.1k 1:06:59 1:05:00 01:59 113.1k 97 561.8M 0 0 97 545.2M 0 143.1k 1:06:59 1:05:01 01:58 124.2k 97 561.8M 0 0 97 545.4M 0 143.1k 1:06:59 1:05:02 01:57 140.9k 97 561.8M 0 0 97 545.5M 0 143.1k 1:06:59 1:05:03 01:56 146.3k 97 561.8M 0 0 97 545.7M 0 143.1k 1:06:59 1:05:04 01:55 148.1k 97 561.8M 0 0 97 546.0M 0 143.1k 1:06:58 1:05:05 01:53 166.9k 97 561.8M 0 0 97 546.2M 0 143.1k 1:06:58 1:05:06 01:52 176.2k 97 561.8M 0 0 97 546.3M 0 143.1k 1:06:58 1:05:07 01:51 165.2k 97 561.8M 0 0 97 546.5M 0 143.1k 1:06:58 1:05:09 01:49 170.6k 97 561.8M 0 0 97 546.6M 0 143.1k 1:06:58 1:05:10 01:48 166.5k 97 561.8M 0 0 97 546.8M 0 143.1k 1:06:58 1:05:11 01:47 150.8k 97 561.8M 0 0 97 547.0M 0 143.1k 1:06:58 1:05:12 01:46 132.8k 97 561.8M 0 0 97 547.1M 0 143.1k 1:06:58 1:05:13 01:45 138.8k 97 561.8M 0 0 97 547.3M 0 143.1k 1:06:58 1:05:15 01:43 141.8k 97 561.8M 0 0 97 547.5M 0 143.1k 1:06:58 1:05:16 01:42 153.8k 97 561.8M 0 0 97 547.7M 0 143.1k 1:06:57 1:05:17 01:40 160.5k 97 561.8M 0 0 97 547.8M 0 143.1k 1:06:58 1:05:18 01:40 159.7k 97 561.8M 0 0 97 548.0M 0 143.1k 1:06:57 1:05:19 01:38 161.9k 97 561.8M 0 0 97 548.3M 0 143.2k 1:06:57 1:05:20 01:37 172.6k 97 561.8M 0 0 97 548.5M 0 143.2k 1:06:56 1:05:21 01:35 185.1k 97 561.8M 0 0 97 548.8M 0 143.2k 1:06:55 1:05:22 01:33 195.0k 97 561.8M 0 0 97 549.0M 0 143.2k 1:06:55 1:05:24 01:31 208.2k 97 561.8M 0 0 97 549.3M 0 143.2k 1:06:54 1:05:25 01:29 219.4k 97 561.8M 0 0 97 549.5M 0 143.2k 1:06:54 1:05:26 01:28 202.0k 97 561.8M 0 0 97 549.6M 0 143.3k 1:06:54 1:05:27 01:27 184.9k 97 561.8M 0 0 97 549.8M 0 143.3k 1:06:54 1:05:29 01:25 173.0k 97 561.8M 0 0 97 550.0M 0 143.3k 1:06:54 1:05:30 01:24 167.2k 97 561.8M 0 0 97 550.2M 0 143.3k 1:06:54 1:05:31 01:23 158.2k 97 561.8M 0 0 97 550.5M 0 143.3k 1:06:53 1:05:32 01:21 174.0k 98 561.8M 0 0 98 550.7M 0 143.3k 1:06:52 1:05:33 01:19 184.1k 98 561.8M 0 0 98 550.9M 0 143.3k 1:06:52 1:05:35 01:17 182.6k 98 561.8M 0 0 98 551.1M 0 143.3k 1:06:52 1:05:36 01:16 186.8k 98 561.8M 0 0 98 551.3M 0 143.3k 1:06:52 1:05:37 01:15 175.2k 98 561.8M 0 0 98 551.4M 0 143.3k 1:06:52 1:05:38 01:14 154.6k 98 561.8M 0 0 98 551.6M 0 143.3k 1:06:52 1:05:39 01:13 146.7k 98 561.8M 0 0 98 551.8M 0 143.3k 1:06:52 1:05:41 01:11 147.8k 98 561.8M 0 0 98 552.0M 0 143.3k 1:06:52 1:05:42 01:10 142.7k 98 561.8M 0 0 98 552.2M 0 143.4k 1:06:51 1:05:43 01:08 162.5k 98 561.8M 0 0 98 552.5M 0 143.4k 1:06:51 1:05:44 01:07 178.6k 98 561.8M 0 0 98 552.6M 0 143.4k 1:06:51 1:05:45 01:06 181.7k 98 561.8M 0 0 98 552.9M 0 143.4k 1:06:50 1:05:47 01:03 189.0k 98 561.8M 0 0 98 553.1M 0 143.4k 1:06:50 1:05:48 01:02 190.1k 98 561.8M 0 0 98 553.3M 0 143.4k 1:06:50 1:05:49 01:01 179.7k 98 561.8M 0 0 98 553.4M 0 143.4k 1:06:50 1:05:51 00:59 155.1k 98 561.8M 0 0 98 553.5M 0 143.4k 1:06:51 1:05:52 00:59 145.9k 98 561.8M 0 0 98 553.7M 0 143.4k 1:06:50 1:05:53 00:57 139.8k 98 561.8M 0 0 98 553.9M 0 143.4k 1:06:50 1:05:54 00:56 133.0k 98 561.8M 0 0 98 554.0M 0 143.4k 1:06:51 1:05:56 00:55 117.3k 98 561.8M 0 0 98 554.2M 0 143.4k 1:06:51 1:05:57 00:54 128.5k 98 561.8M 0 0 98 554.4M 0 143.4k 1:06:51 1:05:58 00:53 130.9k 98 561.8M 0 0 98 554.6M 0 143.4k 1:06:51 1:06:00 00:51 124.7k 98 561.8M 0 0 98 554.8M 0 143.4k 1:06:51 1:06:01 00:50 127.6k 98 561.8M 0 0 98 555.0M 0 143.4k 1:06:51 1:06:02 00:49 145.2k 98 561.8M 0 0 98 555.1M 0 143.4k 1:06:51 1:06:03 00:48 151.3k 98 561.8M 0 0 98 555.4M 0 143.4k 1:06:50 1:06:05 00:45 167.2k 98 561.8M 0 0 98 555.6M 0 143.4k 1:06:50 1:06:06 00:44 180.5k 98 561.8M 0 0 98 555.8M 0 143.4k 1:06:49 1:06:07 00:42 192.3k 98 561.8M 0 0 98 556.0M 0 143.4k 1:06:49 1:06:08 00:41 182.4k 99 561.8M 0 0 99 556.2M 0 143.4k 1:06:49 1:06:10 00:39 173.4k 99 561.8M 0 0 99 556.3M 0 143.4k 1:06:49 1:06:11 00:38 158.5k 99 561.8M 0 0 99 556.5M 0 143.4k 1:06:50 1:06:12 00:38 145.1k 99 561.8M 0 0 99 556.6M 0 143.4k 1:06:50 1:06:13 00:37 128.5k 99 561.8M 0 0 99 556.7M 0 143.4k 1:06:50 1:06:14 00:36 123.8k 99 561.8M 0 0 99 556.9M 0 143.4k 1:06:50 1:06:15 00:35 127.1k 99 561.8M 0 0 99 557.1M 0 143.4k 1:06:50 1:06:16 00:34 141.6k 99 561.8M 0 0 99 557.3M 0 143.4k 1:06:49 1:06:18 00:31 151.9k 99 561.8M 0 0 99 557.5M 0 143.4k 1:06:49 1:06:19 00:30 160.9k 99 561.8M 0 0 99 557.8M 0 143.4k 1:06:49 1:06:20 00:29 175.7k 99 561.8M 0 0 99 558.1M 0 143.5k 1:06:48 1:06:21 00:27 195.9k 99 561.8M 0 0 99 558.3M 0 143.5k 1:06:48 1:06:23 00:25 184.7k 99 561.8M 0 0 99 558.4M 0 143.5k 1:06:48 1:06:24 00:24 176.4k 99 561.8M 0 0 99 558.5M 0 143.5k 1:06:48 1:06:25 00:23 165.4k 99 561.8M 0 0 99 558.6M 0 143.4k 1:06:49 1:06:26 00:23 143.7k 99 561.8M 0 0 99 558.8M 0 143.4k 1:06:49 1:06:28 00:21 112.0k 99 561.8M 0 0 99 558.9M 0 143.4k 1:06:49 1:06:29 00:20 106.1k 99 561.8M 0 0 99 559.1M 0 143.4k 1:06:49 1:06:30 00:19 109.8k 99 561.8M 0 0 99 559.2M 0 143.4k 1:06:50 1:06:31 00:19 113.2k 99 561.8M 0 0 99 559.4M 0 143.4k 1:06:49 1:06:32 00:17 125.7k 99 561.8M 0 0 99 559.6M 0 143.4k 1:06:49 1:06:34 00:15 136.6k 99 561.8M 0 0 99 559.8M 0 143.4k 1:06:49 1:06:35 00:14 152.4k 99 561.8M 0 0 99 560.0M 0 143.4k 1:06:49 1:06:36 00:13 153.0k 99 561.8M 0 0 99 560.1M 0 143.4k 1:06:49 1:06:37 00:12 154.1k 99 561.8M 0 0 99 560.3M 0 143.4k 1:06:49 1:06:39 00:10 147.5k 99 561.8M 0 0 99 560.5M 0 143.4k 1:06:50 1:06:40 00:10 139.2k 99 561.8M 0 0 99 560.6M 0 143.4k 1:06:50 1:06:42 00:08 112.7k 99 561.8M 0 0 99 560.7M 0 143.4k 1:06:51 1:06:43 00:08 105.8k 99 561.8M 0 0 99 560.8M 0 143.4k 1:06:51 1:06:44 00:07 101.5k 99 561.8M 0 0 99 561.0M 0 143.4k 1:06:51 1:06:46 00:05 102.9k 99 561.8M 0 0 99 561.2M 0 143.4k 1:06:51 1:06:47 00:04 112.5k 99 561.8M 0 0 99 561.4M 0 143.4k 1:06:51 1:06:48 00:03 130.9k 99 561.8M 0 0 99 561.5M 0 143.4k 1:06:51 1:06:49 00:02 137.1k 99 561.8M 0 0 99 561.6M 0 143.3k 1:06:51 1:06:50 00:01 135.9k 99 561.8M 0 0 99 561.8M 0 143.3k 1:06:52 1:06:52 130.8k* upload completely sent off: 589105692 bytes 100 561.8M 0 0 100 561.8M 0 143.3k 1:06:53 1:06:53 96625{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: wi0n3Qq5sqIk2MK5PKr4/Klqlf4GXAHEKqW0xBat61gF9jbCE9BokWpFL8szyTCkUzyAQdopfR8= < x-amz-request-id: H772BZY21FREXKEV < Date: Thu, 21 May 2026 07:33:35 GMT < x-amz-server-side-encryption: AES256 < ETag: "341087e053098c60b8d30865482d5ea6" < x-amz-checksum-crc64nvme: vYI0x16K6+c= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 561.8M 0 0 100 561.8M 0 143.3k 1:06:54 1:06:54 96625 100 561.8M 0 0 100 561.8M 0 143.3k 1:06:54 1:06:54 96625 100 561.8M 0 0 100 561.8M 0 143.3k 1:06:54 1:06:54 96625 * shutting down connection #0 took: 4061.89 seconds no out.png (QPSChart)! heaps: (156419576, 159727632, 158108561.2, 867388.5172266171) [2026-05-21 04:40:31.911171] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-21 04:41:38.863835] took 67.0 sec /l/logs.nightly/2026.05.19.18.39.09/logs.tar.bz2: fixed index size 125222.17 MB /l/logs.nightly/2026.05.19.18.39.09/logs.tar.bz2: fixed index time 40576.1s, bytes 25526799676 (from log) [2026-05-21 04:42:20.626314] done: total time 1 day, 10:03:10.944590 stored: 2021.10.28.07.03.29, 2021-10-28 07:03:29.455588 stored: 2021.11.04.08.14.20, 2021-11-04 08:14:20.226758 stored: 2021.11.04.18.04.32, 2021-11-04 18:04:32.679673 stored: 2021.11.05.18.04.30, 2021-11-05 18:04:30.080343 stored: 2021.11.06.18.04.39, 2021-11-06 18:04:39.550844 stored: 2021.11.07.18.04.36, 2021-11-07 18:04:36.657551 stored: 2021.11.08.18.04.00, 2021-11-08 18:04:00.994911 stored: 2021.11.09.18.04.20, 2021-11-09 18:04:20.109951 stored: 2021.11.10.18.03.54, 2021-11-10 18:03:54.222418 stored: 2021.11.11.18.03.57, 2021-11-11 18:03:57.523108 stored: 2021.11.12.18.04.06, 2021-11-12 18:04:06.704620 stored: 2021.11.13.18.03.52, 2021-11-13 18:03:52.601836 stored: 2021.11.14.18.03.58, 2021-11-14 18:03:58.888657 stored: 2021.11.15.18.04.03, 2021-11-15 18:04:03.246773 stored: 2021.11.16.18.04.11, 2021-11-16 18:04:11.243090 stored: 2021.11.21.07.10.06, 2021-11-21 07:10:06.045829 stored: 2021.11.21.18.03.53, 2021-11-21 18:03:53.490910 stored: 2021.11.24.18.04.23, 2021-11-24 18:04:23.532303 stored: 2021.11.25.18.03.48, 2021-11-25 18:03:48.813023 stored: 2021.11.26.18.03.56, 2021-11-26 18:03:56.783023 stored: 2021.11.27.18.03.48, 2021-11-27 18:03:48.676827 stored: 2021.11.28.18.04.03, 2021-11-28 18:04:03.888523 stored: 2021.11.30.07.32.39, 2021-11-30 07:32:39.551397 stored: 2021.11.30.18.02.53, 2021-11-30 18:02:53.210136 stored: 2021.12.01.18.02.55, 2021-12-01 18:02:55.259860 stored: 2021.12.02.18.03.01, 2021-12-02 18:03:01.423573 stored: 2021.12.03.18.03.07, 2021-12-03 18:03:07.491405 stored: 2021.12.05.18.02.56, 2021-12-05 18:02:56.805659 stored: 2021.12.06.18.02.47, 2021-12-06 18:02:47.787420 stored: 2021.12.07.18.02.52, 2021-12-07 18:02:52.822450 stored: 2021.12.08.18.02.42, 2021-12-08 18:02:42.731446 stored: 2021.12.10.18.02.40, 2021-12-10 18:02:40.132823 stored: 2021.12.11.18.02.37, 2021-12-11 18:02:37.827254 stored: 2021.12.12.18.02.40, 2021-12-12 18:02:40.436487 stored: 2021.12.13.18.02.38, 2021-12-13 18:02:38.296226 stored: 2021.12.14.18.02.37, 2021-12-14 18:02:37.558732 stored: 2021.12.15.18.02.39, 2021-12-15 18:02:39.006679 stored: 2021.12.16.18.02.33, 2021-12-16 18:02:33.312126 stored: 2021.12.17.18.02.37, 2021-12-17 18:02:37.875521 stored: 2021.12.18.18.02.30, 2021-12-18 18:02:30.413818 stored: 2021.12.19.18.02.38, 2021-12-19 18:02:38.838903 stored: 2021.12.20.18.02.38, 2021-12-20 18:02:38.697312 stored: 2022.01.01.18.17.43, 2022-01-01 18:17:43.282858 stored: 2022.01.02.18.03.14, 2022-01-02 18:03:14.180760 stored: 2022.01.03.18.03.13, 2022-01-03 18:03:13.115413 stored: 2022.01.04.18.03.13, 2022-01-04 18:03:13.678645 stored: 2022.01.05.18.03.14, 2022-01-05 18:03:14.479346 stored: 2022.01.06.18.03.20, 2022-01-06 18:03:20.894516 stored: 2022.01.07.18.03.19, 2022-01-07 18:03:19.289337 stored: 2022.01.08.18.03.14, 2022-01-08 18:03:14.173607 stored: 2022.01.09.18.03.19, 2022-01-09 18:03:19.993633 stored: 2022.01.10.18.03.12, 2022-01-10 18:03:12.149096 stored: 2022.01.11.18.03.18, 2022-01-11 18:03:18.149751 stored: 2022.01.12.18.03.17, 2022-01-12 18:03:17.100414 stored: 2022.01.13.18.03.24, 2022-01-13 18:03:24.390526 stored: 2022.01.14.18.03.18, 2022-01-14 18:03:18.213643 stored: 2022.01.15.18.03.15, 2022-01-15 18:03:15.659939 stored: 2022.01.16.18.03.22, 2022-01-16 18:03:22.620035 stored: 2022.01.17.18.03.16, 2022-01-17 18:03:16.817740 stored: 2022.01.19.10.17.11, 2022-01-19 10:17:11.082836 stored: 2022.01.20.18.03.13, 2022-01-20 18:03:13.241737 stored: 2022.01.21.18.02.45, 2022-01-21 18:02:45.803123 stored: 2022.01.22.18.02.40, 2022-01-22 18:02:40.750450 stored: 2022.01.23.18.03.17, 2022-01-23 18:03:17.307031 stored: 2022.01.26.18.03.08, 2022-01-26 18:03:08.854761 stored: 2022.01.27.18.02.43, 2022-01-27 18:02:43.999643 stored: 2022.01.28.18.03.15, 2022-01-28 18:03:15.360164 stored: 2022.01.29.18.02.44, 2022-01-29 18:02:44.395479 stored: 2022.01.30.18.02.48, 2022-01-30 18:02:48.161000 stored: 2022.01.31.18.03.10, 2022-01-31 18:03:10.904959 stored: 2022.02.01.18.02.43, 2022-02-01 18:02:43.496433 stored: 2022.02.02.18.02.46, 2022-02-02 18:02:46.350857 stored: 2022.02.03.18.03.02, 2022-02-03 18:03:02.092885 stored: 2022.02.04.18.02.45, 2022-02-04 18:02:45.187430 stored: 2022.02.09.18.31.03, 2022-02-09 18:31:03.246074 stored: 2022.02.18.07.54.59, 2022-02-18 07:54:59.694179 stored: 2022.02.18.18.02.47, 2022-02-18 18:02:47.068530 stored: 2022.02.19.18.02.45, 2022-02-19 18:02:45.734838 stored: 2022.02.20.18.03.09, 2022-02-20 18:03:09.236364 stored: 2022.02.21.18.02.40, 2022-02-21 18:02:40.593799 stored: 2022.02.22.18.03.13, 2022-02-22 18:03:13.109429 stored: 2022.02.23.18.02.43, 2022-02-23 18:02:43.345842 stored: 2022.02.24.18.02.43, 2022-02-24 18:02:43.877807 stored: 2022.02.25.18.03.10, 2022-02-25 18:03:10.143495 stored: 2022.02.26.18.02.43, 2022-02-26 18:02:43.966247 stored: 2022.02.27.18.02.42, 2022-02-27 18:02:42.669502 stored: 2022.02.28.18.03.18, 2022-02-28 18:03:18.265343 stored: 2022.03.01.18.02.46, 2022-03-01 18:02:46.525887 stored: 2022.03.02.18.03.14, 2022-03-02 18:03:14.970684 stored: 2022.03.03.18.03.10, 2022-03-03 18:03:10.964372 stored: 2022.03.04.18.02.43, 2022-03-04 18:02:43.385113 stored: 2022.03.05.18.03.13, 2022-03-05 18:03:13.831560 stored: 2022.03.06.18.02.41, 2022-03-06 18:02:41.743793 stored: 2022.03.07.18.02.50, 2022-03-07 18:02:50.024173 stored: 2022.03.08.18.03.11, 2022-03-08 18:03:11.246520 stored: 2022.03.09.18.03.05, 2022-03-09 18:03:05.565553 stored: 2022.03.10.18.03.14, 2022-03-10 18:03:14.219741 stored: 2022.03.11.18.03.10, 2022-03-11 18:03:10.828184 stored: 2022.03.12.18.03.12, 2022-03-12 18:03:12.634204 stored: 2022.03.13.18.03.03, 2022-03-13 18:03:03.282738 stored: 2022.03.14.18.03.09, 2022-03-14 18:03:09.756518 stored: 2022.03.15.18.02.55, 2022-03-15 18:02:55.449989 stored: 2022.03.16.18.03.03, 2022-03-16 18:03:03.602354 stored: 2022.03.17.18.03.02, 2022-03-17 18:03:02.060290 stored: 2022.03.18.18.02.57, 2022-03-18 18:02:57.471094 stored: 2022.03.19.18.02.54, 2022-03-19 18:02:54.357434 stored: 2022.03.20.18.03.00, 2022-03-20 18:03:00.033975 stored: 2022.03.21.18.02.58, 2022-03-21 18:02:58.169196 stored: 2022.03.22.18.02.59, 2022-03-22 18:02:59.643690 stored: 2022.03.23.18.03.07, 2022-03-23 18:03:07.211772 stored: 2022.03.24.18.03.04, 2022-03-24 18:03:04.900816 stored: 2022.03.25.18.02.58, 2022-03-25 18:02:58.251937 stored: 2022.03.26.18.02.54, 2022-03-26 18:02:54.760987 stored: 2022.03.27.18.02.58, 2022-03-27 18:02:58.523452 stored: 2022.03.28.18.02.54, 2022-03-28 18:02:54.758276 stored: 2022.03.29.18.03.00, 2022-03-29 18:03:00.746316 stored: 2022.03.30.18.02.58, 2022-03-30 18:02:58.752598 stored: 2022.03.31.18.03.00, 2022-03-31 18:03:00.597065 stored: 2022.04.01.18.02.57, 2022-04-01 18:02:57.424492 stored: 2022.04.02.18.02.57, 2022-04-02 18:02:57.955852 stored: 2022.04.05.18.03.04, 2022-04-05 18:03:04.798447 stored: 2022.04.06.18.02.58, 2022-04-06 18:02:58.576892 stored: 2022.04.07.18.02.59, 2022-04-07 18:02:59.742062 stored: 2022.04.08.18.03.02, 2022-04-08 18:03:02.736752 stored: 2022.04.09.18.02.57, 2022-04-09 18:02:57.307297 stored: 2022.04.10.18.02.56, 2022-04-10 18:02:56.174384 stored: 2022.04.11.18.02.59, 2022-04-11 18:02:59.941170 stored: 2022.04.12.18.02.56, 2022-04-12 18:02:56.118596 stored: 2022.04.13.18.03.00, 2022-04-13 18:03:00.318774 stored: 2022.04.14.18.03.03, 2022-04-14 18:03:03.549003 stored: 2022.04.15.18.02.57, 2022-04-15 18:02:57.675674 stored: 2022.04.16.18.03.02, 2022-04-16 18:03:02.676051 stored: 2022.04.17.18.03.01, 2022-04-17 18:03:01.686635 stored: 2022.04.18.18.02.56, 2022-04-18 18:02:56.782626 stored: 2022.04.20.06.04.42, 2022-04-20 06:04:42.713956 stored: 2022.04.20.18.03.06, 2022-04-20 18:03:06.153503 stored: 2022.04.21.18.03.04, 2022-04-21 18:03:04.336656 stored: 2022.04.22.18.02.56, 2022-04-22 18:02:56.793190 stored: 2022.04.23.18.02.58, 2022-04-23 18:02:58.455267 stored: 2022.04.24.18.03.02, 2022-04-24 18:03:02.685044 stored: 2022.04.25.18.02.57, 2022-04-25 18:02:57.816439 stored: 2022.04.26.18.02.55, 2022-04-26 18:02:55.232329 stored: 2022.04.27.18.03.00, 2022-04-27 18:03:00.544766 stored: 2022.04.28.18.02.55, 2022-04-28 18:02:55.501720 stored: 2022.04.29.18.03.00, 2022-04-29 18:03:00.357389 stored: 2022.04.30.18.02.59, 2022-04-30 18:02:59.451627 stored: 2022.05.01.18.03.02, 2022-05-01 18:03:02.039547 stored: 2022.05.02.18.03.04, 2022-05-02 18:03:04.271047 stored: 2022.05.03.18.02.58, 2022-05-03 18:02:58.299703 stored: 2022.05.06.06.33.00, 2022-05-06 06:33:00.689368 stored: 2022.05.06.18.02.45, 2022-05-06 18:02:45.471320 stored: 2022.05.07.18.02.52, 2022-05-07 18:02:52.792526 stored: 2022.05.08.18.02.55, 2022-05-08 18:02:55.087351 stored: 2022.05.09.18.02.53, 2022-05-09 18:02:53.611427 stored: 2022.05.12.18.02.51, 2022-05-12 18:02:51.721813 stored: 2022.05.13.18.02.47, 2022-05-13 18:02:47.751226 stored: 2022.05.14.18.02.46, 2022-05-14 18:02:46.450758 stored: 2022.05.15.18.02.44, 2022-05-15 18:02:44.576069 stored: 2022.05.17.18.02.46, 2022-05-17 18:02:46.431282 stored: 2022.05.18.18.02.30, 2022-05-18 18:02:30.693172 stored: 2022.05.19.18.02.49, 2022-05-19 18:02:49.827154 stored: 2022.05.20.18.02.44, 2022-05-20 18:02:44.789891 stored: 2022.05.21.18.02.48, 2022-05-21 18:02:48.256156 stored: 2022.05.22.18.02.49, 2022-05-22 18:02:49.529612 stored: 2022.05.23.18.02.48, 2022-05-23 18:02:48.350989 stored: 2022.05.24.18.02.52, 2022-05-24 18:02:52.461013 stored: 2022.05.25.18.02.45, 2022-05-25 18:02:45.563084 stored: 2022.05.31.09.54.10, 2022-05-31 09:54:10.787369 stored: 2022.06.01.08.15.21, 2022-06-01 08:15:21.254066 stored: 2022.06.01.18.02.49, 2022-06-01 18:02:49.750461 stored: 2022.06.02.07.59.04, 2022-06-02 07:59:04.212824 stored: 2022.06.02.18.02.47, 2022-06-02 18:02:47.420772 stored: 2022.06.03.18.02.44, 2022-06-03 18:02:44.764715 stored: 2022.06.04.18.02.47, 2022-06-04 18:02:47.749276 stored: 2022.06.05.18.02.46, 2022-06-05 18:02:46.506575 stored: 2022.06.06.18.02.49, 2022-06-06 18:02:49.276502 stored: 2022.06.07.18.02.50, 2022-06-07 18:02:50.324813 stored: 2022.06.08.18.02.48, 2022-06-08 18:02:48.096195 stored: 2022.06.09.18.02.51, 2022-06-09 18:02:51.423498 stored: 2022.06.10.18.02.48, 2022-06-10 18:02:48.377319 stored: 2022.06.11.18.02.52, 2022-06-11 18:02:52.105637 stored: 2022.06.12.18.02.52, 2022-06-12 18:02:52.834410 stored: 2022.06.13.18.02.51, 2022-06-13 18:02:51.295977 stored: 2022.06.14.18.02.54, 2022-06-14 18:02:54.374967 stored: 2022.06.15.06.49.59, 2022-06-15 06:49:59.130434 stored: 2022.06.15.18.02.44, 2022-06-15 18:02:44.449539 stored: 2022.06.16.18.02.48, 2022-06-16 18:02:48.229346 stored: 2022.06.17.18.02.45, 2022-06-17 18:02:45.522032 stored: 2022.06.18.18.02.46, 2022-06-18 18:02:46.704598 stored: 2022.06.19.18.02.48, 2022-06-19 18:02:48.745174 stored: 2022.06.20.18.02.56, 2022-06-20 18:02:56.708037 stored: 2022.06.21.18.02.47, 2022-06-21 18:02:47.342532 stored: 2022.06.22.18.02.52, 2022-06-22 18:02:52.298425 stored: 2022.06.23.18.02.48, 2022-06-23 18:02:48.882837 stored: 2022.06.24.18.02.51, 2022-06-24 18:02:51.083754 stored: 2022.06.25.18.02.48, 2022-06-25 18:02:48.038873 stored: 2022.06.26.18.02.50, 2022-06-26 18:02:50.595081 stored: 2022.06.27.18.02.51, 2022-06-27 18:02:51.448267 stored: 2022.06.28.18.02.49, 2022-06-28 18:02:49.760022 stored: 2022.06.29.18.02.48, 2022-06-29 18:02:48.403397 stored: 2022.06.30.18.02.49, 2022-06-30 18:02:49.036467 stored: 2022.07.01.18.02.47, 2022-07-01 18:02:47.027407 stored: 2022.07.04.07.28.17, 2022-07-04 07:28:17.078865 stored: 2022.07.04.18.02.46, 2022-07-04 18:02:46.546540 stored: 2022.07.05.18.02.46, 2022-07-05 18:02:46.268882 stored: 2022.07.06.18.02.47, 2022-07-06 18:02:47.538912 stored: 2022.07.08.18.02.52, 2022-07-08 18:02:52.275476 stored: 2022.07.09.18.02.52, 2022-07-09 18:02:52.126154 stored: 2022.07.10.18.02.49, 2022-07-10 18:02:49.552148 stored: 2022.07.11.18.02.47, 2022-07-11 18:02:47.780614 stored: 2022.07.12.18.02.50, 2022-07-12 18:02:50.319222 stored: 2022.07.13.18.02.33, 2022-07-13 18:02:33.427271 stored: 2022.07.14.18.02.45, 2022-07-14 18:02:45.401174 stored: 2022.07.15.18.03.00, 2022-07-15 18:03:00.442758 stored: 2022.07.16.18.02.59, 2022-07-16 18:02:59.145436 stored: 2022.07.17.18.02.59, 2022-07-17 18:02:59.565565 stored: 2022.07.18.18.02.48, 2022-07-18 18:02:48.825419 stored: 2022.07.22.06.55.43, 2022-07-22 06:55:43.082318 stored: 2022.07.23.06.00.31, 2022-07-23 06:00:31.572717 stored: 2022.07.23.18.02.56, 2022-07-23 18:02:56.236469 stored: 2022.07.24.18.02.59, 2022-07-24 18:02:59.822205 stored: 2022.07.25.18.02.58, 2022-07-25 18:02:58.206960 stored: 2022.07.26.18.03.00, 2022-07-26 18:03:00.552749 stored: 2022.07.27.18.02.41, 2022-07-27 18:02:41.491561 stored: 2022.07.28.18.03.00, 2022-07-28 18:03:00.184449 stored: 2022.07.29.05.32.17, 2022-07-29 05:32:17.907522 stored: 2022.07.30.07.27.11, 2022-07-30 07:27:11.127080 stored: 2022.07.30.18.02.50, 2022-07-30 18:02:50.793370 stored: 2022.07.31.18.02.55, 2022-07-31 18:02:55.879812 stored: 2022.08.01.18.02.51, 2022-08-01 18:02:51.991168 stored: 2022.08.02.18.03.02, 2022-08-02 18:03:02.518477 stored: 2022.08.03.18.02.51, 2022-08-03 18:02:51.936040 stored: 2022.08.04.18.02.46, 2022-08-04 18:02:46.472359 stored: 2022.08.05.18.02.52, 2022-08-05 18:02:52.029197 stored: 2022.08.06.18.02.53, 2022-08-06 18:02:53.164107 stored: 2022.08.07.18.02.49, 2022-08-07 18:02:49.580148 stored: 2022.08.09.19.23.56, 2022-08-09 19:23:56.749349 stored: 2022.08.10.18.02.52, 2022-08-10 18:02:52.982299 stored: 2022.08.17.08.16.28, 2022-08-17 08:16:28.335487 stored: 2022.08.17.18.02.54, 2022-08-17 18:02:54.825221 stored: 2022.08.18.18.03.23, 2022-08-18 18:03:23.299833 stored: 2022.08.19.18.02.47, 2022-08-19 18:02:47.000292 stored: 2022.08.20.18.02.55, 2022-08-20 18:02:55.121126 stored: 2022.08.21.18.02.51, 2022-08-21 18:02:51.203643 stored: 2022.08.22.06.06.49, 2022-08-22 06:06:49.119870 stored: 2022.08.30.06.35.38, 2022-08-30 06:35:38.108548 stored: 2022.08.31.06.12.53, 2022-08-31 06:12:53.980950 stored: 2022.08.31.18.02.53, 2022-08-31 18:02:53.812614 stored: 2022.09.01.09.41.04, 2022-09-01 09:41:04.560256 stored: 2022.09.02.12.08.06, 2022-09-02 12:08:06.094646 stored: 2022.09.04.11.46.23, 2022-09-04 11:46:23.775863 stored: 2022.09.05.05.45.12, 2022-09-05 05:45:12.571696 stored: 2022.09.05.18.02.55, 2022-09-05 18:02:55.821046 stored: 2022.09.06.18.02.52, 2022-09-06 18:02:52.785120 stored: 2022.09.07.18.02.57, 2022-09-07 18:02:57.625782 stored: 2022.09.08.18.03.21, 2022-09-08 18:03:21.079514 stored: 2022.09.09.18.02.55, 2022-09-09 18:02:55.904538 stored: 2022.09.10.18.02.55, 2022-09-10 18:02:55.529806 stored: 2022.09.11.18.02.56, 2022-09-11 18:02:56.085669 stored: 2022.09.12.18.03.45, 2022-09-12 18:03:45.709203 stored: 2022.09.13.18.02.58, 2022-09-13 18:02:58.352570 stored: 2022.09.14.18.02.54, 2022-09-14 18:02:54.230050 stored: 2022.09.15.18.02.54, 2022-09-15 18:02:54.238296 stored: 2022.09.16.18.02.52, 2022-09-16 18:02:52.110429 stored: 2022.09.17.18.03.01, 2022-09-17 18:03:01.434150 stored: 2022.09.18.18.02.56, 2022-09-18 18:02:56.353910 stored: 2022.09.19.18.03.00, 2022-09-19 18:03:00.079408 stored: 2022.09.20.18.02.57, 2022-09-20 18:02:57.492326 stored: 2022.09.21.18.02.56, 2022-09-21 18:02:56.353960 stored: 2022.09.22.18.02.56, 2022-09-22 18:02:56.474854 stored: 2022.09.23.18.02.57, 2022-09-23 18:02:57.669188 stored: 2022.09.24.18.02.59, 2022-09-24 18:02:59.806205 stored: 2022.09.25.18.02.59, 2022-09-25 18:02:59.190830 stored: 2022.09.26.18.03.52, 2022-09-26 18:03:52.848909 stored: 2022.09.27.18.02.37, 2022-09-27 18:02:37.827659 stored: 2022.09.28.18.02.55, 2022-09-28 18:02:55.002146 stored: 2022.09.29.18.02.57, 2022-09-29 18:02:57.758005 stored: 2022.09.30.18.05.25, 2022-09-30 18:05:25.962638 stored: 2022.10.01.18.02.27, 2022-10-01 18:02:27.927861 stored: 2022.10.02.18.02.35, 2022-10-02 18:02:35.935875 stored: 2022.10.03.18.03.01, 2022-10-03 18:03:01.310740 stored: 2022.10.04.18.02.36, 2022-10-04 18:02:36.857038 stored: 2022.10.06.07.28.42, 2022-10-06 07:28:42.386172 stored: 2022.10.06.18.02.31, 2022-10-06 18:02:31.476235 stored: 2022.10.07.18.02.31, 2022-10-07 18:02:31.541305 stored: 2022.10.09.05.36.17, 2022-10-09 05:36:17.828744 stored: 2022.10.09.18.02.42, 2022-10-09 18:02:42.183627 stored: 2022.10.10.18.02.49, 2022-10-10 18:02:49.335348 stored: 2022.10.11.18.02.38, 2022-10-11 18:02:38.100132 stored: 2022.10.12.18.03.32, 2022-10-12 18:03:32.783997 stored: 2022.10.13.18.02.37, 2022-10-13 18:02:37.667391 stored: 2022.10.14.18.03.19, 2022-10-14 18:03:19.219738 stored: 2022.10.15.18.02.55, 2022-10-15 18:02:55.025395 stored: 2022.10.16.18.02.39, 2022-10-16 18:02:39.231821 stored: 2022.10.17.18.03.25, 2022-10-17 18:03:25.211219 stored: 2022.10.18.18.02.36, 2022-10-18 18:02:36.597499 stored: 2022.10.19.18.02.28, 2022-10-19 18:02:28.428784 stored: 2022.10.20.18.03.04, 2022-10-20 18:03:04.596975 stored: 2022.10.21.18.03.01, 2022-10-21 18:03:01.365348 stored: 2022.10.22.18.02.59, 2022-10-22 18:02:59.461611 stored: 2022.10.23.18.03.00, 2022-10-23 18:03:00.062912 stored: 2022.10.24.18.02.38, 2022-10-24 18:02:38.586168 stored: 2022.10.25.18.02.58, 2022-10-25 18:02:58.014045 stored: 2022.10.26.18.02.32, 2022-10-26 18:02:32.094910 stored: 2022.10.27.18.02.44, 2022-10-27 18:02:44.427713 stored: 2022.10.28.18.02.24, 2022-10-28 18:02:24.237438 stored: 2022.10.29.18.02.21, 2022-10-29 18:02:21.301497 stored: 2022.10.30.18.02.22, 2022-10-30 18:02:22.909685 stored: 2022.11.01.18.02.22, 2022-11-01 18:02:22.633110 stored: 2022.11.03.18.02.24, 2022-11-03 18:02:24.631208 stored: 2022.11.04.18.03.06, 2022-11-04 18:03:06.986892 stored: 2022.11.05.18.02.27, 2022-11-05 18:02:27.807238 stored: 2022.11.06.18.02.21, 2022-11-06 18:02:21.002408 stored: 2022.11.07.18.02.27, 2022-11-07 18:02:27.660064 stored: 2022.11.08.18.02.24, 2022-11-08 18:02:24.159608 stored: 2022.11.09.18.02.22, 2022-11-09 18:02:22.797916 stored: 2022.11.10.18.02.21, 2022-11-10 18:02:21.076510 stored: 2022.11.11.18.02.20, 2022-11-11 18:02:20.124465 stored: 2022.11.12.18.02.45, 2022-11-12 18:02:45.121886 stored: 2022.11.13.18.02.20, 2022-11-13 18:02:20.710555 stored: 2022.11.14.18.02.24, 2022-11-14 18:02:24.052841 stored: 2022.11.15.18.03.06, 2022-11-15 18:03:06.319538 stored: 2022.11.16.18.02.58, 2022-11-16 18:02:58.789458 stored: 2022.11.17.18.02.59, 2022-11-17 18:02:59.449212 stored: 2022.11.18.18.02.32, 2022-11-18 18:02:32.485443 stored: 2022.11.19.18.02.42, 2022-11-19 18:02:42.800702 stored: 2022.11.20.18.02.39, 2022-11-20 18:02:39.576362 stored: 2022.11.21.18.02.43, 2022-11-21 18:02:43.597391 stored: 2022.11.24.18.03.11, 2022-11-24 18:03:11.804363 stored: 2022.11.25.18.03.10, 2022-11-25 18:03:10.111683 stored: 2022.11.26.18.03.13, 2022-11-26 18:03:13.809206 stored: 2022.11.27.18.02.44, 2022-11-27 18:02:44.345627 stored: 2022.11.28.18.02.44, 2022-11-28 18:02:44.990767 stored: 2022.11.29.18.03.08, 2022-11-29 18:03:08.807634 stored: 2022.11.30.18.02.48, 2022-11-30 18:02:48.715894 stored: 2022.12.01.18.03.11, 2022-12-01 18:03:11.452949 stored: 2022.12.02.18.03.38, 2022-12-02 18:03:38.626955 stored: 2022.12.04.18.03.20, 2022-12-04 18:03:20.985614 stored: 2022.12.05.18.02.48, 2022-12-05 18:02:48.233512 stored: 2022.12.06.18.03.13, 2022-12-06 18:03:13.037211 stored: 2022.12.12.18.03.10, 2022-12-12 18:03:10.820831 stored: 2022.12.22.18.02.46, 2022-12-22 18:02:46.330108 stored: 2022.12.23.18.03.11, 2022-12-23 18:03:11.906109 stored: 2022.12.24.18.02.52, 2022-12-24 18:02:52.078570 stored: 2022.12.25.18.03.12, 2022-12-25 18:03:12.100324 stored: 2022.12.26.18.03.10, 2022-12-26 18:03:10.991373 stored: 2022.12.27.18.02.51, 2022-12-27 18:02:51.655843 stored: 2022.12.28.18.03.11, 2022-12-28 18:03:11.981522 stored: 2022.12.29.18.02.44, 2022-12-29 18:02:44.427874 stored: 2022.12.30.18.03.09, 2022-12-30 18:03:09.929196 stored: 2022.12.31.18.03.10, 2022-12-31 18:03:10.480978 stored: 2023.01.01.18.02.48, 2023-01-01 18:02:48.064500 stored: 2023.01.02.18.03.20, 2023-01-02 18:03:20.772972 stored: 2023.01.03.18.02.50, 2023-01-03 18:02:50.726331 stored: 2023.01.04.18.03.09, 2023-01-04 18:03:09.087177 stored: 2023.01.05.18.02.48, 2023-01-05 18:02:48.734127 stored: 2023.01.06.18.02.48, 2023-01-06 18:02:48.574672 stored: 2023.01.07.18.02.48, 2023-01-07 18:02:48.676663 stored: 2023.01.08.18.03.13, 2023-01-08 18:03:13.388463 stored: 2023.01.09.18.02.48, 2023-01-09 18:02:48.447651 stored: 2023.01.10.18.03.12, 2023-01-10 18:03:12.569315 stored: 2023.01.13.18.03.13, 2023-01-13 18:03:13.722601 stored: 2023.01.14.18.02.52, 2023-01-14 18:02:52.020315 stored: 2023.01.15.18.02.51, 2023-01-15 18:02:51.126604 stored: 2023.01.16.18.03.14, 2023-01-16 18:03:14.738254 stored: 2023.01.17.18.02.54, 2023-01-17 18:02:54.906602 stored: 2023.01.18.18.03.00, 2023-01-18 18:03:00.519133 stored: 2023.01.20.18.02.55, 2023-01-20 18:02:55.915399 stored: 2023.01.21.18.02.52, 2023-01-21 18:02:52.181189 stored: 2023.01.22.18.02.48, 2023-01-22 18:02:48.490828 stored: 2023.02.01.18.02.51, 2023-02-01 18:02:51.659498 stored: 2023.02.02.18.02.50, 2023-02-02 18:02:50.262733 stored: 2023.02.03.18.03.04, 2023-02-03 18:03:04.824955 stored: 2023.02.04.18.02.52, 2023-02-04 18:02:52.867295 stored: 2023.02.05.18.02.49, 2023-02-05 18:02:49.321193 stored: 2023.02.06.18.02.53, 2023-02-06 18:02:53.366101 stored: 2023.02.11.21.48.33, 2023-02-11 21:48:33.009660 stored: 2023.02.12.18.02.51, 2023-02-12 18:02:51.019289 stored: 2023.02.13.18.02.51, 2023-02-13 18:02:51.123155 stored: 2023.02.14.18.02.49, 2023-02-14 18:02:49.186730 stored: 2023.02.15.18.02.53, 2023-02-15 18:02:53.231070 stored: 2023.02.16.18.02.50, 2023-02-16 18:02:50.030876 stored: 2023.02.17.18.02.51, 2023-02-17 18:02:51.040544 stored: 2023.02.18.18.02.54, 2023-02-18 18:02:54.112568 stored: 2023.02.19.18.02.50, 2023-02-19 18:02:50.743898 stored: 2023.02.20.18.02.50, 2023-02-20 18:02:50.294935 stored: 2023.02.21.18.02.51, 2023-02-21 18:02:51.598234 stored: 2023.02.22.18.02.49, 2023-02-22 18:02:49.492952 stored: 2023.02.23.18.02.55, 2023-02-23 18:02:55.217474 stored: 2023.02.24.18.02.50, 2023-02-24 18:02:50.959222 stored: 2023.02.25.18.02.48, 2023-02-25 18:02:48.974183 stored: 2023.02.26.18.02.52, 2023-02-26 18:02:52.916271 stored: 2023.03.01.18.02.48, 2023-03-01 18:02:48.399530 stored: 2023.03.02.18.02.49, 2023-03-02 18:02:49.389318 stored: 2023.03.03.18.02.51, 2023-03-03 18:02:51.085153 stored: 2023.03.04.18.02.48, 2023-03-04 18:02:48.478806 stored: 2023.03.05.18.02.48, 2023-03-05 18:02:48.529432 stored: 2023.03.06.18.02.47, 2023-03-06 18:02:47.983059 stored: 2023.03.07.18.02.50, 2023-03-07 18:02:50.718890 stored: 2023.03.08.18.02.48, 2023-03-08 18:02:48.812577 stored: 2023.03.09.18.02.51, 2023-03-09 18:02:51.010400 stored: 2023.03.10.18.02.45, 2023-03-10 18:02:45.741286 stored: 2023.03.11.18.02.47, 2023-03-11 18:02:47.906678 stored: 2023.03.12.18.02.49, 2023-03-12 18:02:49.049639 stored: 2023.03.13.18.02.48, 2023-03-13 18:02:48.972625 stored: 2023.03.14.18.02.49, 2023-03-14 18:02:49.459646 stored: 2023.03.15.18.02.48, 2023-03-15 18:02:48.415725 stored: 2023.03.16.18.02.48, 2023-03-16 18:02:48.710826 stored: 2023.03.17.18.02.55, 2023-03-17 18:02:55.633506 stored: 2023.03.18.18.02.50, 2023-03-18 18:02:50.292493 stored: 2023.03.19.18.02.47, 2023-03-19 18:02:47.604863 stored: 2023.03.20.18.02.51, 2023-03-20 18:02:51.153325 stored: 2023.03.21.18.03.17, 2023-03-21 18:03:17.562903 stored: 2023.03.22.18.03.13, 2023-03-22 18:03:13.794706 stored: 2023.03.23.18.03.10, 2023-03-23 18:03:10.053263 stored: 2023.03.27.18.02.48, 2023-03-27 18:02:48.690184 stored: 2023.03.28.18.02.49, 2023-03-28 18:02:49.404816 stored: 2023.03.29.18.03.17, 2023-03-29 18:03:17.395232 stored: 2023.03.30.18.03.16, 2023-03-30 18:03:16.164812 stored: 2023.03.31.18.03.20, 2023-03-31 18:03:20.603284 stored: 2023.04.01.18.02.45, 2023-04-01 18:02:45.813346 stored: 2023.04.02.18.03.13, 2023-04-02 18:03:13.352889 stored: 2023.04.03.18.03.18, 2023-04-03 18:03:18.635774 stored: 2023.04.04.18.03.12, 2023-04-04 18:03:12.185983 stored: 2023.04.05.18.02.48, 2023-04-05 18:02:48.400723 stored: 2023.04.06.18.03.13, 2023-04-06 18:03:13.565552 stored: 2023.04.07.18.02.49, 2023-04-07 18:02:49.370785 stored: 2023.04.09.18.03.39, 2023-04-09 18:03:39.856040 stored: 2023.04.10.18.04.05, 2023-04-10 18:04:05.393864 stored: 2023.04.11.18.03.37, 2023-04-11 18:03:37.629185 stored: 2023.04.12.18.03.37, 2023-04-12 18:03:37.044735 stored: 2023.04.13.18.03.38, 2023-04-13 18:03:38.722857 stored: 2023.04.14.18.03.52, 2023-04-14 18:03:52.942429 stored: 2023.04.15.18.03.40, 2023-04-15 18:03:40.703059 stored: 2023.04.16.18.03.36, 2023-04-16 18:03:36.404244 stored: 2023.04.17.18.03.37, 2023-04-17 18:03:37.757309 stored: 2023.04.18.18.03.36, 2023-04-18 18:03:36.668023 stored: 2023.04.19.18.03.37, 2023-04-19 18:03:37.166475 stored: 2023.04.20.18.03.39, 2023-04-20 18:03:39.017059 stored: 2023.04.21.18.03.35, 2023-04-21 18:03:35.509226 stored: 2023.04.22.18.03.35, 2023-04-22 18:03:35.566689 stored: 2023.04.23.18.03.40, 2023-04-23 18:03:40.934133 stored: 2023.04.24.18.03.35, 2023-04-24 18:03:35.996931 stored: 2023.04.25.18.03.36, 2023-04-25 18:03:36.374314 stored: 2023.04.26.18.03.37, 2023-04-26 18:03:37.673262 stored: 2023.04.27.18.03.37, 2023-04-27 18:03:37.404011 stored: 2023.04.28.18.03.38, 2023-04-28 18:03:38.606505 stored: 2023.04.29.18.03.36, 2023-04-29 18:03:36.573960 stored: 2023.04.30.18.03.33, 2023-04-30 18:03:33.723898 stored: 2023.05.01.18.03.34, 2023-05-01 18:03:34.994924 stored: 2023.05.02.18.03.36, 2023-05-02 18:03:36.697919 stored: 2023.05.03.18.03.38, 2023-05-03 18:03:38.518918 stored: 2023.05.04.18.03.38, 2023-05-04 18:03:38.214066 stored: 2023.05.05.18.03.37, 2023-05-05 18:03:37.645698 stored: 2023.05.06.18.03.35, 2023-05-06 18:03:35.160028 stored: 2023.05.07.18.03.35, 2023-05-07 18:03:35.614820 stored: 2023.05.11.18.39.30, 2023-05-11 18:39:30.323913 stored: 2023.05.12.18.03.40, 2023-05-12 18:03:40.294857 stored: 2023.05.13.18.03.40, 2023-05-13 18:03:40.841776 stored: 2023.05.14.18.03.41, 2023-05-14 18:03:41.994925 stored: 2023.05.15.18.03.41, 2023-05-15 18:03:41.639299 stored: 2023.05.19.13.18.11, 2023-05-19 13:18:11.876292 stored: 2023.05.20.18.03.41, 2023-05-20 18:03:41.713358 stored: 2023.05.21.18.03.42, 2023-05-21 18:03:42.774563 stored: 2023.05.22.18.03.03, 2023-05-22 18:03:03.024871 stored: 2023.05.23.18.02.52, 2023-05-23 18:02:52.982836 stored: 2023.05.24.18.02.55, 2023-05-24 18:02:55.537684 stored: 2023.05.29.18.02.53, 2023-05-29 18:02:53.519424 stored: 2023.05.30.18.02.54, 2023-05-30 18:02:54.980216 stored: 2023.05.31.18.02.53, 2023-05-31 18:02:53.478837 stored: 2023.06.05.18.02.55, 2023-06-05 18:02:55.982891 stored: 2023.06.06.18.02.53, 2023-06-06 18:02:53.347753 stored: 2023.06.07.18.02.57, 2023-06-07 18:02:57.950534 stored: 2023.06.08.18.02.55, 2023-06-08 18:02:55.043650 stored: 2023.06.09.18.02.56, 2023-06-09 18:02:56.591625 stored: 2023.06.10.18.02.57, 2023-06-10 18:02:57.811317 stored: 2023.06.11.18.02.59, 2023-06-11 18:02:59.421683 stored: 2023.06.12.18.03.01, 2023-06-12 18:03:01.331828 stored: 2023.06.13.18.02.53, 2023-06-13 18:02:53.765644 stored: 2023.06.14.18.02.59, 2023-06-14 18:02:59.356301 stored: 2023.06.15.18.03.01, 2023-06-15 18:03:01.682785 stored: 2023.06.16.18.02.54, 2023-06-16 18:02:54.841140 stored: 2023.06.17.18.02.56, 2023-06-17 18:02:56.927480 stored: 2023.06.18.18.02.58, 2023-06-18 18:02:58.820408 stored: 2023.06.19.18.02.56, 2023-06-19 18:02:56.118429 stored: 2023.06.21.08.31.56, 2023-06-21 08:31:56.311364 stored: 2023.06.21.20.35.50, 2023-06-21 20:35:50.224539 stored: 2023.06.22.18.02.59, 2023-06-22 18:02:59.335848 stored: 2023.06.23.18.02.56, 2023-06-23 18:02:56.786328 stored: 2023.06.24.18.03.02, 2023-06-24 18:03:02.121679 stored: 2023.06.25.18.02.58, 2023-06-25 18:02:58.250080 stored: 2023.06.26.18.02.59, 2023-06-26 18:02:59.549799 stored: 2023.06.27.18.03.02, 2023-06-27 18:03:02.460645 stored: 2023.06.28.18.03.07, 2023-06-28 18:03:07.889541 stored: 2023.07.04.18.28.24, 2023-07-04 18:28:24.105418 stored: 2023.07.05.18.02.59, 2023-07-05 18:02:59.998767 stored: 2023.07.06.18.03.26, 2023-07-06 18:03:26.519721 stored: 2023.07.07.18.03.09, 2023-07-07 18:03:09.891667 stored: 2023.07.08.18.03.01, 2023-07-08 18:03:01.106664 stored: 2023.07.09.18.02.54, 2023-07-09 18:02:54.696232 stored: 2023.07.10.18.03.24, 2023-07-10 18:03:24.169698 stored: 2023.07.11.18.02.59, 2023-07-11 18:02:59.786215 stored: 2023.07.12.18.02.58, 2023-07-12 18:02:58.134567 stored: 2023.07.13.18.02.58, 2023-07-13 18:02:58.715657 stored: 2023.07.14.18.03.01, 2023-07-14 18:03:01.072278 stored: 2023.07.15.18.02.56, 2023-07-15 18:02:56.886608 stored: 2023.07.16.18.03.00, 2023-07-16 18:03:00.616418 stored: 2023.07.17.18.02.56, 2023-07-17 18:02:56.472619 stored: 2023.07.20.03.19.56, 2023-07-20 03:19:56.500148 stored: 2023.07.20.22.16.01, 2023-07-20 22:16:01.182100 stored: 2023.07.21.18.02.58, 2023-07-21 18:02:58.870027 stored: 2023.07.22.18.03.01, 2023-07-22 18:03:01.228460 stored: 2023.07.23.18.02.59, 2023-07-23 18:02:59.430320 stored: 2023.07.24.18.02.57, 2023-07-24 18:02:57.506516 stored: 2023.07.27.07.22.36, 2023-07-27 07:22:36.396470 stored: 2023.07.28.08.28.23, 2023-07-28 08:28:23.525196 stored: 2023.07.29.07.22.29, 2023-07-29 07:22:29.903881 stored: 2023.08.01.10.38.44, 2023-08-01 10:38:44.873749 stored: 2023.08.02.05.14.55, 2023-08-02 05:14:55.510107 stored: 2023.08.03.06.31.03, 2023-08-03 06:31:03.889780 stored: 2023.08.04.05.12.34, 2023-08-04 05:12:34.222106 stored: 2023.08.04.21.16.30, 2023-08-04 21:16:30.648062 stored: 2023.08.05.18.03.48, 2023-08-05 18:03:48.092629 stored: 2023.08.06.18.03.56, 2023-08-06 18:03:56.928292 stored: 2023.08.07.18.03.42, 2023-08-07 18:03:42.961969 stored: 2023.08.08.18.03.37, 2023-08-08 18:03:37.072704 stored: 2023.08.09.18.03.47, 2023-08-09 18:03:47.161942 stored: 2023.08.10.18.03.49, 2023-08-10 18:03:49.633521 stored: 2023.08.11.18.03.52, 2023-08-11 18:03:52.254250 stored: 2023.08.12.18.03.57, 2023-08-12 18:03:57.596125 stored: 2023.08.13.18.03.51, 2023-08-13 18:03:51.210287 stored: 2023.08.14.18.03.49, 2023-08-14 18:03:49.370754 stored: 2023.08.15.18.03.47, 2023-08-15 18:03:47.851867 stored: 2023.08.16.18.03.43, 2023-08-16 18:03:43.139600 stored: 2023.08.17.18.03.46, 2023-08-17 18:03:46.098171 stored: 2023.08.18.18.03.47, 2023-08-18 18:03:47.484420 stored: 2023.08.19.18.03.53, 2023-08-19 18:03:53.128263 stored: 2023.08.20.18.03.55, 2023-08-20 18:03:55.169790 stored: 2023.08.21.18.03.58, 2023-08-21 18:03:58.454804 stored: 2023.08.22.18.04.02, 2023-08-22 18:04:02.258733 stored: 2023.08.23.18.03.50, 2023-08-23 18:03:50.361656 stored: 2023.08.24.18.03.46, 2023-08-24 18:03:46.984915 stored: 2023.08.25.18.03.59, 2023-08-25 18:03:59.755380 stored: 2023.08.26.18.03.56, 2023-08-26 18:03:56.872742 stored: 2023.08.27.18.03.49, 2023-08-27 18:03:49.344336 stored: 2023.08.28.18.03.50, 2023-08-28 18:03:50.087338 stored: 2023.08.29.18.03.56, 2023-08-29 18:03:56.990775 stored: 2023.08.30.18.04.15, 2023-08-30 18:04:15.646694 stored: 2023.08.31.18.03.48, 2023-08-31 18:03:48.048550 stored: 2023.09.01.18.03.49, 2023-09-01 18:03:49.706833 stored: 2023.09.02.18.03.51, 2023-09-02 18:03:51.379428 stored: 2023.09.03.18.03.39, 2023-09-03 18:03:39.238573 stored: 2023.09.04.18.03.46, 2023-09-04 18:03:46.122098 stored: 2023.09.05.18.03.51, 2023-09-05 18:03:51.070295 stored: 2023.09.06.18.03.36, 2023-09-06 18:03:36.439874 stored: 2023.09.07.18.03.50, 2023-09-07 18:03:50.183842 stored: 2023.09.08.18.03.46, 2023-09-08 18:03:46.802345 stored: 2023.09.09.18.03.36, 2023-09-09 18:03:36.322788 stored: 2023.09.10.18.03.39, 2023-09-10 18:03:39.246513 stored: 2023.09.11.18.03.41, 2023-09-11 18:03:41.049337 stored: 2023.09.14.10.35.59, 2023-09-14 10:35:59.284082 stored: 2023.09.15.10.29.53, 2023-09-15 10:29:53.665628 stored: 2023.09.16.02.26.36, 2023-09-16 02:26:36.006501 stored: 2023.09.16.18.08.17, 2023-09-16 18:08:17.666203 stored: 2023.09.17.18.03.42, 2023-09-17 18:03:42.270582 stored: 2023.09.18.18.03.38, 2023-09-18 18:03:38.484209 stored: 2023.09.19.18.03.48, 2023-09-19 18:03:48.564055 stored: 2023.09.20.18.03.40, 2023-09-20 18:03:40.572726 stored: 2023.09.21.18.04.00, 2023-09-21 18:04:00.224593 stored: 2023.09.22.18.03.43, 2023-09-22 18:03:43.622668 stored: 2023.09.23.18.03.41, 2023-09-23 18:03:41.679925 stored: 2023.09.24.18.03.43, 2023-09-24 18:03:43.956728 stored: 2023.09.27.16.04.52, 2023-09-27 16:04:52.401461 stored: 2023.09.28.12.07.38, 2023-09-28 12:07:38.570017 stored: 2023.09.29.03.49.42, 2023-09-29 03:49:42.531761 stored: 2023.09.29.19.45.07, 2023-09-29 19:45:07.467027 stored: 2023.09.30.18.03.37, 2023-09-30 18:03:37.562561 stored: 2023.10.01.18.03.48, 2023-10-01 18:03:48.302668 stored: 2023.10.02.18.03.34, 2023-10-02 18:03:34.427885 stored: 2023.10.03.18.03.47, 2023-10-03 18:03:47.008201 stored: 2023.10.04.18.03.40, 2023-10-04 18:03:40.326694 stored: 2023.10.06.18.03.41, 2023-10-06 18:03:41.841201 stored: 2023.10.07.18.03.40, 2023-10-07 18:03:40.391074 stored: 2023.10.08.18.04.26, 2023-10-08 18:04:26.590692 stored: 2023.10.09.18.03.50, 2023-10-09 18:03:50.559378 stored: 2023.10.10.18.03.55, 2023-10-10 18:03:55.107168 stored: 2023.10.11.18.03.49, 2023-10-11 18:03:49.722394 stored: 2023.10.12.18.03.50, 2023-10-12 18:03:50.858025 stored: 2023.10.13.18.03.44, 2023-10-13 18:03:44.782153 stored: 2023.10.14.18.03.49, 2023-10-14 18:03:49.852081 stored: 2023.10.15.18.03.43, 2023-10-15 18:03:43.844616 stored: 2023.10.16.18.03.45, 2023-10-16 18:03:45.489984 stored: 2023.10.17.18.03.14, 2023-10-17 18:03:14.888678 stored: 2023.10.18.18.03.17, 2023-10-18 18:03:17.154727 stored: 2023.10.19.18.03.18, 2023-10-19 18:03:18.586008 stored: 2023.10.20.18.03.18, 2023-10-20 18:03:18.577604 stored: 2023.10.21.18.03.18, 2023-10-21 18:03:18.060510 stored: 2023.10.22.18.03.16, 2023-10-22 18:03:16.941409 stored: 2023.10.23.18.04.08, 2023-10-23 18:04:08.900421 stored: 2023.10.27.07.53.48, 2023-10-27 07:53:48.210958 stored: 2023.10.28.05.46.04, 2023-10-28 05:46:04.741565 stored: 2023.10.28.21.41.32, 2023-10-28 21:41:32.295311 stored: 2023.10.29.18.03.19, 2023-10-29 18:03:19.143575 stored: 2023.11.01.05.37.30, 2023-11-01 05:37:30.724089 stored: 2023.11.02.04.38.40, 2023-11-02 04:38:40.535128 stored: 2023.11.04.11.23.32, 2023-11-04 11:23:32.010429 stored: 2023.11.05.18.03.22, 2023-11-05 18:03:22.086698 stored: 2023.11.07.05.05.26, 2023-11-07 05:05:26.153916 stored: 2023.11.07.18.03.21, 2023-11-07 18:03:21.888039 stored: 2023.11.09.18.02.58, 2023-11-09 18:02:58.251109 stored: 2023.11.10.05.28.56, 2023-11-10 05:28:56.027068 stored: 2023.11.10.18.03.23, 2023-11-10 18:03:23.871960 stored: 2023.11.12.06.06.42, 2023-11-12 06:06:42.349680 stored: 2023.11.12.18.03.28, 2023-11-12 18:03:28.326974 stored: 2023.11.13.18.03.47, 2023-11-13 18:03:47.095269 stored: 2023.11.14.18.03.47, 2023-11-14 18:03:47.676830 stored: 2023.11.15.18.03.21, 2023-11-15 18:03:21.711083 stored: 2023.11.16.18.03.58, 2023-11-16 18:03:58.828942 stored: 2023.11.17.18.03.27, 2023-11-17 18:03:27.104369 stored: 2023.11.18.18.03.53, 2023-11-18 18:03:53.867968 stored: 2023.11.19.18.03.19, 2023-11-19 18:03:19.039251 stored: 2023.11.20.18.03.55, 2023-11-20 18:03:55.236280 stored: 2023.11.21.18.03.20, 2023-11-21 18:03:20.481444 stored: 2023.11.22.18.03.59, 2023-11-22 18:03:59.054773 stored: 2023.11.23.18.03.20, 2023-11-23 18:03:20.905336 stored: 2023.11.24.18.03.58, 2023-11-24 18:03:58.070627 stored: 2023.11.25.18.03.32, 2023-11-25 18:03:32.794569 stored: 2023.11.26.18.04.04, 2023-11-26 18:04:04.921087 stored: 2023.11.27.18.03.20, 2023-11-27 18:03:20.405207 stored: 2023.11.28.18.03.59, 2023-11-28 18:03:59.851956 stored: 2023.11.29.18.03.30, 2023-11-29 18:03:30.081496 stored: 2023.11.30.18.03.58, 2023-11-30 18:03:58.530410 stored: 2023.12.01.18.03.27, 2023-12-01 18:03:27.447085 stored: 2023.12.02.18.04.08, 2023-12-02 18:04:08.596469 stored: 2023.12.03.18.03.22, 2023-12-03 18:03:22.421165 stored: 2023.12.04.18.04.01, 2023-12-04 18:04:01.388571 stored: 2023.12.05.18.03.26, 2023-12-05 18:03:26.212587 stored: 2023.12.06.18.04.02, 2023-12-06 18:04:02.423424 stored: 2023.12.07.18.03.24, 2023-12-07 18:03:24.934994 stored: 2023.12.08.18.04.07, 2023-12-08 18:04:07.776524 stored: 2023.12.09.18.03.50, 2023-12-09 18:03:50.096462 stored: 2023.12.10.18.04.00, 2023-12-10 18:04:00.727235 stored: 2023.12.11.18.03.30, 2023-12-11 18:03:30.155533 stored: 2023.12.12.18.04.00, 2023-12-12 18:04:00.486177 stored: 2023.12.13.18.03.45, 2023-12-13 18:03:45.118447 stored: 2023.12.14.18.04.38, 2023-12-14 18:04:38.986691 stored: 2023.12.15.18.03.26, 2023-12-15 18:03:26.297394 stored: 2023.12.16.18.04.11, 2023-12-16 18:04:11.748438 stored: 2023.12.17.18.04.03, 2023-12-17 18:04:03.582174 stored: 2023.12.18.18.04.35, 2023-12-18 18:04:35.330333 stored: 2023.12.19.18.03.31, 2023-12-19 18:03:31.045402 stored: 2023.12.20.18.04.32, 2023-12-20 18:04:32.781774 stored: 2023.12.21.18.03.44, 2023-12-21 18:03:44.963557 stored: 2023.12.22.18.04.17, 2023-12-22 18:04:17.444077 stored: 2023.12.23.18.03.29, 2023-12-23 18:03:29.482476 stored: 2023.12.24.18.04.21, 2023-12-24 18:04:21.447537 stored: 2023.12.25.18.03.43, 2023-12-25 18:03:43.082774 stored: 2023.12.26.18.04.39, 2023-12-26 18:04:39.062653 stored: 2023.12.27.18.03.53, 2023-12-27 18:03:53.976808 stored: 2023.12.28.18.04.09, 2023-12-28 18:04:09.011669 stored: 2023.12.29.18.03.31, 2023-12-29 18:03:31.701103 stored: 2023.12.30.18.04.17, 2023-12-30 18:04:17.654615 stored: 2023.12.31.18.03.28, 2023-12-31 18:03:28.706889 stored: 2024.01.01.18.04.05, 2024-01-01 18:04:05.375586 stored: 2024.01.02.18.03.30, 2024-01-02 18:03:30.868344 stored: 2024.01.03.18.04.08, 2024-01-03 18:04:08.180901 stored: 2024.01.04.18.03.36, 2024-01-04 18:03:36.374782 stored: 2024.01.05.18.03.31, 2024-01-05 18:03:31.136465 stored: 2024.01.06.18.03.28, 2024-01-06 18:03:28.561911 stored: 2024.01.07.18.03.33, 2024-01-07 18:03:33.270157 stored: 2024.01.08.18.03.52, 2024-01-08 18:03:52.396001 stored: 2024.01.09.18.03.31, 2024-01-09 18:03:31.633889 stored: 2024.01.10.18.03.29, 2024-01-10 18:03:29.377802 stored: 2024.01.11.18.03.40, 2024-01-11 18:03:40.058174 stored: 2024.01.12.18.03.42, 2024-01-12 18:03:42.329451 stored: 2024.01.13.18.04.07, 2024-01-13 18:04:07.806697 stored: 2024.01.14.18.03.32, 2024-01-14 18:03:32.580443 stored: 2024.01.15.18.04.08, 2024-01-15 18:04:08.547789 stored: 2024.01.16.18.03.31, 2024-01-16 18:03:31.110380 stored: 2024.01.17.18.04.08, 2024-01-17 18:04:08.400883 stored: 2024.01.25.07.47.31, 2024-01-25 07:47:31.364597 stored: 2024.01.25.18.04.24, 2024-01-25 18:04:24.463113 stored: 2024.01.26.18.03.31, 2024-01-26 18:03:31.841914 stored: 2024.01.27.18.04.39, 2024-01-27 18:04:39.318128 stored: 2024.01.28.18.03.39, 2024-01-28 18:03:39.156180 stored: 2024.01.29.18.04.16, 2024-01-29 18:04:16.454744 stored: 2024.01.30.18.04.04, 2024-01-30 18:04:04.490349 stored: 2024.01.31.18.04.51, 2024-01-31 18:04:51.243268 stored: 2024.02.01.18.03.52, 2024-02-01 18:03:52.568942 stored: 2024.02.02.18.04.40, 2024-02-02 18:04:40.758718 stored: 2024.02.03.18.04.05, 2024-02-03 18:04:05.352533 stored: 2024.02.04.18.04.15, 2024-02-04 18:04:15.640570 stored: 2024.02.05.18.03.58, 2024-02-05 18:03:58.660926 stored: 2024.02.06.18.04.12, 2024-02-06 18:04:12.096737 stored: 2024.02.07.18.04.17, 2024-02-07 18:04:17.461053 stored: 2024.02.08.18.04.12, 2024-02-08 18:04:12.917946 stored: 2024.02.09.18.03.57, 2024-02-09 18:03:57.571676 stored: 2024.02.10.18.03.44, 2024-02-10 18:03:44.611405 stored: 2024.02.11.18.04.12, 2024-02-11 18:04:12.699865 stored: 2024.02.12.18.04.21, 2024-02-12 18:04:21.240786 stored: 2024.02.13.18.04.07, 2024-02-13 18:04:07.583684 stored: 2024.02.14.18.04.15, 2024-02-14 18:04:15.479847 stored: 2024.02.15.18.03.33, 2024-02-15 18:03:33.902696 stored: 2024.02.16.18.04.15, 2024-02-16 18:04:15.579528 stored: 2024.02.17.18.04.11, 2024-02-17 18:04:11.378379 stored: 2024.02.18.18.03.31, 2024-02-18 18:03:31.593073 stored: 2024.02.19.18.03.33, 2024-02-19 18:03:33.441411 stored: 2024.02.20.18.03.54, 2024-02-20 18:03:54.708161 stored: 2024.02.21.18.03.46, 2024-02-21 18:03:46.181202 stored: 2024.02.22.18.04.10, 2024-02-22 18:04:10.334308 stored: 2024.02.23.18.04.17, 2024-02-23 18:04:17.168341 stored: 2024.02.24.18.04.01, 2024-02-24 18:04:01.037755 stored: 2024.02.25.18.04.14, 2024-02-25 18:04:14.762871 stored: 2024.02.26.18.03.46, 2024-02-26 18:03:46.032650 stored: 2024.02.27.18.03.35, 2024-02-27 18:03:35.380452 stored: 2024.02.28.18.04.21, 2024-02-28 18:04:21.319028 stored: 2024.02.29.18.04.17, 2024-02-29 18:04:17.382031 stored: 2024.03.01.11.51.27, 2024-03-01 11:51:27.864322 stored: 2024.03.02.18.03.48, 2024-03-02 18:03:48.095426 stored: 2024.03.03.18.04.22, 2024-03-03 18:04:22.542317 stored: 2024.03.04.18.04.16, 2024-03-04 18:04:16.908574 stored: 2024.03.05.18.04.43, 2024-03-05 18:04:43.511287 stored: 2024.03.06.18.04.23, 2024-03-06 18:04:23.133369 stored: 2024.03.07.18.04.24, 2024-03-07 18:04:24.284384 stored: 2024.03.08.18.04.39, 2024-03-08 18:04:39.126761 stored: 2024.03.09.19.04.26, 2024-03-09 19:04:26.299326 stored: 2024.03.11.18.04.29, 2024-03-11 18:04:29.104282 stored: 2024.03.13.10.06.08, 2024-03-13 10:06:08.100179 stored: 2024.03.14.18.04.10, 2024-03-14 18:04:10.495495 stored: 2024.03.21.05.36.54, 2024-03-21 05:36:54.343295 stored: 2024.03.25.14.45.01, 2024-03-25 14:45:01.255571 stored: 2024.03.26.08.24.36, 2024-03-26 08:24:36.827514 stored: 2024.03.26.18.04.49, 2024-03-26 18:04:49.014032 stored: 2024.03.27.18.04.43, 2024-03-27 18:04:43.723538 stored: 2024.03.28.18.04.59, 2024-03-28 18:04:59.974123 stored: 2024.03.29.18.04.47, 2024-03-29 18:04:47.160830 stored: 2024.03.30.18.04.46, 2024-03-30 18:04:46.190314 stored: 2024.03.31.18.04.37, 2024-03-31 18:04:37.571591 stored: 2024.04.01.18.04.48, 2024-04-01 18:04:48.193051 stored: 2024.04.08.18.04.06, 2024-04-08 18:04:06.719116 stored: 2024.04.09.18.04.55, 2024-04-09 18:04:55.028191 stored: 2024.04.10.18.04.42, 2024-04-10 18:04:42.441877 stored: 2024.04.11.18.04.42, 2024-04-11 18:04:42.887368 stored: 2024.04.12.18.04.42, 2024-04-12 18:04:42.437771 stored: 2024.04.13.18.04.48, 2024-04-13 18:04:48.865055 stored: 2024.04.14.18.04.42, 2024-04-14 18:04:42.705675 stored: 2024.04.15.18.04.49, 2024-04-15 18:04:49.659754 stored: 2024.04.16.18.04.41, 2024-04-16 18:04:41.975325 stored: 2024.04.17.18.04.49, 2024-04-17 18:04:49.547007 stored: 2024.04.18.18.04.42, 2024-04-18 18:04:42.451810 stored: 2024.04.19.18.04.42, 2024-04-19 18:04:42.966390 stored: 2024.04.20.18.04.54, 2024-04-20 18:04:54.306767 stored: 2024.04.21.18.04.55, 2024-04-21 18:04:55.917471 stored: 2024.04.22.18.04.53, 2024-04-22 18:04:53.945876 stored: 2024.04.23.18.04.51, 2024-04-23 18:04:51.918096 stored: 2024.04.24.18.04.57, 2024-04-24 18:04:57.906309 stored: 2024.04.25.18.04.53, 2024-04-25 18:04:53.206736 stored: 2024.04.26.18.04.41, 2024-04-26 18:04:41.337053 stored: 2024.04.27.18.04.51, 2024-04-27 18:04:51.160415 stored: 2024.04.28.18.05.03, 2024-04-28 18:05:03.025174 stored: 2024.04.30.18.04.48, 2024-04-30 18:04:48.947989 stored: 2024.05.01.18.04.51, 2024-05-01 18:04:51.835196 stored: 2024.05.02.18.04.58, 2024-05-02 18:04:58.197381 stored: 2024.05.03.18.04.49, 2024-05-03 18:04:49.139787 stored: 2024.05.04.18.04.58, 2024-05-04 18:04:58.496124 stored: 2024.05.05.18.04.50, 2024-05-05 18:04:50.895792 stored: 2024.05.06.18.04.48, 2024-05-06 18:04:48.471433 stored: 2024.05.07.18.04.56, 2024-05-07 18:04:56.382166 stored: 2024.05.08.18.04.48, 2024-05-08 18:04:48.871003 stored: 2024.05.09.18.05.02, 2024-05-09 18:05:02.624753 stored: 2024.05.16.07.59.14, 2024-05-16 07:59:14.267101 stored: 2024.05.16.18.04.25, 2024-05-16 18:04:25.612385 stored: 2024.05.17.18.04.53, 2024-05-17 18:04:53.908938 stored: 2024.05.18.18.04.27, 2024-05-18 18:04:27.957792 stored: 2024.05.19.18.04.47, 2024-05-19 18:04:47.048017 stored: 2024.05.20.18.04.42, 2024-05-20 18:04:42.665907 stored: 2024.05.21.18.04.37, 2024-05-21 18:04:37.372426 stored: 2024.05.22.18.04.54, 2024-05-22 18:04:54.009020 stored: 2024.05.23.18.04.49, 2024-05-23 18:04:49.768181 stored: 2024.05.24.18.04.46, 2024-05-24 18:04:46.500581 stored: 2024.05.25.18.04.53, 2024-05-25 18:04:53.427120 stored: 2024.05.26.18.04.37, 2024-05-26 18:04:37.829545 stored: 2024.05.27.18.04.49, 2024-05-27 18:04:49.186481 stored: 2024.05.28.18.04.22, 2024-05-28 18:04:22.116869 stored: 2024.05.29.18.04.35, 2024-05-29 18:04:35.690509 stored: 2024.05.30.18.04.36, 2024-05-30 18:04:36.585145 stored: 2024.05.31.18.04.20, 2024-05-31 18:04:20.924811 stored: 2024.06.01.18.04.40, 2024-06-01 18:04:40.841522 stored: 2024.06.02.18.04.47, 2024-06-02 18:04:47.305969 stored: 2024.06.03.18.04.43, 2024-06-03 18:04:43.386019 stored: 2024.06.04.18.04.21, 2024-06-04 18:04:21.057006 stored: 2024.06.05.18.04.22, 2024-06-05 18:04:22.401035 stored: 2024.06.07.12.46.00, 2024-06-07 12:46:00.865783 stored: 2024.06.24.18.18.28, 2024-06-24 18:18:28.261776 stored: 2024.06.25.18.04.47, 2024-06-25 18:04:47.991290 stored: 2024.06.28.18.04.49, 2024-06-28 18:04:49.408452 stored: 2024.06.29.18.05.15, 2024-06-29 18:05:15.692298 stored: 2024.06.30.18.04.40, 2024-06-30 18:04:40.833416 stored: 2024.07.01.18.04.59, 2024-07-01 18:04:59.708919 stored: 2024.07.05.14.34.52, 2024-07-05 14:34:52.048005 stored: 2024.07.06.18.05.10, 2024-07-06 18:05:10.575800 stored: 2024.07.07.18.04.46, 2024-07-07 18:04:46.818785 stored: 2024.07.08.18.05.05, 2024-07-08 18:05:05.519390 stored: 2024.07.09.18.04.52, 2024-07-09 18:04:52.335883 stored: 2024.07.10.18.04.33, 2024-07-10 18:04:33.817106 stored: 2024.07.11.18.04.45, 2024-07-11 18:04:45.433228 stored: 2024.07.12.18.04.36, 2024-07-12 18:04:36.444330 stored: 2024.07.13.18.05.09, 2024-07-13 18:05:09.770661 stored: 2024.07.14.18.05.02, 2024-07-14 18:05:02.584529 stored: 2024.07.15.18.04.56, 2024-07-15 18:04:56.278179 stored: 2024.07.19.10.09.41, 2024-07-19 10:09:41.366450 stored: 2024.07.20.18.04.50, 2024-07-20 18:04:50.652503 stored: 2024.07.21.18.04.51, 2024-07-21 18:04:51.784942 stored: 2024.07.22.18.04.55, 2024-07-22 18:04:55.875979 stored: 2024.07.23.18.04.49, 2024-07-23 18:04:49.428200 stored: 2024.07.24.18.04.45, 2024-07-24 18:04:45.099677 stored: 2024.07.25.18.07.26, 2024-07-25 18:07:26.783134 stored: 2024.07.26.18.05.03, 2024-07-26 18:05:03.806166 stored: 2024.07.27.18.04.54, 2024-07-27 18:04:54.861044 stored: 2024.07.28.18.04.52, 2024-07-28 18:04:52.471391 stored: 2024.07.29.18.04.53, 2024-07-29 18:04:53.239266 stored: 2024.07.30.18.04.51, 2024-07-30 18:04:51.391070 stored: 2024.07.31.18.04.51, 2024-07-31 18:04:51.338127 stored: 2024.08.01.18.04.45, 2024-08-01 18:04:45.633638 stored: 2024.08.02.18.04.51, 2024-08-02 18:04:51.958712 stored: 2024.08.03.18.04.39, 2024-08-03 18:04:39.703527 stored: 2024.08.04.18.04.54, 2024-08-04 18:04:54.507015 stored: 2024.08.05.18.04.53, 2024-08-05 18:04:53.701273 stored: 2024.08.06.18.04.41, 2024-08-06 18:04:41.000453 stored: 2024.08.07.18.04.43, 2024-08-07 18:04:43.898084 stored: 2024.08.08.18.05.00, 2024-08-08 18:05:00.921781 stored: 2024.08.09.18.04.50, 2024-08-09 18:04:50.434863 stored: 2024.08.10.18.04.37, 2024-08-10 18:04:37.739388 stored: 2024.08.11.18.04.58, 2024-08-11 18:04:58.602534 stored: 2024.08.12.18.04.57, 2024-08-12 18:04:57.823980 stored: 2024.08.13.18.04.54, 2024-08-13 18:04:54.349862 stored: 2024.08.14.18.04.40, 2024-08-14 18:04:40.342972 stored: 2024.08.15.18.04.44, 2024-08-15 18:04:44.163647 stored: 2024.08.16.18.04.43, 2024-08-16 18:04:43.569258 stored: 2024.08.17.18.05.08, 2024-08-17 18:05:08.131613 stored: 2024.08.18.18.04.38, 2024-08-18 18:04:38.554105 stored: 2024.08.19.18.05.00, 2024-08-19 18:05:00.394914 stored: 2024.08.20.18.04.44, 2024-08-20 18:04:44.553783 stored: 2024.08.21.18.04.48, 2024-08-21 18:04:48.118647 stored: 2024.08.22.18.04.53, 2024-08-22 18:04:53.058467 stored: 2024.08.23.18.04.56, 2024-08-23 18:04:56.798655 stored: 2024.08.24.18.04.57, 2024-08-24 18:04:57.195971 stored: 2024.08.25.21.10.00, 2024-08-25 21:10:00.275062 stored: 2024.08.26.18.04.51, 2024-08-26 18:04:51.058180 stored: 2024.08.28.12.39.54, 2024-08-28 12:39:54.884515 stored: 2024.08.29.10.46.46, 2024-08-29 10:46:46.470600 stored: 2024.08.30.18.05.31, 2024-08-30 18:05:31.972909 stored: 2024.08.31.18.04.57, 2024-08-31 18:04:57.206862 stored: 2024.09.01.18.04.57, 2024-09-01 18:04:57.677691 stored: 2024.09.02.18.04.47, 2024-09-02 18:04:47.844531 stored: 2024.09.03.18.04.43, 2024-09-03 18:04:43.584258 stored: 2024.09.04.18.04.42, 2024-09-04 18:04:42.609037 stored: 2024.09.05.18.09.19, 2024-09-05 18:09:19.298054 stored: 2024.09.07.18.05.01, 2024-09-07 18:05:01.283922 stored: 2024.09.08.18.04.35, 2024-09-08 18:04:35.577708 stored: 2024.09.09.18.10.21, 2024-09-09 18:10:21.900374 stored: 2024.09.11.07.38.47, 2024-09-11 07:38:47.460570 stored: 2024.09.14.10.37.43, 2024-09-14 10:37:43.010193 stored: 2024.09.15.18.04.42, 2024-09-15 18:04:42.073318 stored: 2024.09.16.18.04.32, 2024-09-16 18:04:32.474103 stored: 2024.09.17.18.04.38, 2024-09-17 18:04:38.095228 stored: 2024.09.18.18.04.39, 2024-09-18 18:04:39.675729 stored: 2024.09.19.18.04.36, 2024-09-19 18:04:36.500060 stored: 2024.09.20.18.04.37, 2024-09-20 18:04:37.141045 stored: 2024.09.21.18.04.39, 2024-09-21 18:04:39.650832 stored: 2024.09.22.18.04.42, 2024-09-22 18:04:42.244693 stored: 2024.09.23.18.04.33, 2024-09-23 18:04:33.377788 stored: 2024.09.24.18.04.44, 2024-09-24 18:04:44.022955 stored: 2024.09.25.18.04.39, 2024-09-25 18:04:39.700000 stored: 2024.09.26.18.04.34, 2024-09-26 18:04:34.998437 stored: 2024.09.27.18.04.27, 2024-09-27 18:04:27.188926 stored: 2024.10.03.22.29.23, 2024-10-03 22:29:23.443216 stored: 2024.10.04.18.04.34, 2024-10-04 18:04:34.049732 stored: 2024.10.05.18.04.32, 2024-10-05 18:04:32.525901 stored: 2024.10.06.18.04.35, 2024-10-06 18:04:35.475734 stored: 2024.10.07.18.04.38, 2024-10-07 18:04:38.149213 stored: 2024.10.08.10.50.32, 2024-10-08 10:50:32.994734 stored: 2024.10.09.18.04.30, 2024-10-09 18:04:30.774064 stored: 2024.10.10.18.04.33, 2024-10-10 18:04:33.451163 stored: 2024.10.11.18.04.35, 2024-10-11 18:04:35.085256 stored: 2024.10.12.18.20.19, 2024-10-12 18:20:19.153130 stored: 2024.10.13.18.05.00, 2024-10-13 18:05:00.613255 stored: 2024.10.14.18.04.39, 2024-10-14 18:04:39.033727 stored: 2024.10.15.18.04.39, 2024-10-15 18:04:39.214151 stored: 2024.10.16.18.04.46, 2024-10-16 18:04:46.209962 stored: 2024.10.17.18.04.37, 2024-10-17 18:04:37.294297 stored: 2024.10.18.18.04.35, 2024-10-18 18:04:35.622873 stored: 2024.10.19.18.04.34, 2024-10-19 18:04:34.301592 stored: 2024.10.20.18.04.26, 2024-10-20 18:04:26.969429 stored: 2024.10.21.18.04.31, 2024-10-21 18:04:31.965066 stored: 2024.10.22.18.04.32, 2024-10-22 18:04:32.832724 stored: 2024.10.23.18.04.30, 2024-10-23 18:04:30.398844 stored: 2024.10.24.18.04.28, 2024-10-24 18:04:28.227793 stored: 2024.10.25.18.04.37, 2024-10-25 18:04:37.006433 stored: 2024.10.26.18.04.26, 2024-10-26 18:04:26.417781 stored: 2024.10.27.18.04.42, 2024-10-27 18:04:42.696080 stored: 2024.10.28.18.04.32, 2024-10-28 18:04:32.056814 stored: 2024.10.29.18.04.38, 2024-10-29 18:04:38.380642 stored: 2024.10.30.18.12.23, 2024-10-30 18:12:23.802985 stored: 2024.10.31.18.05.01, 2024-10-31 18:05:01.997278 stored: 2024.11.01.18.04.36, 2024-11-01 18:04:36.750145 stored: 2024.11.02.18.04.42, 2024-11-02 18:04:42.082012 stored: 2024.11.03.18.04.31, 2024-11-03 18:04:31.694428 stored: 2024.11.04.18.04.43, 2024-11-04 18:04:43.739911 stored: 2024.11.05.18.04.45, 2024-11-05 18:04:45.021461 stored: 2024.11.06.18.04.47, 2024-11-06 18:04:47.582715 stored: 2024.11.08.18.04.44, 2024-11-08 18:04:44.146934 stored: 2024.11.09.18.04.48, 2024-11-09 18:04:48.032952 stored: 2024.11.10.18.04.45, 2024-11-10 18:04:45.580530 stored: 2024.11.11.18.04.42, 2024-11-11 18:04:42.625935 stored: 2024.11.15.09.08.44, 2024-11-15 09:08:44.716209 stored: 2024.11.16.18.04.49, 2024-11-16 18:04:49.882973 stored: 2024.11.17.18.04.47, 2024-11-17 18:04:47.831855 stored: 2024.11.20.15.41.38, 2024-11-20 15:41:38.355726 stored: 2024.11.21.18.04.33, 2024-11-21 18:04:33.568076 stored: 2024.11.22.18.04.57, 2024-11-22 18:04:57.111066 stored: 2024.11.23.18.04.39, 2024-11-23 18:04:39.972993 stored: 2024.11.24.18.04.35, 2024-11-24 18:04:35.533178 stored: 2024.11.25.18.04.42, 2024-11-25 18:04:42.033686 stored: 2024.11.26.18.04.34, 2024-11-26 18:04:34.211537 stored: 2024.11.27.18.04.38, 2024-11-27 18:04:38.016755 stored: 2024.11.28.18.04.38, 2024-11-28 18:04:38.748617 stored: 2024.11.29.18.04.41, 2024-11-29 18:04:41.429320 stored: 2024.11.30.18.04.41, 2024-11-30 18:04:41.161757 stored: 2024.12.01.18.04.40, 2024-12-01 18:04:40.713988 stored: 2024.12.02.18.04.43, 2024-12-02 18:04:43.156007 stored: 2024.12.03.18.04.40, 2024-12-03 18:04:40.248877 stored: 2024.12.05.13.06.52, 2024-12-05 13:06:52.703831 stored: 2024.12.06.18.04.40, 2024-12-06 18:04:40.445194 stored: 2024.12.07.18.05.11, 2024-12-07 18:05:11.891294 stored: 2024.12.08.18.04.48, 2024-12-08 18:04:48.683523 stored: 2024.12.09.18.05.31, 2024-12-09 18:05:31.152967 stored: 2024.12.10.18.04.55, 2024-12-10 18:04:55.916408 stored: 2024.12.13.18.05.05, 2024-12-13 18:05:05.743550 stored: 2024.12.14.18.05.06, 2024-12-14 18:05:06.332887 stored: 2024.12.15.18.05.11, 2024-12-15 18:05:11.733292 stored: 2024.12.17.10.15.19, 2024-12-17 10:15:19.866993 stored: 2024.12.18.07.17.26, 2024-12-18 07:17:26.757877 stored: 2024.12.19.18.05.17, 2024-12-19 18:05:17.510403 stored: 2024.12.20.15.52.40, 2024-12-20 15:52:40.202576 stored: 2024.12.21.18.05.16, 2024-12-21 18:05:16.214989 stored: 2024.12.22.18.05.12, 2024-12-22 18:05:12.764758 stored: 2024.12.23.18.05.16, 2024-12-23 18:05:16.749082 stored: 2024.12.24.18.05.33, 2024-12-24 18:05:33.131144 stored: 2024.12.25.18.05.25, 2024-12-25 18:05:25.134418 stored: 2024.12.26.18.05.18, 2024-12-26 18:05:18.974986 stored: 2024.12.27.18.05.20, 2024-12-27 18:05:20.779605 stored: 2024.12.28.18.05.15, 2024-12-28 18:05:15.508385 stored: 2024.12.29.18.05.19, 2024-12-29 18:05:19.969078 stored: 2024.12.30.18.05.19, 2024-12-30 18:05:19.652010 stored: 2024.12.31.22.04.11, 2024-12-31 22:04:11.207358 stored: 2025.01.01.18.05.15, 2025-01-01 18:05:15.010169 stored: 2025.01.02.18.05.16, 2025-01-02 18:05:16.447631 stored: 2025.01.03.18.05.11, 2025-01-03 18:05:11.559658 stored: 2025.01.04.21.03.05, 2025-01-04 21:03:05.432577 stored: 2025.01.05.18.05.01, 2025-01-05 18:05:01.155667 stored: 2025.01.06.18.04.55, 2025-01-06 18:04:55.058358 stored: 2025.01.07.18.05.00, 2025-01-07 18:05:00.449358 stored: 2025.01.08.18.04.50, 2025-01-08 18:04:50.485677 stored: 2025.01.09.18.04.50, 2025-01-09 18:04:50.730317 stored: 2025.01.10.18.04.51, 2025-01-10 18:04:51.866253 stored: 2025.01.11.18.04.57, 2025-01-11 18:04:57.802015 stored: 2025.01.12.18.04.48, 2025-01-12 18:04:48.512058 stored: 2025.01.13.18.05.16, 2025-01-13 18:05:16.726006 stored: 2025.01.14.18.04.53, 2025-01-14 18:04:53.636066 stored: 2025.01.15.18.05.16, 2025-01-15 18:05:16.063094 stored: 2025.01.16.18.04.58, 2025-01-16 18:04:58.536571 stored: 2025.01.17.18.04.57, 2025-01-17 18:04:57.654147 stored: 2025.01.18.18.05.31, 2025-01-18 18:05:31.834591 stored: 2025.01.19.18.04.50, 2025-01-19 18:04:50.396954 stored: 2025.01.20.18.04.52, 2025-01-20 18:04:52.862843 stored: 2025.01.21.18.04.51, 2025-01-21 18:04:51.119185 stored: 2025.01.22.18.04.50, 2025-01-22 18:04:50.662399 stored: 2025.01.23.18.04.54, 2025-01-23 18:04:54.573766 stored: 2025.01.24.18.04.51, 2025-01-24 18:04:51.816461 stored: 2025.01.25.18.04.51, 2025-01-25 18:04:51.607056 stored: 2025.01.26.18.04.54, 2025-01-26 18:04:54.548405 stored: 2025.01.27.18.04.52, 2025-01-27 18:04:52.499314 stored: 2025.01.28.18.04.55, 2025-01-28 18:04:55.588517 stored: 2025.01.29.18.05.15, 2025-01-29 18:05:15.608010 stored: 2025.01.30.18.04.58, 2025-01-30 18:04:58.892230 stored: 2025.01.31.18.04.58, 2025-01-31 18:04:58.660504 stored: 2025.02.01.18.04.54, 2025-02-01 18:04:54.467450 stored: 2025.02.02.18.05.04, 2025-02-02 18:05:04.409782 stored: 2025.02.03.18.04.56, 2025-02-03 18:04:56.274618 stored: 2025.02.04.18.05.11, 2025-02-04 18:05:11.760057 stored: 2025.02.05.18.04.55, 2025-02-05 18:04:55.550307 stored: 2025.02.06.18.04.59, 2025-02-06 18:04:59.700456 stored: 2025.02.07.18.05.03, 2025-02-07 18:05:03.663828 stored: 2025.02.08.18.05.01, 2025-02-08 18:05:01.053948 stored: 2025.02.09.18.05.04, 2025-02-09 18:05:04.796583 stored: 2025.02.10.18.05.18, 2025-02-10 18:05:18.275013 stored: 2025.02.11.18.04.54, 2025-02-11 18:04:54.602368 stored: 2025.02.12.18.05.00, 2025-02-12 18:05:00.943200 stored: 2025.02.13.18.05.07, 2025-02-13 18:05:07.853302 stored: 2025.02.14.18.05.15, 2025-02-14 18:05:15.315494 stored: 2025.02.15.18.04.54, 2025-02-15 18:04:54.133851 stored: 2025.02.16.18.05.30, 2025-02-16 18:05:30.947321 stored: 2025.02.17.18.05.08, 2025-02-17 18:05:08.565958 stored: 2025.02.18.18.05.08, 2025-02-18 18:05:08.161211 stored: 2025.02.19.18.05.06, 2025-02-19 18:05:06.756290 stored: 2025.02.20.18.05.01, 2025-02-20 18:05:01.388462 stored: 2025.02.21.18.04.56, 2025-02-21 18:04:56.391876 stored: 2025.02.22.18.05.01, 2025-02-22 18:05:01.653275 stored: 2025.02.23.18.04.59, 2025-02-23 18:04:59.069330 stored: 2025.02.24.18.05.09, 2025-02-24 18:05:09.197346 stored: 2025.02.25.18.05.25, 2025-02-25 18:05:25.080336 stored: 2025.02.26.18.04.59, 2025-02-26 18:04:59.080203 stored: 2025.02.27.18.05.02, 2025-02-27 18:05:02.007575 stored: 2025.03.01.19.39.06, 2025-03-01 19:39:06.132266 stored: 2025.03.02.18.05.12, 2025-03-02 18:05:12.914635 stored: 2025.03.08.09.51.30, 2025-03-08 09:51:30.025454 stored: 2025.03.09.11.51.56, 2025-03-09 11:51:56.113443 stored: 2025.03.10.18.05.00, 2025-03-10 18:05:00.383506 stored: 2025.03.11.18.04.37, 2025-03-11 18:04:37.889374 stored: 2025.03.12.18.05.25, 2025-03-12 18:05:25.364996 stored: 2025.03.13.18.04.56, 2025-03-13 18:04:56.892789 stored: 2025.03.14.18.04.59, 2025-03-14 18:04:59.403480 stored: 2025.03.15.18.05.05, 2025-03-15 18:05:05.491275 stored: 2025.03.16.18.04.58, 2025-03-16 18:04:58.080159 stored: 2025.03.17.18.05.09, 2025-03-17 18:05:09.888343 stored: 2025.03.18.18.04.59, 2025-03-18 18:04:59.925862 stored: 2025.03.19.18.04.59, 2025-03-19 18:04:59.924528 stored: 2025.03.20.18.05.06, 2025-03-20 18:05:06.193253 stored: 2025.03.21.18.05.11, 2025-03-21 18:05:11.188567 stored: 2025.03.22.18.05.05, 2025-03-22 18:05:05.187833 stored: 2025.03.23.18.05.02, 2025-03-23 18:05:02.247660 stored: 2025.03.24.18.05.19, 2025-03-24 18:05:19.424004 stored: 2025.03.25.18.05.06, 2025-03-25 18:05:06.601886 stored: 2025.03.26.18.05.14, 2025-03-26 18:05:14.858557 stored: 2025.03.27.18.05.01, 2025-03-27 18:05:01.528354 stored: 2025.03.28.18.05.05, 2025-03-28 18:05:05.572502 stored: 2025.03.29.18.05.03, 2025-03-29 18:05:03.814697 stored: 2025.03.30.18.05.05, 2025-03-30 18:05:05.618659 stored: 2025.03.31.18.05.08, 2025-03-31 18:05:08.702674 stored: 2025.04.01.18.05.33, 2025-04-01 18:05:33.483705 stored: 2025.04.02.18.05.10, 2025-04-02 18:05:10.716841 stored: 2025.04.03.18.05.11, 2025-04-03 18:05:11.565423 stored: 2025.04.04.18.05.11, 2025-04-04 18:05:11.447826 stored: 2025.04.05.18.05.10, 2025-04-05 18:05:10.742513 stored: 2025.04.06.18.05.09, 2025-04-06 18:05:09.032350 stored: 2025.04.07.18.05.39, 2025-04-07 18:05:39.290296 stored: 2025.04.08.18.04.48, 2025-04-08 18:04:48.401395 stored: 2025.04.09.18.05.06, 2025-04-09 18:05:06.587860 stored: 2025.04.12.15.30.13, 2025-04-12 15:30:13.001596 stored: 2025.04.13.06.22.27, 2025-04-13 06:22:27.914604 stored: 2025.04.13.21.13.14, 2025-04-13 21:13:14.788575 stored: 2025.04.14.18.05.20, 2025-04-14 18:05:20.794814 stored: 2025.04.15.11.55.47, 2025-04-15 11:55:47.877794 stored: 2025.04.16.18.05.19, 2025-04-16 18:05:19.706948 stored: 2025.04.17.18.05.15, 2025-04-17 18:05:15.058080 stored: 2025.04.18.18.05.13, 2025-04-18 18:05:13.648572 stored: 2025.04.19.18.05.12, 2025-04-19 18:05:12.690150 stored: 2025.04.20.18.05.09, 2025-04-20 18:05:09.180526 stored: 2025.04.21.18.05.43, 2025-04-21 18:05:43.753791 stored: 2025.04.22.18.05.18, 2025-04-22 18:05:18.557319 stored: 2025.04.23.18.05.16, 2025-04-23 18:05:16.528526 stored: 2025.04.24.18.05.45, 2025-04-24 18:05:45.863422 stored: 2025.04.25.18.05.13, 2025-04-25 18:05:13.710152 stored: 2025.04.26.18.05.15, 2025-04-26 18:05:15.658793 stored: 2025.04.27.18.05.07, 2025-04-27 18:05:07.428123 stored: 2025.04.28.18.05.12, 2025-04-28 18:05:12.797233 stored: 2025.05.01.10.59.59, 2025-05-01 10:59:59.037468 stored: 2025.05.02.18.05.28, 2025-05-02 18:05:28.887848 stored: 2025.05.03.18.05.22, 2025-05-03 18:05:22.552851 stored: 2025.05.04.18.05.05, 2025-05-04 18:05:05.598143 stored: 2025.05.13.07.27.26, 2025-05-13 07:27:26.381358 stored: 2025.05.15.18.52.13, 2025-05-15 18:52:13.776529 stored: 2025.05.17.08.06.12, 2025-05-17 08:06:12.674466 stored: 2025.05.19.09.04.09, 2025-05-19 09:04:09.728986 stored: 2025.05.22.13.57.08, 2025-05-22 13:57:08.808466 stored: 2025.05.24.10.00.52, 2025-05-24 10:00:52.316358 stored: 2025.05.25.12.14.31, 2025-05-25 12:14:31.028020 stored: 2025.05.30.03.12.18, 2025-05-30 03:12:18.106650 stored: 2025.05.30.20.23.35, 2025-05-30 20:23:35.405015 stored: 2025.05.31.18.05.20, 2025-05-31 18:05:20.723733 stored: 2025.06.01.18.05.14, 2025-06-01 18:05:14.574276 stored: 2025.06.02.18.05.15, 2025-06-02 18:05:15.900602 stored: 2025.06.03.18.05.18, 2025-06-03 18:05:18.223155 stored: 2025.06.05.18.05.16, 2025-06-05 18:05:16.546272 stored: 2025.06.06.18.05.25, 2025-06-06 18:05:25.771389 stored: 2025.06.07.18.05.10, 2025-06-07 18:05:10.788167 stored: 2025.06.08.18.05.21, 2025-06-08 18:05:21.222466 stored: 2025.06.09.18.05.14, 2025-06-09 18:05:14.774679 stored: 2025.06.10.18.05.19, 2025-06-10 18:05:19.541930 stored: 2025.06.11.18.05.26, 2025-06-11 18:05:26.639643 stored: 2025.06.12.18.05.15, 2025-06-12 18:05:15.124517 stored: 2025.06.13.18.04.59, 2025-06-13 18:04:59.062910 stored: 2025.06.20.06.49.46, 2025-06-20 06:49:46.123988 stored: 2025.06.21.18.05.14, 2025-06-21 18:05:14.693572 stored: 2025.06.22.18.05.28, 2025-06-22 18:05:28.829408 stored: 2025.06.23.18.04.59, 2025-06-23 18:04:59.665244 stored: 2025.06.24.18.05.04, 2025-06-24 18:05:04.974657 stored: 2025.06.25.18.05.10, 2025-06-25 18:05:10.243421 stored: 2025.06.26.18.04.52, 2025-06-26 18:04:52.343803 stored: 2025.06.27.18.05.05, 2025-06-27 18:05:05.716181 stored: 2025.06.28.18.04.50, 2025-06-28 18:04:50.099950 stored: 2025.06.29.18.05.03, 2025-06-29 18:05:03.562419 stored: 2025.06.30.18.04.57, 2025-06-30 18:04:57.777357 stored: 2025.07.01.18.04.59, 2025-07-01 18:04:59.335039 stored: 2025.07.02.18.04.57, 2025-07-02 18:04:57.643167 stored: 2025.07.04.18.03.59, 2025-07-04 18:03:59.992718 stored: 2025.07.05.18.04.46, 2025-07-05 18:04:46.414665 stored: 2025.07.06.18.05.17, 2025-07-06 18:05:17.539736 stored: 2025.07.07.18.04.30, 2025-07-07 18:04:30.728679 stored: 2025.07.08.18.04.24, 2025-07-08 18:04:24.781100 stored: 2025.07.09.18.04.39, 2025-07-09 18:04:39.547654 stored: 2025.07.10.18.04.24, 2025-07-10 18:04:24.531816 stored: 2025.07.11.18.04.28, 2025-07-11 18:04:28.322448 stored: 2025.07.12.18.04.24, 2025-07-12 18:04:24.206422 stored: 2025.07.13.18.04.32, 2025-07-13 18:04:32.217783 stored: 2025.07.14.18.04.27, 2025-07-14 18:04:27.866780 stored: 2025.07.15.18.04.25, 2025-07-15 18:04:25.803016 stored: 2025.07.16.18.04.22, 2025-07-16 18:04:22.019676 stored: 2025.07.17.18.04.07, 2025-07-17 18:04:07.906594 stored: 2025.07.18.18.04.10, 2025-07-18 18:04:10.242916 stored: 2025.07.19.18.06.06, 2025-07-19 18:06:06.433114 stored: 2025.07.20.18.04.12, 2025-07-20 18:04:12.311952 stored: 2025.07.21.18.04.18, 2025-07-21 18:04:18.581778 stored: 2025.07.22.18.04.11, 2025-07-22 18:04:11.661291 stored: 2025.07.23.18.04.27, 2025-07-23 18:04:27.194923 stored: 2025.07.24.18.04.21, 2025-07-24 18:04:21.144539 stored: 2025.07.25.18.04.21, 2025-07-25 18:04:21.733835 stored: 2025.07.26.18.04.08, 2025-07-26 18:04:08.801290 stored: 2025.07.27.18.04.10, 2025-07-27 18:04:10.753590 stored: 2025.07.28.18.04.25, 2025-07-28 18:04:25.256431 stored: 2025.07.29.18.04.08, 2025-07-29 18:04:08.654755 stored: 2025.07.30.18.04.33, 2025-07-30 18:04:33.252555 stored: 2025.07.31.18.04.15, 2025-07-31 18:04:15.163162 stored: 2025.08.01.18.04.05, 2025-08-01 18:04:05.884163 stored: 2025.08.02.18.04.17, 2025-08-02 18:04:17.527059 stored: 2025.08.03.18.04.04, 2025-08-03 18:04:04.783803 stored: 2025.08.04.18.04.39, 2025-08-04 18:04:39.899384 stored: 2025.08.05.18.04.16, 2025-08-05 18:04:16.364334 stored: 2025.08.06.18.04.40, 2025-08-06 18:04:40.562933 stored: 2025.08.07.18.04.39, 2025-08-07 18:04:39.001563 stored: 2025.08.08.18.04.12, 2025-08-08 18:04:12.207177 stored: 2025.08.09.18.04.26, 2025-08-09 18:04:26.911823 stored: 2025.08.10.18.04.38, 2025-08-10 18:04:38.772973 stored: 2025.08.11.18.04.07, 2025-08-11 18:04:07.395411 stored: 2025.08.13.20.38.43, 2025-08-13 20:38:43.129452 stored: 2025.08.14.18.04.21, 2025-08-14 18:04:21.341116 stored: 2025.08.15.18.04.14, 2025-08-15 18:04:14.514850 stored: 2025.08.16.18.04.23, 2025-08-16 18:04:23.579430 stored: 2025.08.17.18.04.10, 2025-08-17 18:04:10.420586 stored: 2025.08.21.06.51.27, 2025-08-21 06:51:27.423323 stored: 2025.08.22.18.04.07, 2025-08-22 18:04:07.837093 stored: 2025.08.23.18.04.10, 2025-08-23 18:04:10.036647 stored: 2025.08.24.18.04.11, 2025-08-24 18:04:11.271058 stored: 2025.08.25.18.04.16, 2025-08-25 18:04:16.917624 stored: 2025.08.26.09.41.17, 2025-08-26 09:41:17.603539 stored: 2025.08.27.18.04.11, 2025-08-27 18:04:11.486036 stored: 2025.08.29.09.36.14, 2025-08-29 09:36:14.068420 stored: 2025.08.30.18.04.27, 2025-08-30 18:04:27.691733 stored: 2025.08.31.18.04.13, 2025-08-31 18:04:13.705633 stored: 2025.09.01.18.04.24, 2025-09-01 18:04:24.955933 stored: 2025.09.02.18.04.31, 2025-09-02 18:04:31.165096 stored: 2025.09.03.18.04.13, 2025-09-03 18:04:13.174787 stored: 2025.09.04.18.04.14, 2025-09-04 18:04:14.810373 stored: 2025.09.05.18.04.50, 2025-09-05 18:04:50.326478 stored: 2025.09.06.18.04.33, 2025-09-06 18:04:33.396924 stored: 2025.09.07.18.04.39, 2025-09-07 18:04:39.081850 stored: 2025.09.08.18.04.23, 2025-09-08 18:04:23.721487 stored: 2025.09.09.18.04.22, 2025-09-09 18:04:22.720843 stored: 2025.09.10.18.04.41, 2025-09-10 18:04:41.573780 stored: 2025.09.13.11.02.31, 2025-09-13 11:02:31.883617 stored: 2025.09.14.02.07.00, 2025-09-14 02:07:00.682208 stored: 2025.09.14.18.48.00, 2025-09-14 18:48:00.982819 stored: 2025.09.15.18.04.28, 2025-09-15 18:04:28.690337 stored: 2025.09.16.18.04.08, 2025-09-16 18:04:08.412948 stored: 2025.09.17.18.04.26, 2025-09-17 18:04:26.478048 stored: 2025.09.18.18.04.27, 2025-09-18 18:04:27.657081 stored: 2025.09.19.18.04.23, 2025-09-19 18:04:23.609976 stored: 2025.09.20.18.04.23, 2025-09-20 18:04:23.943885 stored: 2025.09.21.18.04.40, 2025-09-21 18:04:40.266318 stored: 2025.09.22.18.04.07, 2025-09-22 18:04:07.339250 stored: 2025.09.23.18.04.12, 2025-09-23 18:04:12.234520 stored: 2025.09.25.17.49.04, 2025-09-25 17:49:04.950210 stored: 2025.09.26.18.04.12, 2025-09-26 18:04:12.512693 stored: 2025.09.27.18.04.14, 2025-09-27 18:04:14.793210 stored: 2025.09.28.18.04.12, 2025-09-28 18:04:12.621541 stored: 2025.10.01.10.05.07, 2025-10-01 10:05:07.909775 stored: 2025.10.06.09.42.55, 2025-10-06 09:42:55.867372 stored: 2025.10.10.20.23.06, 2025-10-10 20:23:06.410855 stored: 2025.10.11.18.03.48, 2025-10-11 18:03:48.140438 stored: 2025.10.12.18.03.42, 2025-10-12 18:03:42.537446 stored: 2025.10.13.18.03.41, 2025-10-13 18:03:41.899455 stored: 2025.10.14.18.03.49, 2025-10-14 18:03:49.001122 stored: 2025.10.15.18.03.41, 2025-10-15 18:03:41.611697 stored: 2025.10.16.18.03.41, 2025-10-16 18:03:41.622506 stored: 2025.10.17.18.03.41, 2025-10-17 18:03:41.543441 stored: 2025.10.18.18.03.41, 2025-10-18 18:03:41.328412 stored: 2025.10.19.18.03.41, 2025-10-19 18:03:41.622708 stored: 2025.10.21.18.03.58, 2025-10-21 18:03:58.811816 stored: 2025.10.22.18.03.51, 2025-10-22 18:03:51.617145 stored: 2025.10.23.18.03.52, 2025-10-23 18:03:52.041577 stored: 2025.10.24.18.03.44, 2025-10-24 18:03:44.358544 stored: 2025.10.25.18.03.39, 2025-10-25 18:03:39.877301 stored: 2025.10.26.18.03.45, 2025-10-26 18:03:45.353391 stored: 2025.10.27.18.03.47, 2025-10-27 18:03:47.463516 stored: 2025.10.28.18.03.49, 2025-10-28 18:03:49.023095 stored: 2025.10.29.18.03.37, 2025-10-29 18:03:37.087383 stored: 2025.10.30.18.03.44, 2025-10-30 18:03:44.382565 stored: 2025.10.31.18.03.40, 2025-10-31 18:03:40.823333 stored: 2025.11.01.18.03.38, 2025-11-01 18:03:38.979234 stored: 2025.11.02.18.03.39, 2025-11-02 18:03:39.301452 stored: 2025.11.03.18.03.43, 2025-11-03 18:03:43.137902 stored: 2025.11.04.18.03.39, 2025-11-04 18:03:39.718294 stored: 2025.11.05.18.03.40, 2025-11-05 18:03:40.234750 stored: 2025.11.09.09.37.30, 2025-11-09 09:37:30.202490 stored: 2025.11.10.00.36.14, 2025-11-10 00:36:14.183435 stored: 2025.11.10.18.03.37, 2025-11-10 18:03:37.863878 stored: 2025.11.11.18.03.44, 2025-11-11 18:03:44.875943 stored: 2025.11.12.18.03.43, 2025-11-12 18:03:43.366523 stored: 2025.11.13.18.03.48, 2025-11-13 18:03:48.067049 stored: 2025.11.14.18.03.40, 2025-11-14 18:03:40.540561 stored: 2025.11.15.18.03.39, 2025-11-15 18:03:39.619662 stored: 2025.11.16.18.03.39, 2025-11-16 18:03:39.318891 stored: 2025.11.17.18.03.43, 2025-11-17 18:03:43.152640 stored: 2025.11.25.07.39.29, 2025-11-25 07:39:29.524636 stored: 2025.11.26.21.49.19, 2025-11-26 21:49:19.997368 stored: 2025.11.27.18.03.37, 2025-11-27 18:03:37.327034 stored: 2025.11.28.18.03.49, 2025-11-28 18:03:49.662576 stored: 2025.11.29.18.03.50, 2025-11-29 18:03:50.054112 stored: 2025.11.30.18.03.38, 2025-11-30 18:03:38.200878 stored: 2025.12.01.18.03.49, 2025-12-01 18:03:49.516847 stored: 2025.12.02.18.03.40, 2025-12-02 18:03:40.088181 stored: 2025.12.03.18.03.47, 2025-12-03 18:03:47.190622 stored: 2025.12.04.18.03.43, 2025-12-04 18:03:43.423191 stored: 2025.12.05.18.03.41, 2025-12-05 18:03:41.677603 stored: 2025.12.06.18.03.40, 2025-12-06 18:03:40.242226 stored: 2025.12.07.18.03.49, 2025-12-07 18:03:49.924875 stored: 2025.12.08.18.03.58, 2025-12-08 18:03:58.718331 stored: 2025.12.09.18.03.53, 2025-12-09 18:03:53.079758 stored: 2025.12.10.18.03.43, 2025-12-10 18:03:43.071325 stored: 2025.12.11.18.03.40, 2025-12-11 18:03:40.076302 stored: 2025.12.13.18.03.50, 2025-12-13 18:03:50.249609 stored: 2025.12.14.18.03.41, 2025-12-14 18:03:41.461725 stored: 2025.12.15.18.03.42, 2025-12-15 18:03:42.109360 stored: 2025.12.16.18.03.40, 2025-12-16 18:03:40.888852 stored: 2025.12.17.18.03.44, 2025-12-17 18:03:44.923324 stored: 2025.12.18.18.04.11, 2025-12-18 18:04:11.204834 stored: 2025.12.19.18.03.42, 2025-12-19 18:03:42.451432 stored: 2025.12.20.18.03.40, 2025-12-20 18:03:40.061236 stored: 2025.12.21.18.03.40, 2025-12-21 18:03:40.119478 stored: 2025.12.22.18.03.44, 2025-12-22 18:03:44.608092 stored: 2025.12.23.18.43.14, 2025-12-23 18:43:14.617469 stored: 2026.01.08.14.48.45, 2026-01-08 14:48:45.176211 stored: 2026.01.09.18.03.41, 2026-01-09 18:03:41.467308 stored: 2026.01.10.18.03.49, 2026-01-10 18:03:49.692370 stored: 2026.01.11.18.03.40, 2026-01-11 18:03:40.015829 stored: 2026.01.12.18.03.49, 2026-01-12 18:03:49.257700 stored: 2026.01.13.18.03.43, 2026-01-13 18:03:43.271848 stored: 2026.01.14.18.03.41, 2026-01-14 18:03:41.033384 stored: 2026.01.15.18.03.44, 2026-01-15 18:03:44.185009 stored: 2026.01.16.18.03.42, 2026-01-16 18:03:42.528085 stored: 2026.01.17.18.03.43, 2026-01-17 18:03:43.486636 stored: 2026.01.18.18.03.49, 2026-01-18 18:03:49.778715 stored: 2026.01.19.18.03.41, 2026-01-19 18:03:41.249443 stored: 2026.01.20.18.03.43, 2026-01-20 18:03:43.034755 stored: 2026.01.21.18.03.42, 2026-01-21 18:03:42.341931 stored: 2026.01.22.18.03.42, 2026-01-22 18:03:42.843627 stored: 2026.01.29.14.59.00, 2026-01-29 14:59:00.151502 stored: 2026.01.30.18.03.54, 2026-01-30 18:03:54.381985 stored: 2026.01.31.18.03.52, 2026-01-31 18:03:52.406798 stored: 2026.02.01.18.03.46, 2026-02-01 18:03:46.096724 stored: 2026.02.21.22.48.09, 2026-02-21 22:48:09.005740 stored: 2026.02.24.09.54.32, 2026-02-24 09:54:32.193909 stored: 2026.02.26.08.07.35, 2026-02-26 08:07:35.569555 stored: 2026.02.27.02.00.19, 2026-02-27 02:00:19.774795 stored: 2026.02.27.20.06.40, 2026-02-27 20:06:40.089411 stored: 2026.02.28.18.20.05, 2026-02-28 18:20:05.298147 stored: 2026.03.03.05.19.20, 2026-03-03 05:19:20.090368 stored: 2026.03.04.18.36.49, 2026-03-04 18:36:49.454997 stored: 2026.03.06.07.36.28, 2026-03-06 07:36:28.283178 stored: 2026.03.07.18.03.57, 2026-03-07 18:03:57.019324 stored: 2026.03.08.18.04.08, 2026-03-08 18:04:08.638942 stored: 2026.03.09.18.04.09, 2026-03-09 18:04:09.122727 stored: 2026.03.10.18.04.09, 2026-03-10 18:04:09.967404 stored: 2026.03.11.19.18.45, 2026-03-11 19:18:45.021311 stored: 2026.03.12.18.04.04, 2026-03-12 18:04:04.427231 stored: 2026.03.13.18.03.59, 2026-03-13 18:03:59.764446 stored: 2026.03.14.18.04.02, 2026-03-14 18:04:02.487273 stored: 2026.03.16.04.45.47, 2026-03-16 04:45:47.972521 stored: 2026.03.17.18.04.03, 2026-03-17 18:04:03.062620 stored: 2026.04.03.08.19.33, 2026-04-03 08:19:33.968981 stored: 2026.04.04.18.04.03, 2026-04-04 18:04:03.694035 stored: 2026.04.05.23.08.44, 2026-04-05 23:08:44.395181 stored: 2026.04.07.03.30.46, 2026-04-07 03:30:46.678851 stored: 2026.04.08.08.51.09, 2026-04-08 08:51:09.792883 stored: 2026.04.09.13.47.19, 2026-04-09 13:47:19.287730 stored: 2026.04.10.18.34.50, 2026-04-10 18:34:50.991969 stored: 2026.04.11.23.58.22, 2026-04-11 23:58:22.336457 stored: 2026.04.13.05.40.34, 2026-04-13 05:40:34.788157 stored: 2026.04.16.10.08.30, 2026-04-16 10:08:30.642709 stored: 2026.04.18.18.04.15, 2026-04-18 18:04:15.996036 stored: 2026.04.19.23.32.35, 2026-04-19 23:32:35.143064 stored: 2026.04.21.06.57.47, 2026-04-21 06:57:47.190798 stored: 2026.04.22.12.02.19, 2026-04-22 12:02:19.822557 stored: 2026.04.23.19.37.25, 2026-04-23 19:37:25.641238 stored: 2026.04.25.01.30.34, 2026-04-25 01:30:34.833440 stored: 2026.04.26.08.15.09, 2026-04-26 08:15:09.883270 stored: 2026.04.27.14.04.22, 2026-04-27 14:04:22.500921 stored: 2026.04.28.19.00.55, 2026-04-28 19:00:55.207981 stored: 2026.04.30.00.15.31, 2026-04-30 00:15:31.059764 stored: 2026.05.01.18.04.10, 2026-05-01 18:04:10.245579 stored: 2026.05.04.12.43.13, 2026-05-04 12:43:13.381268 stored: 2026.05.05.21.34.55, 2026-05-05 21:34:55.685304 stored: 2026.05.07.07.47.18, 2026-05-07 07:47:18.021034 stored: 2026.05.08.16.21.29, 2026-05-08 16:21:29.321494 stored: 2026.05.10.01.30.41, 2026-05-10 01:30:41.662038 stored: 2026.05.11.10.20.55, 2026-05-11 10:20:55.840268 stored: 2026.05.12.19.03.21, 2026-05-12 19:03:21.597807 stored: 2026.05.14.04.42.39, 2026-05-14 04:42:39.894474 stored: 2026.05.15.14.49.32, 2026-05-15 14:49:32.469222 stored: 2026.05.17.00.09.49, 2026-05-17 00:09:49.529102 stored: 2026.05.18.10.03.33, 2026-05-18 10:03:33.534249 stored: 2026.05.19.18.39.09, 2026-05-19 18:39:09.681703 + 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-21 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 1ca725763e9..3f998812269 main -> origin/main Updating 1ca725763e9..3f998812269 Fast-forward gradle/libs.versions.toml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- lucene/CHANGES.txt | 16 + .../jmh/MultiFieldDocValuesRangeBenchmark.java | 13 +- .../simpletext/SimpleTextDocValuesReader.java | 22 +- .../simpletext/SimpleTextDocValuesWriter.java | 35 +- .../codecs/lucene90/Lucene90DocValuesConsumer.java | 8 +- .../codecs/lucene90/Lucene90DocValuesFormat.java | 3 +- .../codecs/lucene90/Lucene90DocValuesProducer.java | 123 ++++- .../document/SortedNumericDocValuesRangeQuery.java | 14 +- .../java/org/apache/lucene/index/CheckIndex.java | 14 + .../org/apache/lucene/index/DocValuesSkipper.java | 12 + .../org/apache/lucene/index/NumericDocValues.java | 30 ++ .../DefaultDocValuesRangeSupport.java | 46 ++ .../DefaultVectorizationProvider.java | 5 + .../vectorization/DocValuesRangeSupport.java | 53 +++ .../vectorization/VectorizationProvider.java | 8 + .../lucene/search/BatchDocValuesRangeIterator.java | 177 +++++++ .../lucene/search/SkipBlockRangeIterator.java | 10 + .../vectorization/NativeVectorizationProvider.java | 5 + .../vectorization/PanamaDocValuesRangeSupport.java | 77 ++++ .../vectorization/PanamaVectorizationProvider.java | 5 + .../lucene/search/BaseDocValuesSkipperTests.java | 16 +- .../TestSkipBlockRangeIteratorIntoBitSet.java | 508 +++++++++++++++++++++ .../search/grouping/AllGroupHeadsCollector.java | 47 +- .../grouping/AllGroupHeadsCollectorManager.java | 163 +++++++ .../apache/lucene/search/grouping/SearchGroup.java | 14 +- .../apache/lucene/search/grouping/TopGroups.java | 15 +- .../grouping/TestAllGroupHeadsCollector.java | 84 ++-- .../lucene/search/grouping/TestGrouping.java | 38 +- .../apache/lucene/misc/CollectorMemoryTracker.java | 4 +- .../LargeNumHitsTopDocsCollectorManager.java | 74 +++ .../search/TestLargeNumHitsTopDocsCollector.java | 118 +++-- .../lucene/tests/index/AssertingLeafReader.java | 6 + .../tests/index/BaseDocValuesFormatTestCase.java | 68 +++ 35 files changed, 1705 insertions(+), 130 deletions(-) create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DefaultDocValuesRangeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DocValuesRangeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/search/BatchDocValuesRangeIterator.java create mode 100644 lucene/core/src/java25/org/apache/lucene/internal/vectorization/PanamaDocValuesRangeSupport.java create mode 100644 lucene/core/src/test/org/apache/lucene/search/TestSkipBlockRangeIteratorIntoBitSet.java create mode 100644 lucene/grouping/src/java/org/apache/lucene/search/grouping/AllGroupHeadsCollectorManager.java create mode 100644 lucene/sandbox/src/java/org/apache/lucene/sandbox/search/LargeNumHitsTopDocsCollectorManager.java Compile... RUN: ../gradlew clean compileJava > compile.log 2>&1 RUN: javac -d /l/util.nightly/build -cp core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java Note: /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. now run en perf RUN: java -XX:+UseParallelGC -cp /l/util.nightly/build:core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main perf.TestAnalyzerPerf /l/data/enwiki-20130102-lines.txt >> /l/logs.nightly/analyzers/2026-05-21.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-21.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 1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be NOTE: logging all output to /l/logs.nightly/geo/2026.05.21.04.50.25.log.txt; saving results to /l/logs.nightly/geo/2026.05.21.04.50.25.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.7s: 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.2s: points, polyRussia: 7000000... 11.5s: points, polyRussia: 8000000... 12.9s: points, polyRussia: 9000000... 14.2s: points, polyRussia: 10000000... 21.6s: points, polyRussia: 11000000... 22.6s: points, polyRussia: 12000000... 23.9s: points, polyRussia: 13000000... 25.3s: points, polyRussia: 14000000... 26.6s: points, polyRussia: 15000000... 28.0s: points, polyRussia: 16000000... 29.4s: points, polyRussia: 17000000... 30.7s: points, polyRussia: 18000000... 32.1s: points, polyRussia: 19000000... 33.4s: points, polyRussia: 20000000... 34.7s: points, polyRussia: 21000000... 42.0s: points, polyRussia: 22000000... 42.9s: points, polyRussia: 23000000... 44.3s: points, polyRussia: 24000000... 45.7s: points, polyRussia: 25000000... 47.0s: points, polyRussia: 26000000... 48.3s: points, polyRussia: 27000000... 49.7s: points, polyRussia: 28000000... 51.0s: points, polyRussia: 29000000... 52.3s: points, polyRussia: 30000000... 53.7s: points, polyRussia: 31000000... 55.0s: points, polyRussia: 32000000... 62.3s: points, polyRussia: 33000000... 63.6s: 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.1s: points, polyRussia: 40000000... 72.4s: points, polyRussia: 41000000... 73.7s: points, polyRussia: 42000000... 75.1s: points, polyRussia: 43000000... 82.3s: points, polyRussia: 44000000... 83.6s: points, polyRussia: 45000000... 84.5s: points, polyRussia: 46000000... 85.8s: points, polyRussia: 47000000... 87.1s: points, polyRussia: 48000000... 88.4s: points, polyRussia: 49000000... 89.8s: points, polyRussia: 50000000... 91.1s: points, polyRussia: 51000000... 92.4s: points, polyRussia: 52000000... 93.8s: points, polyRussia: 53000000... 95.1s: points, polyRussia: 54000000... 102.3s: points, polyRussia: 55000000... 103.7s: points, polyRussia: 56000000... 104.6s: points, polyRussia: 57000000... 105.9s: points, polyRussia: 58000000... 107.2s: points, polyRussia: 59000000... 108.6s: points, polyRussia: 60000000... 111.8s: points, polyRussia: 111.584461837 sec to index part 0 111.8s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 111.8s: points, polyRussia: READER MB: 0.0 111.8s: points, polyRussia: maxDoc=60844404 112.1s: points, polyRussia: ITER 0: 15.70 M hits/sec, 4.47 QPS (0.22 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: *** 112.1s: points, polyRussia: ITER 1: 62.14 M hits/sec, 17.71 QPS (0.06 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: *** 112.2s: points, polyRussia: ITER 2: 61.83 M hits/sec, 17.62 QPS (0.06 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: ITER 3: 53.89 M hits/sec, 15.36 QPS (0.07 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: ITER 4: 63.64 M hits/sec, 18.14 QPS (0.06 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: *** 112.4s: points, polyRussia: ITER 5: 63.03 M hits/sec, 17.96 QPS (0.06 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 6: 62.96 M hits/sec, 17.94 QPS (0.06 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: ITER 7: 64.03 M hits/sec, 18.25 QPS (0.05 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: *** 112.5s: points, polyRussia: ITER 8: 63.64 M hits/sec, 18.14 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 9: 62.18 M hits/sec, 17.72 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 10: 62.72 M hits/sec, 17.87 QPS (0.06 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: ITER 11: 63.85 M hits/sec, 18.20 QPS (0.05 sec for 1 queries), totHits=3508846 112.8s: points, polyRussia: ITER 12: 65.38 M hits/sec, 18.63 QPS (0.05 sec for 1 queries), totHits=3508846 112.8s: points, polyRussia: *** 112.8s: points, polyRussia: ITER 13: 63.42 M hits/sec, 18.07 QPS (0.06 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 14: 64.19 M hits/sec, 18.30 QPS (0.05 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 15: 62.33 M hits/sec, 17.76 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: ITER 16: 63.92 M hits/sec, 18.22 QPS (0.05 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: ITER 17: 65.90 M hits/sec, 18.78 QPS (0.05 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: *** 113.1s: points, polyRussia: ITER 18: 55.60 M hits/sec, 15.84 QPS (0.06 sec for 1 queries), totHits=3508846 113.2s: points, polyRussia: ITER 19: 64.14 M hits/sec, 18.28 QPS (0.05 sec for 1 queries), totHits=3508846 113.2s: points, polyRussia: BEST M hits/sec: 65.89701435299588 113.2s: points, polyRussia: BEST QPS: 18.780252639470607 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|111.6s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|||| |polyRussia|points|65.90|18.78|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.9s: geo3d, polyRussia: 1000000... 116.9s: geo3d, polyRussia: 2000000... 118.6s: geo3d, polyRussia: 3000000... 120.2s: geo3d, polyRussia: 4000000... 121.9s: geo3d, polyRussia: 5000000... 123.5s: geo3d, polyRussia: 6000000... 125.1s: geo3d, polyRussia: 7000000... 126.8s: geo3d, polyRussia: 8000000... 128.4s: geo3d, polyRussia: 9000000... 130.1s: geo3d, polyRussia: 10000000... 139.1s: geo3d, polyRussia: 11000000... 140.1s: geo3d, polyRussia: 12000000... 141.8s: geo3d, polyRussia: 13000000... 143.4s: geo3d, polyRussia: 14000000... 145.0s: geo3d, polyRussia: 15000000... 146.7s: geo3d, polyRussia: 16000000... 148.4s: geo3d, polyRussia: 17000000... 150.0s: geo3d, polyRussia: 18000000... 151.7s: geo3d, polyRussia: 19000000... 153.3s: geo3d, polyRussia: 20000000... 154.9s: geo3d, polyRussia: 21000000... 163.9s: geo3d, polyRussia: 22000000... 165.0s: geo3d, polyRussia: 23000000... 166.6s: geo3d, polyRussia: 24000000... 168.3s: geo3d, polyRussia: 25000000... 169.9s: geo3d, polyRussia: 26000000... 171.6s: 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.8s: geo3d, polyRussia: 33000000... 190.4s: geo3d, polyRussia: 34000000... 191.4s: geo3d, polyRussia: 35000000... 193.0s: geo3d, polyRussia: 36000000... 194.7s: geo3d, polyRussia: 37000000... 196.3s: geo3d, polyRussia: 38000000... 197.9s: geo3d, polyRussia: 39000000... 199.5s: geo3d, polyRussia: 40000000... 201.1s: geo3d, polyRussia: 41000000... 202.8s: geo3d, polyRussia: 42000000... 204.4s: geo3d, polyRussia: 43000000... 213.4s: geo3d, polyRussia: 44000000... 215.1s: geo3d, polyRussia: 45000000... 216.1s: geo3d, polyRussia: 46000000... 217.7s: geo3d, polyRussia: 47000000... 219.3s: geo3d, polyRussia: 48000000... 221.0s: geo3d, polyRussia: 49000000... 222.7s: geo3d, polyRussia: 50000000... 224.3s: geo3d, polyRussia: 51000000... 225.9s: geo3d, polyRussia: 52000000... 227.5s: geo3d, polyRussia: 53000000... 229.2s: geo3d, polyRussia: 54000000... 238.2s: geo3d, polyRussia: 55000000... 239.8s: geo3d, polyRussia: 56000000... 240.8s: geo3d, polyRussia: 57000000... 242.5s: geo3d, polyRussia: 58000000... 244.1s: geo3d, polyRussia: 59000000... 245.7s: geo3d, polyRussia: 60000000... 249.6s: geo3d, polyRussia: 136.428559055 sec to index part 0 249.7s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 249.7s: geo3d, polyRussia: READER MB: 0.0 249.7s: geo3d, polyRussia: maxDoc=60844404 251.2s: geo3d, polyRussia: ITER 0: 2.30 M hits/sec, 0.65 QPS (1.53 sec for 1 queries), totHits=3508671 251.2s: geo3d, polyRussia: *** 252.3s: geo3d, polyRussia: ITER 1: 3.19 M hits/sec, 0.91 QPS (1.10 sec for 1 queries), totHits=3508671 252.3s: geo3d, polyRussia: *** 253.3s: geo3d, polyRussia: ITER 2: 3.55 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 253.3s: geo3d, polyRussia: *** 254.2s: geo3d, polyRussia: ITER 3: 3.68 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 254.2s: geo3d, polyRussia: *** 255.2s: geo3d, polyRussia: ITER 4: 3.73 M hits/sec, 1.06 QPS (0.94 sec for 1 queries), totHits=3508671 255.2s: geo3d, polyRussia: *** 256.1s: geo3d, polyRussia: ITER 5: 3.64 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 257.1s: geo3d, polyRussia: ITER 6: 3.74 M hits/sec, 1.07 QPS (0.94 sec for 1 queries), totHits=3508671 257.1s: geo3d, polyRussia: *** 258.0s: geo3d, polyRussia: ITER 7: 3.68 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 259.0s: geo3d, polyRussia: ITER 8: 3.63 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 260.0s: geo3d, polyRussia: ITER 9: 3.64 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 260.9s: geo3d, polyRussia: ITER 10: 3.67 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 261.9s: geo3d, polyRussia: ITER 11: 3.63 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 262.8s: geo3d, polyRussia: ITER 12: 3.76 M hits/sec, 1.07 QPS (0.93 sec for 1 queries), totHits=3508671 262.8s: geo3d, polyRussia: *** 263.8s: geo3d, polyRussia: ITER 13: 3.67 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 264.7s: geo3d, polyRussia: ITER 14: 3.67 M hits/sec, 1.05 QPS (0.96 sec for 1 queries), totHits=3508671 265.7s: geo3d, polyRussia: ITER 15: 3.66 M hits/sec, 1.04 QPS (0.96 sec for 1 queries), totHits=3508671 266.6s: geo3d, polyRussia: ITER 16: 3.76 M hits/sec, 1.07 QPS (0.93 sec for 1 queries), totHits=3508671 267.6s: geo3d, polyRussia: ITER 17: 3.76 M hits/sec, 1.07 QPS (0.93 sec for 1 queries), totHits=3508671 268.5s: geo3d, polyRussia: ITER 18: 3.69 M hits/sec, 1.05 QPS (0.95 sec for 1 queries), totHits=3508671 269.5s: geo3d, polyRussia: ITER 19: 3.72 M hits/sec, 1.06 QPS (0.94 sec for 1 queries), totHits=3508671 269.5s: geo3d, polyRussia: BEST M hits/sec: 3.756703465644498 269.5s: geo3d, polyRussia: BEST QPS: 1.0706912861435278 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|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.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyRussia -reindex 271.3s: shapes, polyRussia: 1000000... 273.7s: shapes, polyRussia: 2000000... 275.7s: shapes, polyRussia: 3000000... 277.7s: shapes, polyRussia: 4000000... 279.6s: shapes, polyRussia: 5000000... 281.5s: shapes, polyRussia: 6000000... 283.5s: shapes, polyRussia: 7000000... 285.4s: shapes, polyRussia: 8000000... 287.4s: shapes, polyRussia: 9000000... 289.3s: shapes, polyRussia: 10000000... 300.9s: shapes, polyRussia: 11000000... 302.1s: shapes, polyRussia: 12000000... 304.0s: shapes, polyRussia: 13000000... 306.0s: shapes, polyRussia: 14000000... 307.9s: shapes, polyRussia: 15000000... 309.9s: shapes, polyRussia: 16000000... 311.9s: shapes, polyRussia: 17000000... 313.9s: shapes, polyRussia: 18000000... 315.8s: shapes, polyRussia: 19000000... 317.7s: shapes, polyRussia: 20000000... 319.7s: shapes, polyRussia: 21000000... 331.4s: shapes, polyRussia: 22000000... 332.6s: shapes, polyRussia: 23000000... 334.5s: shapes, polyRussia: 24000000... 336.5s: shapes, polyRussia: 25000000... 338.4s: shapes, polyRussia: 26000000... 340.4s: shapes, polyRussia: 27000000... 342.3s: shapes, polyRussia: 28000000... 344.2s: shapes, polyRussia: 29000000... 346.2s: shapes, polyRussia: 30000000... 348.1s: shapes, polyRussia: 31000000... 350.0s: shapes, polyRussia: 32000000... 361.7s: shapes, polyRussia: 33000000... 363.6s: shapes, polyRussia: 34000000... 364.8s: shapes, polyRussia: 35000000... 366.7s: shapes, polyRussia: 36000000... 368.6s: shapes, polyRussia: 37000000... 370.6s: shapes, polyRussia: 38000000... 372.5s: shapes, polyRussia: 39000000... 374.4s: shapes, polyRussia: 40000000... 376.3s: shapes, polyRussia: 41000000... 378.3s: shapes, polyRussia: 42000000... 380.3s: shapes, polyRussia: 43000000... 391.9s: shapes, polyRussia: 44000000... 393.8s: shapes, polyRussia: 45000000... 395.0s: shapes, polyRussia: 46000000... 396.9s: shapes, polyRussia: 47000000... 398.8s: shapes, polyRussia: 48000000... 400.7s: shapes, polyRussia: 49000000... 402.7s: shapes, polyRussia: 50000000... 404.7s: shapes, polyRussia: 51000000... 406.6s: shapes, polyRussia: 52000000... 408.5s: shapes, polyRussia: 53000000... 410.4s: shapes, polyRussia: 54000000... 422.1s: shapes, polyRussia: 55000000... 424.0s: shapes, polyRussia: 56000000... 425.2s: shapes, polyRussia: 57000000... 427.2s: shapes, polyRussia: 58000000... 429.1s: shapes, polyRussia: 59000000... 431.0s: shapes, polyRussia: 60000000... 435.8s: shapes, polyRussia: 166.29992123 sec to index part 0 435.9s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 435.9s: shapes, polyRussia: READER MB: 0.0 435.9s: shapes, polyRussia: maxDoc=60844404 436.1s: shapes, polyRussia: ITER 0: 17.36 M hits/sec, 4.95 QPS (0.20 sec for 1 queries), totHits=3508846 436.1s: shapes, polyRussia: *** 436.2s: shapes, polyRussia: ITER 1: 39.47 M hits/sec, 11.25 QPS (0.09 sec for 1 queries), totHits=3508846 436.2s: shapes, polyRussia: *** 436.2s: shapes, polyRussia: ITER 2: 44.96 M hits/sec, 12.81 QPS (0.08 sec for 1 queries), totHits=3508846 436.2s: shapes, polyRussia: *** 436.3s: shapes, polyRussia: ITER 3: 42.08 M hits/sec, 11.99 QPS (0.08 sec for 1 queries), totHits=3508846 436.4s: shapes, polyRussia: ITER 4: 46.15 M hits/sec, 13.15 QPS (0.08 sec for 1 queries), totHits=3508846 436.4s: shapes, polyRussia: *** 436.5s: shapes, polyRussia: ITER 5: 44.80 M hits/sec, 12.77 QPS (0.08 sec for 1 queries), totHits=3508846 436.6s: shapes, polyRussia: ITER 6: 44.91 M hits/sec, 12.80 QPS (0.08 sec for 1 queries), totHits=3508846 436.6s: shapes, polyRussia: ITER 7: 45.40 M hits/sec, 12.94 QPS (0.08 sec for 1 queries), totHits=3508846 436.7s: shapes, polyRussia: ITER 8: 46.05 M hits/sec, 13.12 QPS (0.08 sec for 1 queries), totHits=3508846 436.8s: shapes, polyRussia: ITER 9: 45.37 M hits/sec, 12.93 QPS (0.08 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: ITER 10: 45.97 M hits/sec, 13.10 QPS (0.08 sec for 1 queries), totHits=3508846 436.9s: shapes, polyRussia: ITER 11: 44.94 M hits/sec, 12.81 QPS (0.08 sec for 1 queries), totHits=3508846 437.0s: shapes, polyRussia: ITER 12: 45.99 M hits/sec, 13.11 QPS (0.08 sec for 1 queries), totHits=3508846 437.1s: shapes, polyRussia: ITER 13: 44.66 M hits/sec, 12.73 QPS (0.08 sec for 1 queries), totHits=3508846 437.2s: shapes, polyRussia: ITER 14: 45.90 M hits/sec, 13.08 QPS (0.08 sec for 1 queries), totHits=3508846 437.3s: shapes, polyRussia: ITER 15: 44.76 M hits/sec, 12.76 QPS (0.08 sec for 1 queries), totHits=3508846 437.3s: shapes, polyRussia: ITER 16: 45.82 M hits/sec, 13.06 QPS (0.08 sec for 1 queries), totHits=3508846 437.4s: shapes, polyRussia: ITER 17: 41.92 M hits/sec, 11.95 QPS (0.08 sec for 1 queries), totHits=3508846 437.5s: shapes, polyRussia: ITER 18: 45.24 M hits/sec, 12.89 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: ITER 19: 46.30 M hits/sec, 13.20 QPS (0.08 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: *** 437.6s: shapes, polyRussia: BEST M hits/sec: 46.30009151827831 437.6s: shapes, polyRussia: BEST QPS: 13.195247531033937 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|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.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|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 437.8s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 437.8s: points, polyMedium: READER MB: 0.0 437.8s: points, polyMedium: maxDoc=60844404 438.4s: points, polyMedium: ITER 0: 7.14 M hits/sec, 87.49 QPS (0.38 sec for 33 queries), totHits=2693559 438.4s: points, polyMedium: *** 438.5s: points, polyMedium: ITER 1: 15.55 M hits/sec, 190.56 QPS (0.17 sec for 33 queries), totHits=2693559 438.5s: points, polyMedium: *** 438.7s: points, polyMedium: ITER 2: 16.24 M hits/sec, 198.95 QPS (0.17 sec for 33 queries), totHits=2693559 438.7s: points, polyMedium: *** 438.9s: points, polyMedium: ITER 3: 16.23 M hits/sec, 198.90 QPS (0.17 sec for 33 queries), totHits=2693559 439.0s: points, polyMedium: ITER 4: 15.88 M hits/sec, 194.54 QPS (0.17 sec for 33 queries), totHits=2693559 439.2s: points, polyMedium: ITER 5: 16.67 M hits/sec, 204.19 QPS (0.16 sec for 33 queries), totHits=2693559 439.2s: points, polyMedium: *** 439.4s: points, polyMedium: ITER 6: 16.73 M hits/sec, 204.98 QPS (0.16 sec for 33 queries), totHits=2693559 439.4s: points, polyMedium: *** 439.5s: points, polyMedium: ITER 7: 16.47 M hits/sec, 201.74 QPS (0.16 sec for 33 queries), totHits=2693559 439.7s: points, polyMedium: ITER 8: 16.60 M hits/sec, 203.39 QPS (0.16 sec for 33 queries), totHits=2693559 439.8s: points, polyMedium: ITER 9: 16.44 M hits/sec, 201.45 QPS (0.16 sec for 33 queries), totHits=2693559 440.0s: points, polyMedium: ITER 10: 16.22 M hits/sec, 198.75 QPS (0.17 sec for 33 queries), totHits=2693559 440.2s: points, polyMedium: ITER 11: 16.30 M hits/sec, 199.73 QPS (0.17 sec for 33 queries), totHits=2693559 440.3s: points, polyMedium: ITER 12: 16.25 M hits/sec, 199.08 QPS (0.17 sec for 33 queries), totHits=2693559 440.5s: points, polyMedium: ITER 13: 16.42 M hits/sec, 201.15 QPS (0.16 sec for 33 queries), totHits=2693559 440.7s: points, polyMedium: ITER 14: 16.23 M hits/sec, 198.81 QPS (0.17 sec for 33 queries), totHits=2693559 440.8s: points, polyMedium: ITER 15: 16.17 M hits/sec, 198.15 QPS (0.17 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: ITER 16: 15.72 M hits/sec, 192.62 QPS (0.17 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: ITER 17: 16.59 M hits/sec, 203.24 QPS (0.16 sec for 33 queries), totHits=2693559 441.3s: points, polyMedium: ITER 18: 16.49 M hits/sec, 202.01 QPS (0.16 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: ITER 19: 16.14 M hits/sec, 197.74 QPS (0.17 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: BEST M hits/sec: 16.73126349951542 441.5s: points, polyMedium: BEST QPS: 204.98221701622606 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|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 441.8s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 441.8s: geo3d, polyMedium: READER MB: 0.0 441.8s: geo3d, polyMedium: maxDoc=60844404 443.4s: geo3d, polyMedium: ITER 0: 1.71 M hits/sec, 20.92 QPS (1.58 sec for 33 queries), totHits=2693541 443.4s: geo3d, polyMedium: *** 444.5s: geo3d, polyMedium: ITER 1: 2.59 M hits/sec, 31.79 QPS (1.04 sec for 33 queries), totHits=2693541 444.5s: geo3d, polyMedium: *** 445.5s: geo3d, polyMedium: ITER 2: 2.59 M hits/sec, 31.79 QPS (1.04 sec for 33 queries), totHits=2693541 445.5s: geo3d, polyMedium: *** 446.6s: geo3d, polyMedium: ITER 3: 2.55 M hits/sec, 31.21 QPS (1.06 sec for 33 queries), totHits=2693541 447.6s: geo3d, polyMedium: ITER 4: 2.52 M hits/sec, 30.91 QPS (1.07 sec for 33 queries), totHits=2693541 448.8s: geo3d, polyMedium: ITER 5: 2.44 M hits/sec, 29.92 QPS (1.10 sec for 33 queries), totHits=2693541 449.8s: geo3d, polyMedium: ITER 6: 2.49 M hits/sec, 30.54 QPS (1.08 sec for 33 queries), totHits=2693541 450.9s: geo3d, polyMedium: ITER 7: 2.51 M hits/sec, 30.75 QPS (1.07 sec for 33 queries), totHits=2693541 452.0s: geo3d, polyMedium: ITER 8: 2.52 M hits/sec, 30.82 QPS (1.07 sec for 33 queries), totHits=2693541 453.1s: geo3d, polyMedium: ITER 9: 2.49 M hits/sec, 30.46 QPS (1.08 sec for 33 queries), totHits=2693541 454.1s: geo3d, polyMedium: ITER 10: 2.54 M hits/sec, 31.09 QPS (1.06 sec for 33 queries), totHits=2693541 455.2s: geo3d, polyMedium: ITER 11: 2.50 M hits/sec, 30.66 QPS (1.08 sec for 33 queries), totHits=2693541 456.3s: geo3d, polyMedium: ITER 12: 2.52 M hits/sec, 30.90 QPS (1.07 sec for 33 queries), totHits=2693541 457.3s: geo3d, polyMedium: ITER 13: 2.52 M hits/sec, 30.85 QPS (1.07 sec for 33 queries), totHits=2693541 458.4s: geo3d, polyMedium: ITER 14: 2.53 M hits/sec, 31.05 QPS (1.06 sec for 33 queries), totHits=2693541 459.5s: geo3d, polyMedium: ITER 15: 2.52 M hits/sec, 30.89 QPS (1.07 sec for 33 queries), totHits=2693541 460.5s: geo3d, polyMedium: ITER 16: 2.53 M hits/sec, 31.05 QPS (1.06 sec for 33 queries), totHits=2693541 461.6s: geo3d, polyMedium: ITER 17: 2.51 M hits/sec, 30.78 QPS (1.07 sec for 33 queries), totHits=2693541 462.7s: geo3d, polyMedium: ITER 18: 2.56 M hits/sec, 31.35 QPS (1.05 sec for 33 queries), totHits=2693541 463.7s: geo3d, polyMedium: ITER 19: 2.53 M hits/sec, 30.96 QPS (1.07 sec for 33 queries), totHits=2693541 463.7s: geo3d, polyMedium: BEST M hits/sec: 2.5948500883319863 463.7s: geo3d, polyMedium: BEST QPS: 31.790885275165866 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|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.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyMedium 464.0s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 464.0s: shapes, polyMedium: READER MB: 0.0 464.0s: shapes, polyMedium: maxDoc=60844404 464.7s: shapes, polyMedium: ITER 0: 4.75 M hits/sec, 58.17 QPS (0.57 sec for 33 queries), totHits=2693559 464.7s: shapes, polyMedium: *** 464.9s: shapes, polyMedium: ITER 1: 12.95 M hits/sec, 158.68 QPS (0.21 sec for 33 queries), totHits=2693559 464.9s: shapes, polyMedium: *** 465.1s: shapes, polyMedium: ITER 2: 13.26 M hits/sec, 162.49 QPS (0.20 sec for 33 queries), totHits=2693559 465.1s: shapes, polyMedium: *** 465.3s: shapes, polyMedium: ITER 3: 13.33 M hits/sec, 163.34 QPS (0.20 sec for 33 queries), totHits=2693559 465.3s: shapes, polyMedium: *** 465.5s: shapes, polyMedium: ITER 4: 12.98 M hits/sec, 158.98 QPS (0.21 sec for 33 queries), totHits=2693559 465.7s: shapes, polyMedium: ITER 5: 13.25 M hits/sec, 162.37 QPS (0.20 sec for 33 queries), totHits=2693559 465.9s: shapes, polyMedium: ITER 6: 13.45 M hits/sec, 164.74 QPS (0.20 sec for 33 queries), totHits=2693559 465.9s: shapes, polyMedium: *** 466.1s: shapes, polyMedium: ITER 7: 13.44 M hits/sec, 164.64 QPS (0.20 sec for 33 queries), totHits=2693559 466.3s: shapes, polyMedium: ITER 8: 13.27 M hits/sec, 162.60 QPS (0.20 sec for 33 queries), totHits=2693559 466.5s: shapes, polyMedium: ITER 9: 13.15 M hits/sec, 161.10 QPS (0.20 sec for 33 queries), totHits=2693559 466.7s: shapes, polyMedium: ITER 10: 13.05 M hits/sec, 159.94 QPS (0.21 sec for 33 queries), totHits=2693559 466.9s: shapes, polyMedium: ITER 11: 13.42 M hits/sec, 164.42 QPS (0.20 sec for 33 queries), totHits=2693559 467.1s: shapes, polyMedium: ITER 12: 13.36 M hits/sec, 163.64 QPS (0.20 sec for 33 queries), totHits=2693559 467.3s: shapes, polyMedium: ITER 13: 13.46 M hits/sec, 164.93 QPS (0.20 sec for 33 queries), totHits=2693559 467.3s: shapes, polyMedium: *** 467.5s: shapes, polyMedium: ITER 14: 13.44 M hits/sec, 164.63 QPS (0.20 sec for 33 queries), totHits=2693559 467.7s: shapes, polyMedium: ITER 15: 13.04 M hits/sec, 159.81 QPS (0.21 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: ITER 16: 13.18 M hits/sec, 161.50 QPS (0.20 sec for 33 queries), totHits=2693559 468.1s: shapes, polyMedium: ITER 17: 12.71 M hits/sec, 155.75 QPS (0.21 sec for 33 queries), totHits=2693559 468.3s: shapes, polyMedium: ITER 18: 13.47 M hits/sec, 164.98 QPS (0.20 sec for 33 queries), totHits=2693559 468.3s: shapes, polyMedium: *** 468.5s: shapes, polyMedium: ITER 19: 13.50 M hits/sec, 165.45 QPS (0.20 sec for 33 queries), totHits=2693559 468.5s: shapes, polyMedium: *** 468.5s: shapes, polyMedium: BEST M hits/sec: 13.504127382077021 468.5s: shapes, polyMedium: BEST QPS: 165.4451243163939 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|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.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|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 468.8s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 468.8s: points, poly 10: READER MB: 0.0 468.8s: points, poly 10: maxDoc=60844404 470.8s: points, poly 10: ITER 0: 178.51 M hits/sec, 112.88 QPS (1.99 sec for 225 queries), totHits=355809475 470.8s: points, poly 10: *** 472.5s: points, poly 10: ITER 1: 206.67 M hits/sec, 130.69 QPS (1.72 sec for 225 queries), totHits=355809475 472.5s: points, poly 10: *** 473.8s: points, poly 10: ITER 2: 277.59 M hits/sec, 175.53 QPS (1.28 sec for 225 queries), totHits=355809475 473.8s: points, poly 10: *** 475.1s: points, poly 10: ITER 3: 271.81 M hits/sec, 171.88 QPS (1.31 sec for 225 queries), totHits=355809475 476.4s: points, poly 10: ITER 4: 283.05 M hits/sec, 178.99 QPS (1.26 sec for 225 queries), totHits=355809475 476.4s: points, poly 10: *** 477.6s: points, poly 10: ITER 5: 287.72 M hits/sec, 181.94 QPS (1.24 sec for 225 queries), totHits=355809475 477.6s: points, poly 10: *** 478.8s: points, poly 10: ITER 6: 291.70 M hits/sec, 184.46 QPS (1.22 sec for 225 queries), totHits=355809475 478.8s: points, poly 10: *** 480.0s: points, poly 10: ITER 7: 292.00 M hits/sec, 184.65 QPS (1.22 sec for 225 queries), totHits=355809475 480.0s: points, poly 10: *** 481.3s: points, poly 10: ITER 8: 289.55 M hits/sec, 183.10 QPS (1.23 sec for 225 queries), totHits=355809475 482.5s: points, poly 10: ITER 9: 284.55 M hits/sec, 179.94 QPS (1.25 sec for 225 queries), totHits=355809475 483.8s: points, poly 10: ITER 10: 287.71 M hits/sec, 181.94 QPS (1.24 sec for 225 queries), totHits=355809475 485.0s: points, poly 10: ITER 11: 292.20 M hits/sec, 184.78 QPS (1.22 sec for 225 queries), totHits=355809475 485.0s: points, poly 10: *** 486.2s: points, poly 10: ITER 12: 289.32 M hits/sec, 182.95 QPS (1.23 sec for 225 queries), totHits=355809475 487.4s: points, poly 10: ITER 13: 288.18 M hits/sec, 182.23 QPS (1.23 sec for 225 queries), totHits=355809475 488.7s: points, poly 10: ITER 14: 289.24 M hits/sec, 182.90 QPS (1.23 sec for 225 queries), totHits=355809475 489.9s: points, poly 10: ITER 15: 288.29 M hits/sec, 182.30 QPS (1.23 sec for 225 queries), totHits=355809475 491.2s: points, poly 10: ITER 16: 283.39 M hits/sec, 179.21 QPS (1.26 sec for 225 queries), totHits=355809475 492.4s: points, poly 10: ITER 17: 289.49 M hits/sec, 183.06 QPS (1.23 sec for 225 queries), totHits=355809475 493.7s: points, poly 10: ITER 18: 282.68 M hits/sec, 178.75 QPS (1.26 sec for 225 queries), totHits=355809475 494.9s: points, poly 10: ITER 19: 289.20 M hits/sec, 182.88 QPS (1.23 sec for 225 queries), totHits=355809475 494.9s: points, poly 10: BEST M hits/sec: 292.20122813126886 494.9s: points, poly 10: BEST QPS: 184.77663173397923 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|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 495.2s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 495.2s: geo3d, poly 10: READER MB: 0.0 495.2s: geo3d, poly 10: maxDoc=60844404 497.1s: geo3d, poly 10: ITER 0: 189.52 M hits/sec, 119.83 QPS (1.88 sec for 225 queries), totHits=355855227 497.1s: geo3d, poly 10: *** 498.5s: geo3d, poly 10: ITER 1: 237.58 M hits/sec, 150.22 QPS (1.50 sec for 225 queries), totHits=355855227 498.5s: geo3d, poly 10: *** 500.1s: geo3d, poly 10: ITER 2: 233.05 M hits/sec, 147.35 QPS (1.53 sec for 225 queries), totHits=355855227 501.6s: geo3d, poly 10: ITER 3: 228.03 M hits/sec, 144.18 QPS (1.56 sec for 225 queries), totHits=355855227 503.1s: geo3d, poly 10: ITER 4: 246.60 M hits/sec, 155.92 QPS (1.44 sec for 225 queries), totHits=355855227 503.1s: geo3d, poly 10: *** 504.5s: geo3d, poly 10: ITER 5: 245.96 M hits/sec, 155.52 QPS (1.45 sec for 225 queries), totHits=355855227 506.0s: geo3d, poly 10: ITER 6: 248.20 M hits/sec, 156.93 QPS (1.43 sec for 225 queries), totHits=355855227 506.0s: geo3d, poly 10: *** 507.4s: geo3d, poly 10: ITER 7: 247.23 M hits/sec, 156.32 QPS (1.44 sec for 225 queries), totHits=355855227 508.8s: geo3d, poly 10: ITER 8: 246.69 M hits/sec, 155.98 QPS (1.44 sec for 225 queries), totHits=355855227 510.3s: geo3d, poly 10: ITER 9: 244.59 M hits/sec, 154.65 QPS (1.45 sec for 225 queries), totHits=355855227 511.7s: geo3d, poly 10: ITER 10: 249.09 M hits/sec, 157.50 QPS (1.43 sec for 225 queries), totHits=355855227 511.7s: geo3d, poly 10: *** 513.2s: geo3d, poly 10: ITER 11: 244.85 M hits/sec, 154.81 QPS (1.45 sec for 225 queries), totHits=355855227 514.6s: geo3d, poly 10: ITER 12: 245.85 M hits/sec, 155.45 QPS (1.45 sec for 225 queries), totHits=355855227 516.1s: geo3d, poly 10: ITER 13: 245.15 M hits/sec, 155.00 QPS (1.45 sec for 225 queries), totHits=355855227 517.5s: geo3d, poly 10: ITER 14: 245.06 M hits/sec, 154.95 QPS (1.45 sec for 225 queries), totHits=355855227 519.0s: geo3d, poly 10: ITER 15: 243.55 M hits/sec, 153.99 QPS (1.46 sec for 225 queries), totHits=355855227 520.4s: geo3d, poly 10: ITER 16: 246.62 M hits/sec, 155.93 QPS (1.44 sec for 225 queries), totHits=355855227 521.9s: geo3d, poly 10: ITER 17: 246.60 M hits/sec, 155.92 QPS (1.44 sec for 225 queries), totHits=355855227 523.3s: geo3d, poly 10: ITER 18: 247.70 M hits/sec, 156.62 QPS (1.44 sec for 225 queries), totHits=355855227 524.8s: geo3d, poly 10: ITER 19: 246.33 M hits/sec, 155.75 QPS (1.44 sec for 225 queries), totHits=355855227 524.8s: geo3d, poly 10: BEST M hits/sec: 249.09214404442784 524.8s: geo3d, poly 10: BEST QPS: 157.49588078973548 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|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 525.0s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 525.0s: shapes, poly 10: READER MB: 0.0 525.0s: shapes, poly 10: maxDoc=60844404 527.2s: shapes, poly 10: ITER 0: 162.52 M hits/sec, 102.77 QPS (2.19 sec for 225 queries), totHits=355809475 527.2s: shapes, poly 10: *** 529.2s: shapes, poly 10: ITER 1: 181.48 M hits/sec, 114.76 QPS (1.96 sec for 225 queries), totHits=355809475 529.2s: shapes, poly 10: *** 531.2s: shapes, poly 10: ITER 2: 178.94 M hits/sec, 113.15 QPS (1.99 sec for 225 queries), totHits=355809475 533.1s: shapes, poly 10: ITER 3: 183.14 M hits/sec, 115.81 QPS (1.94 sec for 225 queries), totHits=355809475 533.1s: shapes, poly 10: *** 535.0s: shapes, poly 10: ITER 4: 186.91 M hits/sec, 118.19 QPS (1.90 sec for 225 queries), totHits=355809475 535.0s: shapes, poly 10: *** 537.0s: shapes, poly 10: ITER 5: 185.34 M hits/sec, 117.20 QPS (1.92 sec for 225 queries), totHits=355809475 538.9s: shapes, poly 10: ITER 6: 184.78 M hits/sec, 116.85 QPS (1.93 sec for 225 queries), totHits=355809475 540.8s: shapes, poly 10: ITER 7: 183.71 M hits/sec, 116.17 QPS (1.94 sec for 225 queries), totHits=355809475 542.8s: shapes, poly 10: ITER 8: 183.75 M hits/sec, 116.20 QPS (1.94 sec for 225 queries), totHits=355809475 544.7s: shapes, poly 10: ITER 9: 185.55 M hits/sec, 117.34 QPS (1.92 sec for 225 queries), totHits=355809475 546.6s: shapes, poly 10: ITER 10: 185.79 M hits/sec, 117.49 QPS (1.92 sec for 225 queries), totHits=355809475 548.5s: shapes, poly 10: ITER 11: 184.99 M hits/sec, 116.98 QPS (1.92 sec for 225 queries), totHits=355809475 550.4s: shapes, poly 10: ITER 12: 185.63 M hits/sec, 117.38 QPS (1.92 sec for 225 queries), totHits=355809475 552.3s: shapes, poly 10: ITER 13: 186.71 M hits/sec, 118.07 QPS (1.91 sec for 225 queries), totHits=355809475 554.3s: shapes, poly 10: ITER 14: 184.72 M hits/sec, 116.81 QPS (1.93 sec for 225 queries), totHits=355809475 556.2s: shapes, poly 10: ITER 15: 184.23 M hits/sec, 116.50 QPS (1.93 sec for 225 queries), totHits=355809475 558.1s: shapes, poly 10: ITER 16: 184.52 M hits/sec, 116.68 QPS (1.93 sec for 225 queries), totHits=355809475 560.0s: shapes, poly 10: ITER 17: 185.11 M hits/sec, 117.06 QPS (1.92 sec for 225 queries), totHits=355809475 562.0s: shapes, poly 10: ITER 18: 183.44 M hits/sec, 116.00 QPS (1.94 sec for 225 queries), totHits=355809475 563.9s: shapes, poly 10: ITER 19: 184.94 M hits/sec, 116.95 QPS (1.92 sec for 225 queries), totHits=355809475 563.9s: shapes, poly 10: BEST M hits/sec: 186.9094676326699 563.9s: shapes, poly 10: BEST QPS: 118.19423925501346 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.91|118.19|355809475| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|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 564.2s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 564.2s: points, nearest 10: READER MB: 0.0 564.2s: points, nearest 10: maxDoc=60844404 564.3s: points, nearest 10: ITER 0: 1466.70 QPS (0.15 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.3s: points, nearest 10: *** 564.4s: points, nearest 10: ITER 1: 2888.07 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.4s: points, nearest 10: *** 564.5s: points, nearest 10: ITER 2: 3015.41 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.5s: points, nearest 10: *** 564.6s: points, nearest 10: ITER 3: 3019.47 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.6s: points, nearest 10: *** 564.6s: points, nearest 10: ITER 4: 3106.63 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.6s: points, nearest 10: *** 564.7s: points, nearest 10: ITER 5: 3150.24 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.7s: points, nearest 10: *** 564.8s: points, nearest 10: ITER 6: 2837.86 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.8s: points, nearest 10: ITER 7: 3149.99 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.9s: points, nearest 10: ITER 8: 3268.70 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 564.9s: points, nearest 10: *** 565.0s: points, nearest 10: ITER 9: 3266.05 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.1s: points, nearest 10: ITER 10: 3283.83 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.1s: points, nearest 10: *** 565.1s: points, nearest 10: ITER 11: 3236.58 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.2s: points, nearest 10: ITER 12: 3105.68 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.3s: points, nearest 10: ITER 13: 3173.90 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.3s: points, nearest 10: ITER 14: 3092.34 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.4s: points, nearest 10: ITER 15: 3294.54 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.4s: points, nearest 10: *** 565.5s: points, nearest 10: ITER 16: 3282.94 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.5s: points, nearest 10: ITER 17: 3277.44 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.6s: points, nearest 10: ITER 18: 3289.07 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.7s: points, nearest 10: ITER 19: 3284.48 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 565.7s: points, nearest 10: BEST M hits/sec: 0.03294539568620895 565.7s: points, nearest 10: BEST QPS: 3294.539568620896 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.91|118.19|355809475| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3294.54|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -sort -box -reindex 567.3s: points, sort: 1000000... 569.4s: points, sort: 2000000... 570.9s: points, sort: 3000000... 572.3s: points, sort: 4000000... 573.8s: points, sort: 5000000... 575.3s: points, sort: 6000000... 576.7s: points, sort: 7000000... 578.2s: points, sort: 8000000... 579.7s: points, sort: 9000000... 581.2s: points, sort: 10000000... 589.0s: points, sort: 11000000... 590.0s: points, sort: 12000000... 591.5s: points, sort: 13000000... 593.0s: points, sort: 14000000... 594.5s: points, sort: 15000000... 595.9s: points, sort: 16000000... 597.5s: points, sort: 17000000... 599.0s: points, sort: 18000000... 600.4s: points, sort: 19000000... 601.9s: points, sort: 20000000... 603.4s: points, sort: 21000000... 611.0s: points, sort: 22000000... 612.0s: points, sort: 23000000... 613.5s: points, sort: 24000000... 615.0s: points, sort: 25000000... 616.4s: points, sort: 26000000... 617.9s: points, sort: 27000000... 619.4s: points, sort: 28000000... 620.8s: points, sort: 29000000... 622.3s: points, sort: 30000000... 623.7s: points, sort: 31000000... 625.2s: points, sort: 32000000... 632.8s: points, sort: 33000000... 634.3s: points, sort: 34000000... 635.3s: points, sort: 35000000... 636.7s: points, sort: 36000000... 638.2s: points, sort: 37000000... 639.6s: points, sort: 38000000... 641.1s: points, sort: 39000000... 642.5s: points, sort: 40000000... 644.0s: points, sort: 41000000... 645.5s: points, sort: 42000000... 646.9s: points, sort: 43000000... 654.5s: points, sort: 44000000... 655.9s: points, sort: 45000000... 656.9s: points, sort: 46000000... 658.4s: points, sort: 47000000... 659.9s: points, sort: 48000000... 661.3s: points, sort: 49000000... 662.8s: points, sort: 50000000... 664.3s: points, sort: 51000000... 665.7s: points, sort: 52000000... 667.2s: points, sort: 53000000... 668.7s: points, sort: 54000000... 676.2s: points, sort: 55000000... 677.7s: points, sort: 56000000... 678.7s: points, sort: 57000000... 680.1s: points, sort: 58000000... 681.6s: points, sort: 59000000... 683.0s: points, sort: 60000000... 687.2s: points, sort: 121.46081412 sec to index part 0 687.2s: points, sort: INDEX SIZE: 0.9472499107941985 GB 687.2s: points, sort: READER MB: 0.0 687.2s: points, sort: maxDoc=60844404 689.6s: points, sort: ITER 0: 135.13 M hits/sec, 137.50 QPS (1.64 sec for 225 queries), totHits=221118844 689.6s: points, sort: *** 691.6s: points, sort: ITER 1: 157.54 M hits/sec, 160.31 QPS (1.40 sec for 225 queries), totHits=221118844 691.6s: points, sort: *** 693.7s: points, sort: ITER 2: 158.61 M hits/sec, 161.40 QPS (1.39 sec for 225 queries), totHits=221118844 693.7s: points, sort: *** 695.7s: points, sort: ITER 3: 161.30 M hits/sec, 164.13 QPS (1.37 sec for 225 queries), totHits=221118844 695.7s: points, sort: *** 697.8s: points, sort: ITER 4: 160.02 M hits/sec, 162.83 QPS (1.38 sec for 225 queries), totHits=221118844 699.8s: points, sort: ITER 5: 160.79 M hits/sec, 163.61 QPS (1.38 sec for 225 queries), totHits=221118844 701.8s: points, sort: ITER 6: 159.25 M hits/sec, 162.05 QPS (1.39 sec for 225 queries), totHits=221118844 703.9s: points, sort: ITER 7: 161.17 M hits/sec, 164.00 QPS (1.37 sec for 225 queries), totHits=221118844 705.9s: points, sort: ITER 8: 158.50 M hits/sec, 161.28 QPS (1.40 sec for 225 queries), totHits=221118844 707.9s: points, sort: ITER 9: 160.94 M hits/sec, 163.76 QPS (1.37 sec for 225 queries), totHits=221118844 710.0s: points, sort: ITER 10: 159.41 M hits/sec, 162.20 QPS (1.39 sec for 225 queries), totHits=221118844 712.0s: points, sort: ITER 11: 160.00 M hits/sec, 162.80 QPS (1.38 sec for 225 queries), totHits=221118844 714.1s: points, sort: ITER 12: 156.98 M hits/sec, 159.74 QPS (1.41 sec for 225 queries), totHits=221118844 716.2s: points, sort: ITER 13: 156.19 M hits/sec, 158.93 QPS (1.42 sec for 225 queries), totHits=221118844 718.2s: points, sort: ITER 14: 159.10 M hits/sec, 161.89 QPS (1.39 sec for 225 queries), totHits=221118844 720.3s: points, sort: ITER 15: 160.28 M hits/sec, 163.09 QPS (1.38 sec for 225 queries), totHits=221118844 722.3s: points, sort: ITER 16: 159.42 M hits/sec, 162.22 QPS (1.39 sec for 225 queries), totHits=221118844 724.4s: points, sort: ITER 17: 159.61 M hits/sec, 162.41 QPS (1.39 sec for 225 queries), totHits=221118844 726.4s: points, sort: ITER 18: 159.17 M hits/sec, 161.97 QPS (1.39 sec for 225 queries), totHits=221118844 728.5s: points, sort: ITER 19: 160.77 M hits/sec, 163.60 QPS (1.38 sec for 225 queries), totHits=221118844 728.5s: points, sort: BEST M hits/sec: 161.30326200443963 728.5s: points, sort: BEST QPS: 164.13451379566237 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.91|118.19|355809475| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3294.54|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|161.30|164.13|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 728.7s: points, distance: INDEX SIZE: 0.4939169967547059 GB 728.7s: points, distance: READER MB: 0.0 728.7s: points, distance: maxDoc=60844404 730.7s: points, distance: ITER 0: 191.97 M hits/sec, 112.78 QPS (1.99 sec for 225 queries), totHits=382961957 730.7s: points, distance: *** 732.3s: points, distance: ITER 1: 246.98 M hits/sec, 145.11 QPS (1.55 sec for 225 queries), totHits=382961957 732.3s: points, distance: *** 733.4s: points, distance: ITER 2: 320.56 M hits/sec, 188.34 QPS (1.19 sec for 225 queries), totHits=382961957 733.4s: points, distance: *** 734.7s: points, distance: ITER 3: 311.48 M hits/sec, 183.01 QPS (1.23 sec for 225 queries), totHits=382961957 735.9s: points, distance: ITER 4: 320.09 M hits/sec, 188.06 QPS (1.20 sec for 225 queries), totHits=382961957 737.0s: points, distance: ITER 5: 330.39 M hits/sec, 194.11 QPS (1.16 sec for 225 queries), totHits=382961957 737.0s: points, distance: *** 738.2s: points, distance: ITER 6: 329.29 M hits/sec, 193.47 QPS (1.16 sec for 225 queries), totHits=382961957 739.3s: points, distance: ITER 7: 334.06 M hits/sec, 196.27 QPS (1.15 sec for 225 queries), totHits=382961957 739.3s: points, distance: *** 740.5s: points, distance: ITER 8: 335.40 M hits/sec, 197.06 QPS (1.14 sec for 225 queries), totHits=382961957 740.5s: points, distance: *** 741.6s: points, distance: ITER 9: 336.72 M hits/sec, 197.83 QPS (1.14 sec for 225 queries), totHits=382961957 741.6s: points, distance: *** 742.8s: points, distance: ITER 10: 337.24 M hits/sec, 198.14 QPS (1.14 sec for 225 queries), totHits=382961957 742.8s: points, distance: *** 743.9s: points, distance: ITER 11: 333.19 M hits/sec, 195.76 QPS (1.15 sec for 225 queries), totHits=382961957 745.1s: points, distance: ITER 12: 328.12 M hits/sec, 192.78 QPS (1.17 sec for 225 queries), totHits=382961957 746.3s: points, distance: ITER 13: 320.90 M hits/sec, 188.54 QPS (1.19 sec for 225 queries), totHits=382961957 747.4s: points, distance: ITER 14: 327.79 M hits/sec, 192.59 QPS (1.17 sec for 225 queries), totHits=382961957 748.6s: points, distance: ITER 15: 323.85 M hits/sec, 190.27 QPS (1.18 sec for 225 queries), totHits=382961957 749.8s: points, distance: ITER 16: 329.32 M hits/sec, 193.48 QPS (1.16 sec for 225 queries), totHits=382961957 751.0s: points, distance: ITER 17: 324.33 M hits/sec, 190.55 QPS (1.18 sec for 225 queries), totHits=382961957 752.1s: points, distance: ITER 18: 327.03 M hits/sec, 192.14 QPS (1.17 sec for 225 queries), totHits=382961957 753.3s: points, distance: ITER 19: 326.97 M hits/sec, 192.10 QPS (1.17 sec for 225 queries), totHits=382961957 753.3s: points, distance: BEST M hits/sec: 337.2380407423441 753.3s: points, distance: BEST QPS: 198.13602312207587 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|337.24|198.14|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.91|118.19|355809475| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3294.54|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|161.30|164.13|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -distance 753.6s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 753.6s: geo3d, distance: READER MB: 0.0 753.6s: geo3d, distance: maxDoc=60844404 755.5s: geo3d, distance: ITER 0: 193.24 M hits/sec, 113.41 QPS (1.98 sec for 225 queries), totHits=383371904 755.5s: geo3d, distance: *** 757.2s: geo3d, distance: ITER 1: 227.29 M hits/sec, 133.40 QPS (1.69 sec for 225 queries), totHits=383371904 757.2s: geo3d, distance: *** 758.5s: geo3d, distance: ITER 2: 305.66 M hits/sec, 179.39 QPS (1.25 sec for 225 queries), totHits=383371904 758.5s: geo3d, distance: *** 759.8s: geo3d, distance: ITER 3: 287.52 M hits/sec, 168.75 QPS (1.33 sec for 225 queries), totHits=383371904 761.0s: geo3d, distance: ITER 4: 311.82 M hits/sec, 183.00 QPS (1.23 sec for 225 queries), totHits=383371904 761.0s: geo3d, distance: *** 762.3s: geo3d, distance: ITER 5: 318.37 M hits/sec, 186.85 QPS (1.20 sec for 225 queries), totHits=383371904 762.3s: geo3d, distance: *** 763.5s: geo3d, distance: ITER 6: 313.06 M hits/sec, 183.74 QPS (1.22 sec for 225 queries), totHits=383371904 764.7s: geo3d, distance: ITER 7: 317.88 M hits/sec, 186.56 QPS (1.21 sec for 225 queries), totHits=383371904 765.9s: geo3d, distance: ITER 8: 315.92 M hits/sec, 185.41 QPS (1.21 sec for 225 queries), totHits=383371904 767.1s: geo3d, distance: ITER 9: 317.72 M hits/sec, 186.47 QPS (1.21 sec for 225 queries), totHits=383371904 768.3s: geo3d, distance: ITER 10: 313.95 M hits/sec, 184.26 QPS (1.22 sec for 225 queries), totHits=383371904 769.5s: geo3d, distance: ITER 11: 315.72 M hits/sec, 185.30 QPS (1.21 sec for 225 queries), totHits=383371904 770.8s: geo3d, distance: ITER 12: 315.99 M hits/sec, 185.45 QPS (1.21 sec for 225 queries), totHits=383371904 772.0s: geo3d, distance: ITER 13: 308.95 M hits/sec, 181.32 QPS (1.24 sec for 225 queries), totHits=383371904 773.2s: geo3d, distance: ITER 14: 311.52 M hits/sec, 182.83 QPS (1.23 sec for 225 queries), totHits=383371904 774.5s: geo3d, distance: ITER 15: 308.33 M hits/sec, 180.96 QPS (1.24 sec for 225 queries), totHits=383371904 775.7s: geo3d, distance: ITER 16: 313.89 M hits/sec, 184.22 QPS (1.22 sec for 225 queries), totHits=383371904 776.9s: geo3d, distance: ITER 17: 316.00 M hits/sec, 185.46 QPS (1.21 sec for 225 queries), totHits=383371904 778.2s: geo3d, distance: ITER 18: 306.40 M hits/sec, 179.83 QPS (1.25 sec for 225 queries), totHits=383371904 779.4s: geo3d, distance: ITER 19: 316.51 M hits/sec, 185.76 QPS (1.21 sec for 225 queries), totHits=383371904 779.4s: geo3d, distance: BEST M hits/sec: 318.365820258503 779.4s: geo3d, distance: BEST QPS: 186.84809400681374 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.37|186.85|383371904| |distance|points|337.24|198.14|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.91|118.19|355809475| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3294.54|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|161.30|164.13|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 779.6s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 779.6s: shapes, distance: READER MB: 0.0 779.6s: shapes, distance: maxDoc=60844404 781.6s: shapes, distance: ITER 0: 190.77 M hits/sec, 112.09 QPS (2.01 sec for 225 queries), totHits=382961957 781.6s: shapes, distance: *** 783.4s: shapes, distance: ITER 1: 216.75 M hits/sec, 127.35 QPS (1.77 sec for 225 queries), totHits=382961957 783.4s: shapes, distance: *** 785.2s: shapes, distance: ITER 2: 213.70 M hits/sec, 125.55 QPS (1.79 sec for 225 queries), totHits=382961957 786.9s: shapes, distance: ITER 3: 220.47 M hits/sec, 129.53 QPS (1.74 sec for 225 queries), totHits=382961957 786.9s: shapes, distance: *** 788.6s: shapes, distance: ITER 4: 225.59 M hits/sec, 132.54 QPS (1.70 sec for 225 queries), totHits=382961957 788.6s: shapes, distance: *** 790.3s: shapes, distance: ITER 5: 222.62 M hits/sec, 130.79 QPS (1.72 sec for 225 queries), totHits=382961957 792.1s: shapes, distance: ITER 6: 223.90 M hits/sec, 131.55 QPS (1.71 sec for 225 queries), totHits=382961957 793.7s: shapes, distance: ITER 7: 226.82 M hits/sec, 133.27 QPS (1.69 sec for 225 queries), totHits=382961957 793.7s: shapes, distance: *** 795.4s: shapes, distance: ITER 8: 224.24 M hits/sec, 131.75 QPS (1.71 sec for 225 queries), totHits=382961957 797.2s: shapes, distance: ITER 9: 224.72 M hits/sec, 132.03 QPS (1.70 sec for 225 queries), totHits=382961957 798.8s: shapes, distance: ITER 10: 226.17 M hits/sec, 132.88 QPS (1.69 sec for 225 queries), totHits=382961957 800.5s: shapes, distance: ITER 11: 225.66 M hits/sec, 132.58 QPS (1.70 sec for 225 queries), totHits=382961957 802.3s: shapes, distance: ITER 12: 223.78 M hits/sec, 131.48 QPS (1.71 sec for 225 queries), totHits=382961957 804.0s: shapes, distance: ITER 13: 223.75 M hits/sec, 131.46 QPS (1.71 sec for 225 queries), totHits=382961957 805.7s: shapes, distance: ITER 14: 225.13 M hits/sec, 132.27 QPS (1.70 sec for 225 queries), totHits=382961957 807.4s: shapes, distance: ITER 15: 223.77 M hits/sec, 131.47 QPS (1.71 sec for 225 queries), totHits=382961957 809.1s: shapes, distance: ITER 16: 224.01 M hits/sec, 131.61 QPS (1.71 sec for 225 queries), totHits=382961957 810.8s: shapes, distance: ITER 17: 226.40 M hits/sec, 133.02 QPS (1.69 sec for 225 queries), totHits=382961957 812.5s: shapes, distance: ITER 18: 224.35 M hits/sec, 131.81 QPS (1.71 sec for 225 queries), totHits=382961957 814.2s: shapes, distance: ITER 19: 225.62 M hits/sec, 132.56 QPS (1.70 sec for 225 queries), totHits=382961957 814.2s: shapes, distance: BEST M hits/sec: 226.82436446170595 814.2s: shapes, distance: BEST QPS: 133.26514832877731 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.37|186.85|383371904| |distance|points|337.24|198.14|382961957| |distance|geopoint|||| |distance|shapes|226.82|133.27|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.91|118.19|355809475| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3294.54|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|161.30|164.13|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -box 814.4s: points, box: INDEX SIZE: 0.4939169967547059 GB 814.4s: points, box: READER MB: 0.0 814.4s: points, box: maxDoc=60844404 815.3s: points, box: ITER 0: 253.75 M hits/sec, 258.21 QPS (0.87 sec for 225 queries), totHits=221118844 815.3s: points, box: *** 816.0s: points, box: ITER 1: 339.16 M hits/sec, 345.11 QPS (0.65 sec for 225 queries), totHits=221118844 816.0s: points, box: *** 816.6s: points, box: ITER 2: 345.83 M hits/sec, 351.90 QPS (0.64 sec for 225 queries), totHits=221118844 816.6s: points, box: *** 817.2s: points, box: ITER 3: 349.92 M hits/sec, 356.06 QPS (0.63 sec for 225 queries), totHits=221118844 817.2s: points, box: *** 817.8s: points, box: ITER 4: 361.78 M hits/sec, 368.13 QPS (0.61 sec for 225 queries), totHits=221118844 817.8s: points, box: *** 818.5s: points, box: ITER 5: 352.91 M hits/sec, 359.11 QPS (0.63 sec for 225 queries), totHits=221118844 819.1s: points, box: ITER 6: 329.25 M hits/sec, 335.03 QPS (0.67 sec for 225 queries), totHits=221118844 819.8s: points, box: ITER 7: 349.23 M hits/sec, 355.36 QPS (0.63 sec for 225 queries), totHits=221118844 820.3s: points, box: ITER 8: 383.63 M hits/sec, 390.36 QPS (0.58 sec for 225 queries), totHits=221118844 820.3s: points, box: *** 820.9s: points, box: ITER 9: 372.19 M hits/sec, 378.72 QPS (0.59 sec for 225 queries), totHits=221118844 821.5s: points, box: ITER 10: 372.81 M hits/sec, 379.35 QPS (0.59 sec for 225 queries), totHits=221118844 822.1s: points, box: ITER 11: 380.05 M hits/sec, 386.72 QPS (0.58 sec for 225 queries), totHits=221118844 822.7s: points, box: ITER 12: 375.55 M hits/sec, 382.14 QPS (0.59 sec for 225 queries), totHits=221118844 823.3s: points, box: ITER 13: 376.52 M hits/sec, 383.13 QPS (0.59 sec for 225 queries), totHits=221118844 823.9s: points, box: ITER 14: 370.76 M hits/sec, 377.27 QPS (0.60 sec for 225 queries), totHits=221118844 824.5s: points, box: ITER 15: 376.93 M hits/sec, 383.55 QPS (0.59 sec for 225 queries), totHits=221118844 825.1s: points, box: ITER 16: 371.97 M hits/sec, 378.50 QPS (0.59 sec for 225 queries), totHits=221118844 825.7s: points, box: ITER 17: 370.38 M hits/sec, 376.88 QPS (0.60 sec for 225 queries), totHits=221118844 826.3s: points, box: ITER 18: 378.13 M hits/sec, 384.77 QPS (0.58 sec for 225 queries), totHits=221118844 826.8s: points, box: ITER 19: 372.85 M hits/sec, 379.39 QPS (0.59 sec for 225 queries), totHits=221118844 826.8s: points, box: BEST M hits/sec: 383.63072584777086 826.8s: points, box: BEST QPS: 390.36434776110013 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.37|186.85|383371904| |distance|points|337.24|198.14|382961957| |distance|geopoint|||| |distance|shapes|226.82|133.27|382961957| |box|geo3d|||| |box|points|383.63|390.36|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.91|118.19|355809475| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3294.54|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|161.30|164.13|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -box 827.1s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 827.1s: geo3d, box: READER MB: 0.0 827.1s: geo3d, box: maxDoc=60844404 828.4s: geo3d, box: ITER 0: 173.25 M hits/sec, 176.29 QPS (1.28 sec for 225 queries), totHits=221118844 828.4s: geo3d, box: *** 829.3s: geo3d, box: ITER 1: 234.32 M hits/sec, 238.43 QPS (0.94 sec for 225 queries), totHits=221118844 829.3s: geo3d, box: *** 830.3s: geo3d, box: ITER 2: 228.41 M hits/sec, 232.42 QPS (0.97 sec for 225 queries), totHits=221118844 831.2s: geo3d, box: ITER 3: 237.83 M hits/sec, 242.00 QPS (0.93 sec for 225 queries), totHits=221118844 831.2s: geo3d, box: *** 832.2s: geo3d, box: ITER 4: 233.12 M hits/sec, 237.21 QPS (0.95 sec for 225 queries), totHits=221118844 833.1s: geo3d, box: ITER 5: 248.59 M hits/sec, 252.96 QPS (0.89 sec for 225 queries), totHits=221118844 833.1s: geo3d, box: *** 834.0s: geo3d, box: ITER 6: 239.66 M hits/sec, 243.86 QPS (0.92 sec for 225 queries), totHits=221118844 834.9s: geo3d, box: ITER 7: 244.41 M hits/sec, 248.70 QPS (0.90 sec for 225 queries), totHits=221118844 835.8s: geo3d, box: ITER 8: 251.10 M hits/sec, 255.50 QPS (0.88 sec for 225 queries), totHits=221118844 835.8s: geo3d, box: *** 836.7s: geo3d, box: ITER 9: 246.81 M hits/sec, 251.14 QPS (0.90 sec for 225 queries), totHits=221118844 837.6s: geo3d, box: ITER 10: 248.56 M hits/sec, 252.92 QPS (0.89 sec for 225 queries), totHits=221118844 838.5s: geo3d, box: ITER 11: 241.76 M hits/sec, 246.01 QPS (0.91 sec for 225 queries), totHits=221118844 839.4s: geo3d, box: ITER 12: 249.58 M hits/sec, 253.96 QPS (0.89 sec for 225 queries), totHits=221118844 840.3s: geo3d, box: ITER 13: 241.28 M hits/sec, 245.51 QPS (0.92 sec for 225 queries), totHits=221118844 841.2s: geo3d, box: ITER 14: 245.97 M hits/sec, 250.29 QPS (0.90 sec for 225 queries), totHits=221118844 842.1s: geo3d, box: ITER 15: 246.55 M hits/sec, 250.88 QPS (0.90 sec for 225 queries), totHits=221118844 842.9s: geo3d, box: ITER 16: 250.72 M hits/sec, 255.12 QPS (0.88 sec for 225 queries), totHits=221118844 843.8s: geo3d, box: ITER 17: 244.88 M hits/sec, 249.18 QPS (0.90 sec for 225 queries), totHits=221118844 844.8s: geo3d, box: ITER 18: 241.29 M hits/sec, 245.52 QPS (0.92 sec for 225 queries), totHits=221118844 845.7s: geo3d, box: ITER 19: 240.59 M hits/sec, 244.81 QPS (0.92 sec for 225 queries), totHits=221118844 845.7s: geo3d, box: BEST M hits/sec: 251.09738916411374 845.7s: geo3d, box: BEST QPS: 255.50473917060452 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.37|186.85|383371904| |distance|points|337.24|198.14|382961957| |distance|geopoint|||| |distance|shapes|226.82|133.27|382961957| |box|geo3d|251.10|255.50|221118844| |box|points|383.63|390.36|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.91|118.19|355809475| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3294.54|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|161.30|164.13|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -box 845.9s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 845.9s: shapes, box: READER MB: 0.0 845.9s: shapes, box: maxDoc=60844404 847.4s: shapes, box: ITER 0: 146.61 M hits/sec, 149.18 QPS (1.51 sec for 225 queries), totHits=221118844 847.4s: shapes, box: *** 848.8s: shapes, box: ITER 1: 166.30 M hits/sec, 169.22 QPS (1.33 sec for 225 queries), totHits=221118844 848.8s: shapes, box: *** 849.9s: shapes, box: ITER 2: 195.61 M hits/sec, 199.05 QPS (1.13 sec for 225 queries), totHits=221118844 849.9s: shapes, box: *** 851.0s: shapes, box: ITER 3: 198.07 M hits/sec, 201.54 QPS (1.12 sec for 225 queries), totHits=221118844 851.0s: shapes, box: *** 852.1s: shapes, box: ITER 4: 206.42 M hits/sec, 210.05 QPS (1.07 sec for 225 queries), totHits=221118844 852.1s: shapes, box: *** 853.2s: shapes, box: ITER 5: 201.45 M hits/sec, 204.99 QPS (1.10 sec for 225 queries), totHits=221118844 854.2s: shapes, box: ITER 6: 211.90 M hits/sec, 215.62 QPS (1.04 sec for 225 queries), totHits=221118844 854.2s: shapes, box: *** 855.3s: shapes, box: ITER 7: 207.14 M hits/sec, 210.77 QPS (1.07 sec for 225 queries), totHits=221118844 856.4s: shapes, box: ITER 8: 204.64 M hits/sec, 208.23 QPS (1.08 sec for 225 queries), totHits=221118844 857.5s: shapes, box: ITER 9: 208.31 M hits/sec, 211.96 QPS (1.06 sec for 225 queries), totHits=221118844 858.5s: shapes, box: ITER 10: 210.23 M hits/sec, 213.92 QPS (1.05 sec for 225 queries), totHits=221118844 859.6s: shapes, box: ITER 11: 202.92 M hits/sec, 206.48 QPS (1.09 sec for 225 queries), totHits=221118844 860.7s: shapes, box: ITER 12: 203.27 M hits/sec, 206.84 QPS (1.09 sec for 225 queries), totHits=221118844 861.7s: shapes, box: ITER 13: 207.77 M hits/sec, 211.42 QPS (1.06 sec for 225 queries), totHits=221118844 862.8s: shapes, box: ITER 14: 205.74 M hits/sec, 209.35 QPS (1.07 sec for 225 queries), totHits=221118844 863.9s: shapes, box: ITER 15: 204.51 M hits/sec, 208.10 QPS (1.08 sec for 225 queries), totHits=221118844 865.0s: shapes, box: ITER 16: 206.41 M hits/sec, 210.03 QPS (1.07 sec for 225 queries), totHits=221118844 866.0s: shapes, box: ITER 17: 208.25 M hits/sec, 211.90 QPS (1.06 sec for 225 queries), totHits=221118844 867.1s: shapes, box: ITER 18: 204.54 M hits/sec, 208.13 QPS (1.08 sec for 225 queries), totHits=221118844 868.2s: shapes, box: ITER 19: 207.12 M hits/sec, 210.76 QPS (1.07 sec for 225 queries), totHits=221118844 868.2s: shapes, box: BEST M hits/sec: 211.89848854007369 868.2s: shapes, box: BEST QPS: 215.6178056064574 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.4s|0.0s|0.70|0.00| |points|111.6s|0.0s|0.49|0.00| |shapes|166.3s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|318.37|186.85|383371904| |distance|points|337.24|198.14|382961957| |distance|geopoint|||| |distance|shapes|226.82|133.27|382961957| |box|geo3d|251.10|255.50|221118844| |box|points|383.63|390.36|221118844| |box|geopoint|||| |box|shapes|211.90|215.62|221118844| |poly 10|geo3d|249.09|157.50|355855227| |poly 10|points|292.20|184.78|355809475| |poly 10|geopoint|||| |poly 10|shapes|186.91|118.19|355809475| |polyMedium|geo3d|2.59|31.79|2693541| |polyMedium|points|16.73|204.98|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.50|165.45|2693559| |polyRussia|geo3d|3.76|1.07|3508671| |polyRussia|points|65.90|18.78|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.30|13.20|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3294.54|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|161.30|164.13|221118844| |sort|geopoint|||| |sort|shapes|||| Took 869.4 sec to run all geo benchmarks + python3 /l/util.nightly/src/python/writeGeoGraphs.py writeAnnots for Distance Filter writeAnnots for Regular 10-gon Filter writeAnnots for London Boroughs Polygons Filter (avg 5.6K vertices) writeAnnots for Box Filter writeAnnots for 10 Nearest Points skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Box Filter, Sort by Distance skip annot 2016-03-22 GeoPoint: LUCENE-7130: fold recent LatLonPoint optimizations into GeoPoint (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-03-31 Geo3D: LUCENE-7150: add common shape query APIs to geo3d (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-11 Geo3D: LUCENE-7199: speed up how polygon's sideness is computed (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Russia Polygon (11.6K vertices) writeAnnots for Indexing K docs/sec writeAnnots for Searcher Heap Usage writeAnnots for Index Size + echo + echo 'Run sparse NYC benches' Run sparse NYC benches + cd /l/util.nightly + python3 -u src/python/sparsetaxis/nightly.py Already on 'main' Your branch is up to date with 'origin/main'. From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 1ca725763e9..3f998812269 main -> origin/main Updating 1ca725763e9..3f998812269 Fast-forward gradle/libs.versions.toml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- lucene/CHANGES.txt | 16 + .../jmh/MultiFieldDocValuesRangeBenchmark.java | 13 +- .../simpletext/SimpleTextDocValuesReader.java | 22 +- .../simpletext/SimpleTextDocValuesWriter.java | 35 +- .../codecs/lucene90/Lucene90DocValuesConsumer.java | 8 +- .../codecs/lucene90/Lucene90DocValuesFormat.java | 3 +- .../codecs/lucene90/Lucene90DocValuesProducer.java | 123 ++++- .../document/SortedNumericDocValuesRangeQuery.java | 14 +- .../java/org/apache/lucene/index/CheckIndex.java | 14 + .../org/apache/lucene/index/DocValuesSkipper.java | 12 + .../org/apache/lucene/index/NumericDocValues.java | 30 ++ .../DefaultDocValuesRangeSupport.java | 46 ++ .../DefaultVectorizationProvider.java | 5 + .../vectorization/DocValuesRangeSupport.java | 53 +++ .../vectorization/VectorizationProvider.java | 8 + .../lucene/search/BatchDocValuesRangeIterator.java | 177 +++++++ .../lucene/search/SkipBlockRangeIterator.java | 10 + .../vectorization/NativeVectorizationProvider.java | 5 + .../vectorization/PanamaDocValuesRangeSupport.java | 77 ++++ .../vectorization/PanamaVectorizationProvider.java | 5 + .../lucene/search/BaseDocValuesSkipperTests.java | 16 +- .../TestSkipBlockRangeIteratorIntoBitSet.java | 508 +++++++++++++++++++++ .../search/grouping/AllGroupHeadsCollector.java | 47 +- .../grouping/AllGroupHeadsCollectorManager.java | 163 +++++++ .../apache/lucene/search/grouping/SearchGroup.java | 14 +- .../apache/lucene/search/grouping/TopGroups.java | 15 +- .../grouping/TestAllGroupHeadsCollector.java | 84 ++-- .../lucene/search/grouping/TestGrouping.java | 38 +- .../apache/lucene/misc/CollectorMemoryTracker.java | 4 +- .../LargeNumHitsTopDocsCollectorManager.java | 74 +++ .../search/TestLargeNumHitsTopDocsCollector.java | 118 +++-- .../lucene/tests/index/AssertingLeafReader.java | 6 + .../tests/index/BaseDocValuesFormatTestCase.java | 68 +++ 35 files changed, 1705 insertions(+), 130 deletions(-) create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DefaultDocValuesRangeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DocValuesRangeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/search/BatchDocValuesRangeIterator.java create mode 100644 lucene/core/src/java25/org/apache/lucene/internal/vectorization/PanamaDocValuesRangeSupport.java create mode 100644 lucene/core/src/test/org/apache/lucene/search/TestSkipBlockRangeIteratorIntoBitSet.java create mode 100644 lucene/grouping/src/java/org/apache/lucene/search/grouping/AllGroupHeadsCollectorManager.java create mode 100644 lucene/sandbox/src/java/org/apache/lucene/sandbox/search/LargeNumHitsTopDocsCollectorManager.java creating directories /l/logs.nightly/taxis/2026.05.21.05.05.05... Lucene git hash: 3f998812269ab9387d8c18bf003f4b66d5d71c16 Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.21.05.05.05/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.21.05.05.05/index.1threads.sparse.sorted.log 3.2 sec: 0.3 M docs; 93.5 K docs/sec 6.8 sec: 0.6 M docs; 88.5 K docs/sec 10.1 sec: 0.9 M docs; 89.3 K docs/sec 13.3 sec: 1.2 M docs; 90.3 K docs/sec 16.5 sec: 1.5 M docs; 90.9 K docs/sec 20.5 sec: 1.9 M docs; 92.6 K docs/sec 23.8 sec: 2.2 M docs; 92.3 K docs/sec 27.9 sec: 2.6 M docs; 93.3 K docs/sec 31.9 sec: 3.0 M docs; 94.2 K docs/sec 35.1 sec: 3.3 M docs; 94.1 K docs/sec 47.7 sec: 3.7 M docs; 77.5 K docs/sec 51.7 sec: 4.1 M docs; 79.3 K docs/sec 54.9 sec: 4.4 M docs; 80.1 K docs/sec 58.9 sec: 4.8 M docs; 81.4 K docs/sec 62.9 sec: 5.2 M docs; 82.6 K docs/sec 66.1 sec: 5.5 M docs; 83.2 K docs/sec 70.1 sec: 5.9 M docs; 84.1 K docs/sec 74.1 sec: 6.3 M docs; 85.0 K docs/sec 77.3 sec: 6.6 M docs; 85.3 K docs/sec 81.3 sec: 7.0 M docs; 86.1 K docs/sec 94.0 sec: 7.4 M docs; 78.8 K docs/sec 97.2 sec: 7.7 M docs; 79.2 K docs/sec 101.1 sec: 8.1 M docs; 80.1 K docs/sec 105.1 sec: 8.5 M docs; 80.8 K docs/sec 108.3 sec: 8.8 M docs; 81.2 K docs/sec 112.3 sec: 9.2 M docs; 81.9 K docs/sec 116.3 sec: 9.6 M docs; 82.5 K docs/sec 119.5 sec: 9.9 M docs; 82.8 K docs/sec 123.5 sec: 10.3 M docs; 83.4 K docs/sec 127.5 sec: 10.7 M docs; 83.9 K docs/sec 139.3 sec: 11.0 M docs; 79.0 K docs/sec 143.3 sec: 11.4 M docs; 79.6 K docs/sec 147.3 sec: 11.8 M docs; 80.1 K docs/sec 150.5 sec: 12.1 M docs; 80.4 K docs/sec 154.5 sec: 12.5 M docs; 80.9 K docs/sec 158.5 sec: 12.9 M docs; 81.4 K docs/sec 161.6 sec: 13.2 M docs; 81.7 K docs/sec 165.6 sec: 13.6 M docs; 82.1 K docs/sec 169.6 sec: 14.0 M docs; 82.5 K docs/sec 172.8 sec: 14.3 M docs; 82.8 K docs/sec 185.4 sec: 14.7 M docs; 79.3 K docs/sec 189.4 sec: 15.1 M docs; 79.7 K docs/sec 192.6 sec: 15.4 M docs; 79.9 K docs/sec 196.6 sec: 15.8 M docs; 80.4 K docs/sec 200.6 sec: 16.2 M docs; 80.8 K docs/sec 203.8 sec: 16.5 M docs; 81.0 K docs/sec 207.8 sec: 16.9 M docs; 81.3 K docs/sec 211.8 sec: 17.3 M docs; 81.7 K docs/sec 215.0 sec: 17.6 M docs; 81.9 K docs/sec 219.0 sec: 18.0 M docs; 82.2 K docs/sec 231.5 sec: 18.4 M docs; 79.5 K docs/sec 234.7 sec: 18.7 M docs; 79.7 K docs/sec 238.7 sec: 19.1 M docs; 80.0 K docs/sec 242.0 sec: 19.4 M docs; 80.2 K docs/sec 245.9 sec: 19.8 M docs; 80.5 K docs/sec 247.5 sec: 20.0 M docs; 80.8 K docs/sec index is 2.21 GB CheckIndex sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.21.05.05.05/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.21.05.05.05/diskUsagesparse-sorted.log took 52.2 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.21.05.05.05/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.21.05.05.05/index.1threads.sparse.log 2.9 sec: 0.3 M docs; 103.6 K docs/sec 6.4 sec: 0.6 M docs; 93.5 K docs/sec 9.5 sec: 0.9 M docs; 94.4 K docs/sec 12.6 sec: 1.2 M docs; 95.5 K docs/sec 15.6 sec: 1.5 M docs; 96.0 K docs/sec 19.4 sec: 1.9 M docs; 97.9 K docs/sec 22.5 sec: 2.2 M docs; 97.8 K docs/sec 26.3 sec: 2.6 M docs; 98.7 K docs/sec 30.1 sec: 3.0 M docs; 99.6 K docs/sec 33.1 sec: 3.3 M docs; 99.6 K docs/sec 44.7 sec: 3.7 M docs; 82.7 K docs/sec 48.5 sec: 4.1 M docs; 84.5 K docs/sec 51.6 sec: 4.4 M docs; 85.3 K docs/sec 55.4 sec: 4.8 M docs; 86.7 K docs/sec 59.1 sec: 5.2 M docs; 87.9 K docs/sec 62.1 sec: 5.5 M docs; 88.5 K docs/sec 66.0 sec: 5.9 M docs; 89.5 K docs/sec 69.7 sec: 6.3 M docs; 90.3 K docs/sec 72.8 sec: 6.6 M docs; 90.7 K docs/sec 76.5 sec: 7.0 M docs; 91.5 K docs/sec 88.1 sec: 7.4 M docs; 84.0 K docs/sec 91.1 sec: 7.7 M docs; 84.5 K docs/sec 94.9 sec: 8.1 M docs; 85.4 K docs/sec 98.7 sec: 8.5 M docs; 86.1 K docs/sec 101.7 sec: 8.8 M docs; 86.5 K docs/sec 105.5 sec: 9.2 M docs; 87.2 K docs/sec 109.3 sec: 9.6 M docs; 87.9 K docs/sec 112.3 sec: 9.9 M docs; 88.2 K docs/sec 116.1 sec: 10.3 M docs; 88.8 K docs/sec 119.8 sec: 10.7 M docs; 89.3 K docs/sec 130.6 sec: 11.0 M docs; 84.2 K docs/sec 134.4 sec: 11.4 M docs; 84.8 K docs/sec 138.1 sec: 11.8 M docs; 85.4 K docs/sec 141.9 sec: 12.2 M docs; 86.0 K docs/sec 144.9 sec: 12.5 M docs; 86.3 K docs/sec 148.7 sec: 12.9 M docs; 86.7 K docs/sec 151.7 sec: 13.2 M docs; 87.0 K docs/sec 155.5 sec: 13.6 M docs; 87.5 K docs/sec 159.3 sec: 14.0 M docs; 87.9 K docs/sec 162.3 sec: 14.3 M docs; 88.1 K docs/sec 173.8 sec: 14.7 M docs; 84.6 K docs/sec 177.5 sec: 15.1 M docs; 85.1 K docs/sec 180.6 sec: 15.4 M docs; 85.3 K docs/sec 184.3 sec: 15.8 M docs; 85.7 K docs/sec 188.1 sec: 16.2 M docs; 86.1 K docs/sec 191.1 sec: 16.5 M docs; 86.3 K docs/sec 194.9 sec: 16.9 M docs; 86.7 K docs/sec 198.7 sec: 17.3 M docs; 87.1 K docs/sec 201.7 sec: 17.6 M docs; 87.2 K docs/sec 205.5 sec: 18.0 M docs; 87.6 K docs/sec 217.0 sec: 18.4 M docs; 84.8 K docs/sec 220.0 sec: 18.7 M docs; 85.0 K docs/sec 223.8 sec: 19.1 M docs; 85.4 K docs/sec 226.8 sec: 19.4 M docs; 85.5 K docs/sec 230.6 sec: 19.8 M docs; 85.9 K docs/sec 232.1 sec: 20.0 M docs; 86.2 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.21.05.05.05/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.21.05.05.05/diskUsagesparse.log took 51.4 sec Search sparse iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.21.05.05.05/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.21.05.05.05/index.1threads.nonsparse.log 3.0 sec: 0.3 M docs; 101.3 K docs/sec 6.5 sec: 0.6 M docs; 92.8 K docs/sec 9.5 sec: 0.9 M docs; 94.7 K docs/sec 12.6 sec: 1.2 M docs; 95.5 K docs/sec 15.6 sec: 1.5 M docs; 96.3 K docs/sec 19.4 sec: 1.9 M docs; 98.2 K docs/sec 22.4 sec: 2.2 M docs; 98.1 K docs/sec 26.2 sec: 2.6 M docs; 99.3 K docs/sec 29.9 sec: 3.0 M docs; 100.3 K docs/sec 33.6 sec: 3.4 M docs; 101.2 K docs/sec 44.3 sec: 3.7 M docs; 83.5 K docs/sec 48.1 sec: 4.1 M docs; 85.3 K docs/sec 51.8 sec: 4.5 M docs; 86.9 K docs/sec 54.8 sec: 4.8 M docs; 87.5 K docs/sec 58.6 sec: 5.2 M docs; 88.8 K docs/sec 62.3 sec: 5.6 M docs; 89.9 K docs/sec 66.0 sec: 6.0 M docs; 91.0 K docs/sec 69.0 sec: 6.3 M docs; 91.3 K docs/sec 72.7 sec: 6.7 M docs; 92.2 K docs/sec 75.7 sec: 7.0 M docs; 92.4 K docs/sec 87.1 sec: 7.4 M docs; 85.0 K docs/sec 90.8 sec: 7.8 M docs; 85.9 K docs/sec 94.5 sec: 8.2 M docs; 86.8 K docs/sec 97.6 sec: 8.5 M docs; 87.1 K docs/sec 101.3 sec: 8.9 M docs; 87.9 K docs/sec 105.0 sec: 9.3 M docs; 88.6 K docs/sec 108.7 sec: 9.7 M docs; 89.2 K docs/sec 111.7 sec: 10.0 M docs; 89.5 K docs/sec 115.5 sec: 10.4 M docs; 90.1 K docs/sec 119.2 sec: 10.8 M docs; 90.6 K docs/sec 129.0 sec: 11.0 M docs; 85.3 K docs/sec 132.7 sec: 11.4 M docs; 85.9 K docs/sec 136.4 sec: 11.8 M docs; 86.5 K docs/sec 140.1 sec: 12.2 M docs; 87.1 K docs/sec 143.9 sec: 12.6 M docs; 87.6 K docs/sec 147.6 sec: 13.0 M docs; 88.1 K docs/sec 151.3 sec: 13.4 M docs; 88.6 K docs/sec 155.0 sec: 13.8 M docs; 89.1 K docs/sec 158.0 sec: 14.1 M docs; 89.2 K docs/sec 161.8 sec: 14.5 M docs; 89.6 K docs/sec 171.6 sec: 14.7 M docs; 85.7 K docs/sec 175.3 sec: 15.1 M docs; 86.1 K docs/sec 179.0 sec: 15.5 M docs; 86.6 K docs/sec 182.7 sec: 15.9 M docs; 87.0 K docs/sec 186.4 sec: 16.3 M docs; 87.4 K docs/sec 190.2 sec: 16.7 M docs; 87.8 K docs/sec 193.9 sec: 17.1 M docs; 88.2 K docs/sec 197.6 sec: 17.5 M docs; 88.6 K docs/sec 201.3 sec: 17.9 M docs; 88.9 K docs/sec 205.0 sec: 18.3 M docs; 89.3 K docs/sec 214.1 sec: 18.4 M docs; 86.0 K docs/sec 217.8 sec: 18.8 M docs; 86.3 K docs/sec 221.5 sec: 19.2 M docs; 86.7 K docs/sec 225.2 sec: 19.6 M docs; 87.0 K docs/sec 228.2 sec: 19.9 M docs; 87.2 K docs/sec 229.0 sec: 20.0 M docs; 87.3 K docs/sec index is 2.12 GB CheckIndex nonsparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.21.05.05.05/checkIndexnonsparse.log took 0.5 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.21.05.05.05/diskUsagenonsparse.log took 46.9 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.21.05.05.05/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 21 05:20:30 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 21 05:23:20 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 351G 484G 43% / + echo 'Stopping background df process...' Stopping background df process... + kill 1577643 + wait 1577643 + 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.19.18.39.09 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.19.18.39.09